A browser-based editor for League of Legends .inibin, .ini, .troybin and .troy files
Note
- This project was vibe coded
- Inibin and Troybin conversion was ported from lolpytools
- Open files
- Automatic hash resolution
- hashed keys are mapped back to human readable
section -> namepairs using a built-in fix dictionary. Unresolved hashes are shown separately
- hashed keys are mapped back to human readable
- View and search
- values are grouped into collapsible sections with text filtering
- Edit
- modify existing values or add new entries and sections
- Export
- save changes back to
.inibin,.ini,.troybinor.troyformat
- save changes back to
# Install dependencies
bun install
# Start the dev server
bun run dev