files:
- setup: N/A:Please select the setup file for GTA San Andreas
- HOODLUM: https://codeberg.org/xls69/gta_sa_largeaddress/raw/branch/main/gta_sa.exe
- silents_asi_loader: https://www.gtagarage.com/mods/download.php?f=37262
- silentpatchsa: https://github.com/CookiePLMonster/SilentPatch/releases/latest/download/SilentPatchSA.zip
- SAMP: https://gta-multiplayer.cz/downloads/sa-mp-0.3.7-R5-2-MP-install.exe
game:
arch: win64
exe: drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/samp.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix...
name: create_prefix
prefix: $GAMEDIR
- task:
description: Installing GTA:SA...
executable: $setup
name: wineexec
prefix: $GAMEDIR
- move:
description: Patching gta_sa.exe...
dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/gta_sa.exe
src: HOODLUM
- extract:
description: Installing Silent's ASI Loader...
dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/
file: silents_asi_loader
- extract:
description: Installing SilentPatchSA...
dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/
file: silentpatchsa
- task:
description: Installing SA:MP...
executable: $SAMP
name: wineexec
prefix: $GAMEDIR
description: This installer requires original DVD copy of the game.
game_slug: san-andreas-multiplayer
gogslug: ''
humblestoreid: ''
installer_slug: grand-theft-auto-san-andreas-037-r5-2-mp
name: 'Grand Theft Auto: San Andreas Multiplayer'
notes: "- obtain the original copy of DVD or .iso image (v1.0)\r\n- extract the files\
\ of the image somewhere and press INSTALL on this installer\r\n- installer will\
\ ask for location of setup.exe, you need to locate it where you extracted whole\
\ .iso image\r\n- do NOT change default installation paths in setups\r\n- go through\
\ setups by pressing next and you're DONE\r\n\r\nTip:\r\n- Use Proton-GE (thanks\
\ to umu-launcher) instead of Wine, as Wine-GE is deprecated. This provides much\
\ better performance and fixes visual artifacts (including EAX fix) and font glitches\
\ in the chat for SA:MP."
runner: wine
script:
files:
- setup: N/A:Please select the setup file for GTA San Andreas
- HOODLUM: https://codeberg.org/xls69/gta_sa_largeaddress/raw/branch/main/gta_sa.exe
- silents_asi_loader: https://www.gtagarage.com/mods/download.php?f=37262
- silentpatchsa: https://github.com/CookiePLMonster/SilentPatch/releases/latest/download/SilentPatchSA.zip
- SAMP: https://gta-multiplayer.cz/downloads/sa-mp-0.3.7-R5-2-MP-install.exe
game:
arch: win64
exe: drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/samp.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix...
name: create_prefix
prefix: $GAMEDIR
- task:
description: Installing GTA:SA...
executable: $setup
name: wineexec
prefix: $GAMEDIR
- move:
description: Patching gta_sa.exe...
dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/gta_sa.exe
src: HOODLUM
- extract:
description: Installing Silent's ASI Loader...
dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/
file: silents_asi_loader
- extract:
description: Installing SilentPatchSA...
dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/
file: silentpatchsa
- task:
description: Installing SA:MP...
executable: $SAMP
name: wineexec
prefix: $GAMEDIR
slug: grand-theft-auto-san-andreas-037-r5-2-mp
steamid: null
version: 0.3.7-R5-2-MP
year: 2005
{
"game_slug": "san-andreas-multiplayer",
"version": "0.3.7-R5-2-MP",
"description": "This installer requires original DVD copy of the game.",
"notes": "- obtain the original copy of DVD or .iso image (v1.0)\r\n- extract the files of the image somewhere and press INSTALL on this installer\r\n- installer will ask for location of setup.exe, you need to locate it where you extracted whole .iso image\r\n- do NOT change default installation paths in setups\r\n- go through setups by pressing next and you're DONE\r\n\r\nTip:\r\n- Use Proton-GE (thanks to umu-launcher) instead of Wine, as Wine-GE is deprecated. This provides much better performance and fixes visual artifacts (including EAX fix) and font glitches in the chat for SA:MP.",
"name": "Grand Theft Auto: San Andreas Multiplayer",
"year": 2005,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "grand-theft-auto-san-andreas-037-r5-2-mp",
"installer_slug": "grand-theft-auto-san-andreas-037-r5-2-mp",
"script": {
"files": [
{
"setup": "N/A:Please select the setup file for GTA San Andreas"
},
{
"HOODLUM": "https://codeberg.org/xls69/gta_sa_largeaddress/raw/branch/main/gta_sa.exe"
},
{
"silents_asi_loader": "https://www.gtagarage.com/mods/download.php?f=37262"
},
{
"silentpatchsa": "https://github.com/CookiePLMonster/SilentPatch/releases/latest/download/SilentPatchSA.zip"
},
{
"SAMP": "https://gta-multiplayer.cz/downloads/sa-mp-0.3.7-R5-2-MP-install.exe"
}
],
"game": {
"arch": "win64",
"exe": "drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/samp.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Creating Wine prefix...",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"description": "Installing GTA:SA...",
"executable": "$setup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"move": {
"description": "Patching gta_sa.exe...",
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/gta_sa.exe",
"src": "HOODLUM"
}
},
{
"extract": {
"description": "Installing Silent's ASI Loader...",
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/",
"file": "silents_asi_loader"
}
},
{
"extract": {
"description": "Installing SilentPatchSA...",
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/GTA San Andreas/",
"file": "silentpatchsa"
}
},
{
"task": {
"description": "Installing SA:MP...",
"executable": "$SAMP",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}