All Projects → gtasa-savegame-editor → gtasa-savegame-editor

gtasa-savegame-editor / gtasa-savegame-editor

Licence: MIT license
GUI tool to edit GTA San Andreas savegames.

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to gtasa-savegame-editor

samp-node-lib
NodeJS library for Scripting San Andreas Multiplayer:SAMP depends on samp-node plugin
Stars: ✭ 23 (-58.93%)
Mutual labels:  gta, gta-sa, gtasa, gta-san-andreas
VehFuncs
New vehicle features for GTA San Andreas mods
Stars: ✭ 30 (-46.43%)
Mutual labels:  gta, gta-sa, gtasa, gta-san-andreas
GWRP-0.3
Игровой режим для San Andreas Multiplayer
Stars: ✭ 22 (-60.71%)
Mutual labels:  gta, sanandreas, gtasa
protection
Flexible server protection system (development)
Stars: ✭ 23 (-58.93%)
Mutual labels:  gta, sanandreas, gtasa
v2saconv
GTAV > GTASA resource converter. Converts YTD/YDR/YDD/YFT resources to DFF/TXD and generates COL files.
Stars: ✭ 68 (+21.43%)
Mutual labels:  gta-sa, gtasa, gta-san-andreas
Open-GTO
RPG gamemode for SA-MP
Stars: ✭ 45 (-19.64%)
Mutual labels:  gta, sanandreas, gtasa
rustext
Fix Russian text plugin for SA-MP: GameText's, TextDraw's and Menu's
Stars: ✭ 15 (-73.21%)
Mutual labels:  gta, sanandreas, gtasa
wine-portable-executable
Wine builds packed into portable executables
Stars: ✭ 85 (+51.79%)
Mutual labels:  proton, wine
PlayOnGit
Launch your games on Linux directly from the start menu, with excellent performance.
Stars: ✭ 31 (-44.64%)
Mutual labels:  proton, wine
samp-discord-plugin
SA:MP Discord Rich Presence plugin
Stars: ✭ 63 (+12.5%)
Mutual labels:  san, andreas
gtasa-discord-plugin
Discord Rich Presence plugin for GTA:SA
Stars: ✭ 32 (-42.86%)
Mutual labels:  gta-sa, gtasa
trilogymp
Trilogy Multiplayer (TMP) is a work in progress nonprofit open source multiplayer software project for Grand Theft Auto: The Trilogy. This repository serves as a base for discussions and project management.
Stars: ✭ 105 (+87.5%)
Mutual labels:  gta, gtasa
BeamNG terrainMaterialCache
BeamNG.drive Black Terrain fix for Linux and Mac
Stars: ✭ 81 (+44.64%)
Mutual labels:  proton, wine
kakaotalk-env
KakaoTalk Environment on Debian / Ubuntu Linux (데비안, 우분투 리눅스에서 카카오톡 설치 및 사용하기)
Stars: ✭ 45 (-19.64%)
Mutual labels:  debian, wine
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+1346.43%)
Mutual labels:  debian, wine
Deepin Wine Ubuntu
Deepin Wine for Ubuntu/Debian
Stars: ✭ 5,790 (+10239.29%)
Mutual labels:  debian, wine
AreWeAntiCheatYet
A comprehensive and crowd-sourced list of games using anti-cheats and their compatibility with GNU/Linux or Wine.
Stars: ✭ 289 (+416.07%)
Mutual labels:  proton, wine
wine-launcher
Wine Launcher - Running Windows games under Linux
Stars: ✭ 249 (+344.64%)
Mutual labels:  proton, wine
gta-samp-mouse-only
Play GTA San Andreas Multiplayer with mouse only and no keyboard
Stars: ✭ 22 (-60.71%)
Mutual labels:  gta-sa, gtasa
ansible-roles
My Ansible roles for Debian/Ubuntu
Stars: ✭ 57 (+1.79%)
Mutual labels:  debian

GTA:SA Savegame Editor

Version Badge Windows macOS Linux Join the chat at Gitter GitHub Pages Badge

Even more badges...

License Badge Languages Badge Repo Size Badge Top Language Badge CodeQL

This is a modified/updated version of the software that can be found on paulinternet.nl.

This version contains the following features (additionally to the ones found in the original version):

  • requires Java >= 11
  • macOS specific fixes
  • support for German/european steam versions of the game
  • support for macOS Steam version of the game
  • support for Linux Steam version of the game (SteamPlay/Proton)
  • support for editing garages and cars in them
  • support for transferring savegames from Android
    • support for reading Android savegames without crashing is still in development
    • if you think you can help with this, please take a look at #4
  • notifications about new versions
  • different download options (additionally to .jar):
    • a .exe for windows
    • a .app (and .dmg) for macOS
    • a .deb for Debian/Ubuntu
    • a .rpm for Fedora/CentOS
  • support for theming

Downloading

Just go to the Releases page and download the file you need.

Building

To build the application:

$ mvn clean install -DskipTests=true

You should now have the following files inside the newly created savegame-editor/target folder:

  • gtasaveedit-[version]-jar-with-dependencies.jar
    • This is the main executable. You can run it with java -jar [jarfile].

Profiles

You can also build specific application formats. For example: mvn clean package -Pwindows will create a .exe file.

Available profiles:

  • macOS
    • builds a .dmg and .app file
  • deb
    • builds a .deb file
  • rpm
    • builds a .rpm file
  • windows
    • builds a .exe
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].