2024-09-09 23:27:37 +00:00
# idmangler-cli
2024-09-11 21:52:45 +00:00
Basically this generates fake items by loading from a json. Effectively a wrapper for [zatzou's idmangler-lib ](https://github.com/Zatzou/idmangler-lib ).
2024-09-10 00:42:56 +00:00
2024-09-14 19:52:06 +00:00
Any bugs? DM endernon on discord.
2024-09-11 21:52:45 +00:00
## How to get the program
### Option 1: prebuilt
2024-09-11 22:00:30 +00:00
Go to the [releases tab ](https://git.frfrnocap.men/endernon/idmangler-cli/releases )
### Option 2: compile yourself
2024-09-11 18:22:30 +00:00
requirements: rust, cargo
2024-09-11 22:00:30 +00:00
use cargo run --release to build and run.
2024-09-10 00:42:56 +00:00
2024-09-11 22:00:30 +00:00
## Usage
2024-09-14 20:34:33 +00:00
- Move the program to some folder along with config.json . Download these three files and place them next to the program:
- 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
- Open a terminal (Windows: use cmd or Powershell , Linux: use your preferred Terminal Emulator)
- Use the command "cd DIRECTORY" (where DIRECTORY is where the program is stored)
- read the provided config markdown file to understand how to edit config.json
2024-09-13 16:22:06 +00:00