A tool for generating fake Wynntils items. Scroll down to see how to use.
Find a file
2024-12-24 23:37:50 +00:00
src download jsons function for ease of use 2024-12-24 23:37:50 +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 download jsons function for ease of use 2024-12-24 23:37:50 +00:00
Cargo.toml download jsons function for ease of use 2024-12-24 23:37:50 +00:00
config.json crafted support (1/?) (unfinished) 2024-12-24 18:49:30 +00:00
config.md bit of cleaning up 2024-12-23 23:17:30 +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 bit of cleaning up 2024-12-23 23:17:30 +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
run cargo install idmangler-cli.

Usage