-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b3fa2e
commit 1b53e27
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |