A tool for generating fake Wynntils items. Scroll down to see how to use.
Go to file
2024-09-11 23:00:30 +01:00
src make README.md actually good, edit the error messages 2024-09-11 23:00:30 +01:00
.gitignore update gitignore to remove the jsons 2024-09-11 19:25:04 +01:00
Cargo.lock Updated idmangler library, did some fixes to my stuff because stuff was shuffled around 2024-09-11 19:36:34 +01:00
Cargo.toml Updated idmangler library, did some fixes to my stuff because stuff was shuffled around 2024-09-11 19:36:34 +01:00
config.json change the config to config.json 2024-09-11 22:46:41 +01:00
config.md fixed an error in documentation for Identifications oops 2024-09-10 20:18:01 +01:00
README.md make README.md actually good, edit the error messages 2024-09-11 23:00:30 +01:00

idmangler-cli

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

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

Move the program to some folder. Download these three files and place them next to the program:
https://git.frfrnocap.men/endernon/idmangler-cli/raw/branch/main/config.json
https://raw.githubusercontent.com/Wynntils/Static-Storage/main/Reference/id_keys.json
https://raw.githubusercontent.com/Wynntils/Static-Storage/main/Data-Storage/shiny_stats.json
read the provided config markdown file to understand how to edit config.json