A simple program that retrieves the paths of an NPC from Jedipedia and saves them in the standardized paths.json
format.
This currently has some bugs.
- Fetch NPC paths from Jedipedia
- Save paths in a standardized
paths.json
file
- Refactor the code
- Add Support for skin/haircolor
- Add error handling
-
Download
Download the executable from the Releases section or build it yourself (see Build). -
Initial Setup
Run the program for the first time to generate aconfig.toml
file.
Edit theresources_path
in theconfig.toml
file to point to your resource directory. -
Run the Program
You have two options:- Provide the URL of the NPC as a command-line argument.
- Run the program without arguments and paste the URL when prompted.
-
Output
After processing, the program will create a folder containing thepaths.json
file.
To build the program, use Cargo:
cargo build --release
The compiled executable will be located in the target/release/
directory.