A tool for generating fake Wynntils items. Scroll down to see how to use.
Find a file
2024-12-23 22:55:15 +00:00
src make it so it looks for config jsons in the executable dir, NOT the working dir 2024-12-23 22:55:15 +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 add license and description lines to the cargo.toml 2024-12-23 19:36: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 publish for crates.io 2024-12-23 19:35:11 +00: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.

Option 3: get from crates.io

Requirements: rust-lang

Usage