https://github.com/noahc3/minoritool
Simple tool to batch convert compressed or uncompressed .gim files in Toradora! Portable (and probably other games).
https://github.com/noahc3/minoritool
Last synced: 8 months ago
JSON representation
Simple tool to batch convert compressed or uncompressed .gim files in Toradora! Portable (and probably other games).
- Host: GitHub
- URL: https://github.com/noahc3/minoritool
- Owner: noahc3
- Created: 2020-01-02T06:28:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T06:42:45.000Z (over 6 years ago)
- Last Synced: 2025-04-13T03:46:30.091Z (about 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

MinoriTool
Simple tool to batch convert compressed or uncompressed .gim files in Toradora! Portable (and probably other games) to PNG using Sony's official GimConv tool and gunzip.
Originally created for and only tested with Toradora! Portable. Other .gim files probably work too.
## Usage
1. Create an `input` folder and an `gimconv` in the same directory as `MinoriTool.exe`.
2. Copy your .gim files into the newly created `input` folder. (You can dump these from Toradora! Portable using [TigerXDragon](https://github.com/SH4FS0c13ty/TigerXDragon))
3. Copy GimConv.exe and it's required files into the newly created `gimconv` folder. (GimConv was previously officially distributed with the PS3 Custom Theme Toolbox and the PSP Custom Theme Toolbox, but official downloads no longer exist so you'll need to find GimConv yourself)
4. Ensure you have a WSL instance (or some other alternative) accessible by `bash` from the Windows command prompt and that running `bash -c "which gunzip"` from the Windows command prompt successfully locates gunzip.
5. Run `MinoriTool.exe`.