This is a modified version of the software that can be found on paulinternet.nl.
This version contains mostly macOS specific fixes and requires Java > 8. That said, if you try to run it on Windows or Linux it may crash or be missing some features.
This doesn't mean that you shouldn't run it on those systems! I heavily advise you to do this and report any bugs you find as issue.
Just go to the Releases page and download the file you need.
To build the application:
$ mvn clean install -DskipTests=true
You should now have the following files inside a newly created target
folder:
gtasaveedit-[version]-jar-with-dependencies.jar
- This is the main executable. You can run it with
java -jar [jarfile]
.
- This is the main executable. You can run it with
gtasaveedit_[version]_all.deb
- This is a Debian package. You can install it on Debian, Ubuntu and other Linux distros based on those.
- You can also run
alien --scripts -r <debfile>
to create a.rpm
file that can be installed on Fedora based distros.
gtasaveedit-[version]/GTA SA Savegame Editor.app
- This is a
.app
file to be used with macOS.
- This is a