Releases: black-sliver/SoETilesViewer
v0.1.9
View, export, replace sprites (use right click) and view scripts, tiles, character/NPC stats.
New in this version:
- Added "Characters" tab to view character/NPC data and stats (read-only, hover textbox to see address)
- Added "Map Tiles" tab to view background tiles
On Windows run the setup.exe from setup .zip to install or unpack the w64 .7z and double-click the exe installation-less.
On Linux and macOS build from source for now (see README.md).
v0.1.8
View, export, replace sprites (use right click) and view scripts
New in this version:
- Better script output, thanks to neagix
On Windows run the setup.exe from setup .zip to install or unpack the w64 .7z and double-click the exe installation-less
On Linux install libqt5core5 libqt5gui5 libqt5widgets5 - e.g. sudo apt install libqt5core5 libqt5gui5 libqt5widgets5
- if not already preinstalled, unpack the linux64 .zip and run from terminal or create a shortcut/.desktop file
v0.1.7
View, export and replace sprites (use right click) and view scripts
- Added "dark theme" for scripts
- Fixed braces for branch if false
- More named scripts, better titles for auto-discovered/unnamed scripts
- Fixed generated text for some flags ($....&0x...) in scripts
- More error handling in script parser
- Fixed reloading ROMs
- Changed some minor texts
On Windows run the setup.exe from setup .zip to install or unpack the w64 .7z and double-click the exe installation-less
On Linux install libqt5core5 libqt5gui5 libqt5widgets5 - e.g. sudo apt install libqt5core5 libqt5gui5 libqt5widgets5 - if not already preinstalled, unpack the linux64 .zip and run from terminal or create a shortcut/.desktop file
v0.1.6
View, export and replace sprites (use right click) and view scripts
- Added support to view scripts
- Fixed various problems on windows
- Added support for headered ROMs for scripts
- Added linux binary (amd64, Qt 5.9+)
- Now uses Windows/aero theme
- Some flags from sub-instructions (e.g. IFs) are displayed wrong in this version: $.... & 0x00 is not actually 0x00
On Windows run the setup.exe from setup .zip to install or unpack the w64 .7z and double-click the exe installation-less
On Linux install libqt5core5 libqt5gui5 libqt5widgets5 - e.g. sudo apt install libqt5core5 libqt5gui5 libqt5widgets5 - if not already preinstalled, unpack the linux64 .zip and run from terminal or create a shortcut/.desktop file