A tool for generating fake Wynntils items. Scroll down to see how to use.
Find a file
2024-11-06 17:20:39 +00:00
src use dbg! for debug prints 2024-11-06 17:20:39 +00:00
.gitignore Create build script that puts the results in ./product 2024-11-05 20:29:22 +00:00
build_x64.sh final bugfix for 0.4.0: remove pushing README.md to build script, put config.md instead as it was a typo 2024-11-05 22:00:16 +00:00
Cargo.lock Bump version 2024-11-05 21:57:53 +00:00
Cargo.toml bump version for 4.0 release 2024-11-05 21:54:04 +00:00
config.json refactoring. also, add the configpath to commandline arguments. also, call debug from commandline arguments now 2024-10-08 22:44:02 +01:00
config.md change the config parameter to '--config', clarify about negative IDIs in the config.md documentation 2024-11-05 21:52:51 +00:00
config_hanafupookie.json added some example configs 2024-10-10 22:08:44 +01:00
config_singu.json added some example configs 2024-10-10 22:08:44 +01:00
LICENSE add MIT license because i forgot earlier 2024-09-13 17:22:59 +01:00
README.md make the usage section of README more detailed for people 2024-09-14 21:34:33 +01:00

idmangler-cli

Basically this generates fake items by loading from a json. Effectively a wrapper for zatzou's idmangler-lib.

Any bugs? DM endernon on discord.

How to get the program

Option 1: prebuilt

Go to the releases tab

Option 2: compile yourself

requirements: rust, cargo
use cargo run --release to build and run.

Usage