https://github.com/myst6re/rufus
scene.bin importer/exporter command-line
https://github.com/myst6re/rufus
Last synced: 3 months ago
JSON representation
scene.bin importer/exporter command-line
- Host: GitHub
- URL: https://github.com/myst6re/rufus
- Owner: myst6re
- License: gpl-3.0
- Created: 2024-04-03T19:25:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T17:31:51.000Z (about 1 year ago)
- Last Synced: 2025-02-09T11:42:21.282Z (4 months ago)
- Language: C++
- Homepage: https://www.ff8.fr
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rufus
kernel.bin exporter/importer in command line
## Build
Requires Qt 6.
## Examples
~~~sh
# Show help
./rufus -h
# Export texts to CSV
./rufus -f "scene.csv" "scene.bin"
# Import texts from CSV
./rufus -i -f "scene.csv" -k "kernel.bin" "scene.bin"
~~~You can also use `-j` for the Japanese format.
**Note about the kernel argument:** When modifying the scene.bin, some
data size may be modified, and a list of pointers inside the kernel.bin
must be updated to prevent any crashes of the game.
Passing the `-k` argument is optional but recommended.