Skip to content

Releases: totorewa/witch-hut-search

v1.0.1 pre-built binaries

04 Jan 06:56
Compare
Choose a tag to compare

Pre-built binaries for Windows x86-64, Windows ARM64 and Mac OS x64.

Binaries come packaged with some .NET libraries and installation of .NET is not required to run this program.

Changes

  • Fixed search range not being divided up properly among the number of threads
  • Reduced default number of threads to the number of logical cores, with a maximum 4

Usage

USAGE
  WitchHutSearch.exe <huts> --seed <value> [options]

PARAMETERS
* huts              Number of huts.

OPTIONS
* -s|--seed         Seed to search on.
  -b|--blocks       Number of blocks to search in each direction. Default: "128000".
  -t|--threads      Number of threads to search with. Default: 4.
  -o|--out          Output file for writing locations to.

Example: WitchHutSearch.exe 3 -s 123456 -b 1000000 -o output.txt
This will search for triple witch huts within a million block radius on the seed 123456 and write the results to output.txt.

v1.0.0 pre-built binaries

02 Jan 02:18
Compare
Choose a tag to compare

Pre-built binaries for Windows x86-64, Windows ARM64 and Mac OS x64.

Binaries come packaged with some .NET libraries and installation of .NET is not required to run this program.
If you already have the .NET 6 runtime installed, you can download the smaller standalone binaries WitchHutSearch.x64-dotnet.exe or WitchHutSearch.x86-dotnet.exe.

Command usage:

USAGE
  WitchHutSearch.exe <huts> --seed <value> [options]

PARAMETERS
* huts              Number of huts.

OPTIONS
* -s|--seed         Seed to search on.
  -b|--blocks       Number of blocks to search in each direction. Default: "128000".
  -t|--threads      Number of threads to search with. Default: # of cores x 2.
  -o|--out          Output file for writing locations to.

Example: WitchHutSearch.exe 3 -s 123456 -b 1000000 -o output.txt
This will search for triple witch huts within a million block radius on the seed 123456 and write the results to output.txt.