Skip to content

Taron686/SoETilesViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoETilesViewer

is a program to view and modify resources of the SNES Game Secret of Evermore.

  • Only US/NTSC version
  • Only uncompressed ROM supported (unpack ZIP first)
  • Use right-click on tiles to import/export
  • Make sure to use the same palette when exporting and importing

How to get the source

  • get source: git clone --recurse-submodules [repo]
  • if cloned without submodules: git submodule update --init --recursive
  • update source: git pull --recurse-submodules
  • if unpacked from zip: download and unpack the submodules' zips as well

How to build with Qt Creator

Install Qt Creator, for example from Qt Offline Installer, open the project and then build it.

How to build with Debian/Ubuntu

Install qt5-qmake and qt5-default, then run qmake SoETilesViewer.pro and make -j.

Screenshot

screenshot

About

Tool to view, export and import assets of Secret of Evermore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.7%
  • Inno Setup 2.2%
  • C 1.8%
  • QMake 1.3%