Skip to content

Commit

Permalink
change to console base selection
Browse files Browse the repository at this point in the history
  • Loading branch information
hube12 committed Jun 15, 2020
1 parent 447491e commit 3cdfdcd
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 235 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ Find double, triple, quad witch hut on a set seed

# How to run it

Either go in https://github.com/hube12/WitchHutFinder/releases and download the latest
or run:
Go at https://github.com/hube12/WitchHutFinder/releases and download the latest release.

- `cmake .`
- `make WitchHutFinder`
On windows you can simply double click on the executable, it will display the instructions
to set it up.

Then you need to follow usage() which is:
Else you need to use the command line and follow usage() which is:

- `./WitchHutFinder [mcversion] [seed] [searchRange]? [filter]?`

Expand All @@ -26,9 +25,8 @@ Valid [filter] (optional) is either 2, 3 or 4 for respectively only outputting d
./WitchHutFinder 1.12 181201211981019340 100000 4
./WitchHutFinder 1.14 181201211981019340 100000 2

# TODO
# Build
run:

- Currently 1.13.2 and 1.15 changes are not implemented
- It takes roughly 25s for 300kx300k, i will multithread it so we can run 60Mx60M faster (it should take 277hrs divided by 8 so only 34h then)
- There might be a slight bug with the maths, in particular for quad when crossing world axis
- Maybe do some nice interface
- `cmake .`
- `make WitchHutFinder`
Loading

0 comments on commit 3cdfdcd

Please sign in to comment.