Skip to content

Commit

Permalink
Add missing readme, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
SaphireLattice committed Oct 10, 2019
1 parent 8b3fa2e commit 1b53e27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
A util to mess with PRNG of Noita and unpack the `data.wak` file.

Usage (add `beta` before command to use beta compatible prng, e.g. `beta wak data/data.wak`):
- `wak [file]` - unpack a data.wak file into current directory. **Drag and drop supported!** Just drop the file on the `.exe`!
- `recipe [seed]` - get AP and LC recipes, might not work with `beta` option
- `rng [seed]` - get next rng value for given (internal) state, plus IV for given counter

Application should be OS agnostic as it only passes paths to C#. Build with `dotnet build`.

0 comments on commit 1b53e27

Please sign in to comment.