Skip to content

AlexPJiang/SMT_IV_Save_Editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SMT_IV_Save_Editor

Save editor for Shin Megami Tensei IV (US Version)

This is a save editor for Shin Megami Tensei IV, made in Python 3. Tested 100% working in Windows.


Installation: No installation needed for this.

For Windows: Just install Python 3 for Windows (https://www.python.org/downloads/, v3.5.2 at time of writing) with the default settings on. After that, you can just double click on the .py script and it should automatically launch the script with the installed python interpreter.

For Linux (Ubuntu): Newer versions of Ubuntu (14.04 LTS & above) should come with Python 3 installed. Firstly, make the script executable, by typing the following in a terminal: chmod a+x /smt_iv_apocalypse_save_editor.py
*Replace with the path to the script itself. After that, type in a terminal: ./smt_iv_apocalypse_save_editor.py
If there are no errors and the script successfully launches a GUI, then it is all good, you can ignore the following instructions.

However, Ubuntu 16.04 LTS does not have Tkinter package installed, which is responsible for the GUI for the script. So, if you are using Ubuntu 16.04 LTS, you will need to first install the Tkinter package by typing the following in a terminal: sudo apt-get install python3-tk
After installing the package, the script should launch properly.

About

Save editor for Shin Megami Tensei IV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%