Installer grand-theft-auto-san-andreas-dvd-mods

files:
- setup: N/A:Please select the setup file for GTA San Andreas
- hoodlum: https://github.com/MrNiceGuy420/GTA-SA-1.0-HOODLUM-No-CD-Fix-exe/raw/master/GTA_SA.EXE
- silents_asi_loader: https://www.gtagarage.com/mods/download.php?f=37262
- ultimate_asi_loader: https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/v6.4.0/Ultimate-ASI-Loader.zip
- modloader: https://www.gtagarage.com/mods/download.php?f=42394
- silentpatchsa: http://silent.rockstarvision.com/uploads/SilentPatchSA.zip
- improvedfastloader: https://www.gtagarage.com/mods/download.php?f=37720
- ginputsa: http://silent.rockstarvision.com/uploads/GInputSA.zip
- exgangwars: https://github.com/CookiePLMonster/ExGangWars/releases/latest/download/ExGangWars.zip
game:
  arch: win32
  exe: drive_c/Program Files/Rockstar Games/GTA San Andreas/gta_sa.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dsound
    description: Installing dependencies...
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: dinput8
    description: Installing dependencies...
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: d3dx9
    arch: win32
    description: Installing dependencies...
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win32
    description: Installing GTA:SA...
    executable: $setup
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
- move:
    description: Cracking GTA San Andreas...
    dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/gta_sa.exe
    src: hoodlum
- extract:
    description: Modding GTA San Andreas...
    dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/
    file: silents_asi_loader
- extract:
    description: Modding GTA San Andreas...
    dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/
    file: ultimate_asi_loader
- extract:
    description: Modding GTA San Andreas...
    dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/
    file: modloader
- extract:
    description: Modding GTA San Andreas...
    dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/SilentPatchSA/
    file: silentpatchsa
- extract:
    description: Modding GTA San Andreas...
    dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/ImprovedFastLoader/
    file: improvedfastloader
- extract:
    description: Modding GTA San Andreas...
    dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/GInputSA/
    file: ginputsa
- extract:
    description: Modding GTA San Andreas...
    dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/ExGangWars/
    file: exgangwars
- task:
    arch: win32
    name: winekill
    prefix: $GAMEDIR
description: This installer requires DVD copy of the game with setup.exe. This installer
  also includes other essential modifications for playable and moddable experience.
game_slug: grand-theft-auto-san-andreas
gogslug: ''
humblestoreid: ''
installer_slug: grand-theft-auto-san-andreas-dvd-mods
name: 'Grand Theft Auto: San Andreas'
notes: "- select setup.exe file from DVD or .iso image, extract it or mount it, \r\
  \njust make sure you select the setup file.\r\n\r\n- in the setup.exe installer,\
  \ do not change game installation directory.\r\n\r\n- check out these mods (not\
  \ inlcuded with installer) :\r\nhttps://github.com/ThirteenAG/WidescreenFixesPack/releases/tag/gtasa\r\
  \nhttps://gtaforums.com/topic/899040-the-heros-workshop/\r\nhttps://github.com/aap/debugmenu\r\
  \nhttps://gtaforums.com/topic/750681-skygfx-ps2-xbox-and-mobile-graphics-for-pc/\r\
  \n\r\nTip:\r\n- if you're using wine staging (or GE) after you have installed GTA\
  \ San Andreas it is recommended to right click the Grand Theft Auto: San Andreas\
  \ entry in Lutris, then Wine configuration -> Staging and \"Enable VAAPI as backend\
  \ for DXVA2 GPU decoding\" for better performance\r\n- you can also enable \"Enable\
  \ Environmental Audio Extensions (EAX)\" which is supported partally by \"dsound\"\
  \ dependency"
runner: wine
script:
  files:
  - setup: N/A:Please select the setup file for GTA San Andreas
  - hoodlum: https://github.com/MrNiceGuy420/GTA-SA-1.0-HOODLUM-No-CD-Fix-exe/raw/master/GTA_SA.EXE
  - silents_asi_loader: https://www.gtagarage.com/mods/download.php?f=37262
  - ultimate_asi_loader: https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/v6.4.0/Ultimate-ASI-Loader.zip
  - modloader: https://www.gtagarage.com/mods/download.php?f=42394
  - silentpatchsa: http://silent.rockstarvision.com/uploads/SilentPatchSA.zip
  - improvedfastloader: https://www.gtagarage.com/mods/download.php?f=37720
  - ginputsa: http://silent.rockstarvision.com/uploads/GInputSA.zip
  - exgangwars: https://github.com/CookiePLMonster/ExGangWars/releases/latest/download/ExGangWars.zip
  game:
    arch: win32
    exe: drive_c/Program Files/Rockstar Games/GTA San Andreas/gta_sa.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dsound
      description: Installing dependencies...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dinput8
      description: Installing dependencies...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: d3dx9
      arch: win32
      description: Installing dependencies...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win32
      description: Installing GTA:SA...
      executable: $setup
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  - move:
      description: Cracking GTA San Andreas...
      dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/gta_sa.exe
      src: hoodlum
  - extract:
      description: Modding GTA San Andreas...
      dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/
      file: silents_asi_loader
  - extract:
      description: Modding GTA San Andreas...
      dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/
      file: ultimate_asi_loader
  - extract:
      description: Modding GTA San Andreas...
      dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/
      file: modloader
  - extract:
      description: Modding GTA San Andreas...
      dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/SilentPatchSA/
      file: silentpatchsa
  - extract:
      description: Modding GTA San Andreas...
      dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/ImprovedFastLoader/
      file: improvedfastloader
  - extract:
      description: Modding GTA San Andreas...
      dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/GInputSA/
      file: ginputsa
  - extract:
      description: Modding GTA San Andreas...
      dst: $GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/ExGangWars/
      file: exgangwars
  - task:
      arch: win32
      name: winekill
      prefix: $GAMEDIR
slug: grand-theft-auto-san-andreas-dvd-mods
steamid: 12120
version: DVD + mods
year: 2005
{
  "game_slug": "grand-theft-auto-san-andreas",
  "version": "DVD + mods",
  "description": "This installer requires DVD copy of the game with setup.exe. This installer also includes other essential modifications for playable and moddable experience.",
  "notes": "- select setup.exe file from DVD or .iso image, extract it or mount it, \r\njust make sure you select the setup file.\r\n\r\n- in the setup.exe installer, do not change game installation directory.\r\n\r\n- check out these mods (not inlcuded with installer) :\r\nhttps://github.com/ThirteenAG/WidescreenFixesPack/releases/tag/gtasa\r\nhttps://gtaforums.com/topic/899040-the-heros-workshop/\r\nhttps://github.com/aap/debugmenu\r\nhttps://gtaforums.com/topic/750681-skygfx-ps2-xbox-and-mobile-graphics-for-pc/\r\n\r\nTip:\r\n- if you're using wine staging (or GE) after you have installed GTA San Andreas it is recommended to right click the Grand Theft Auto: San Andreas entry in Lutris, then Wine configuration -> Staging and \"Enable VAAPI as backend for DXVA2 GPU decoding\" for better performance\r\n- you can also enable \"Enable Environmental Audio Extensions (EAX)\" which is supported partally by \"dsound\" dependency",
  "name": "Grand Theft Auto: San Andreas",
  "year": 2005,
  "steamid": 12120,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "grand-theft-auto-san-andreas-dvd-mods",
  "installer_slug": "grand-theft-auto-san-andreas-dvd-mods",
  "script": {
    "files": [
      {
        "setup": "N/A:Please select the setup file for GTA San Andreas"
      },
      {
        "hoodlum": "https://github.com/MrNiceGuy420/GTA-SA-1.0-HOODLUM-No-CD-Fix-exe/raw/master/GTA_SA.EXE"
      },
      {
        "silents_asi_loader": "https://www.gtagarage.com/mods/download.php?f=37262"
      },
      {
        "ultimate_asi_loader": "https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/v6.4.0/Ultimate-ASI-Loader.zip"
      },
      {
        "modloader": "https://www.gtagarage.com/mods/download.php?f=42394"
      },
      {
        "silentpatchsa": "http://silent.rockstarvision.com/uploads/SilentPatchSA.zip"
      },
      {
        "improvedfastloader": "https://www.gtagarage.com/mods/download.php?f=37720"
      },
      {
        "ginputsa": "http://silent.rockstarvision.com/uploads/GInputSA.zip"
      },
      {
        "exgangwars": "https://github.com/CookiePLMonster/ExGangWars/releases/latest/download/ExGangWars.zip"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Rockstar Games/GTA San Andreas/gta_sa.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dsound",
          "description": "Installing dependencies...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dinput8",
          "description": "Installing dependencies...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "d3dx9",
          "arch": "win32",
          "description": "Installing dependencies...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Installing GTA:SA...",
          "executable": "$setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "description": "Cracking GTA San Andreas...",
          "dst": "$GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/gta_sa.exe",
          "src": "hoodlum"
        }
      },
      {
        "extract": {
          "description": "Modding GTA San Andreas...",
          "dst": "$GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/",
          "file": "silents_asi_loader"
        }
      },
      {
        "extract": {
          "description": "Modding GTA San Andreas...",
          "dst": "$GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/",
          "file": "ultimate_asi_loader"
        }
      },
      {
        "extract": {
          "description": "Modding GTA San Andreas...",
          "dst": "$GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/",
          "file": "modloader"
        }
      },
      {
        "extract": {
          "description": "Modding GTA San Andreas...",
          "dst": "$GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/SilentPatchSA/",
          "file": "silentpatchsa"
        }
      },
      {
        "extract": {
          "description": "Modding GTA San Andreas...",
          "dst": "$GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/ImprovedFastLoader/",
          "file": "improvedfastloader"
        }
      },
      {
        "extract": {
          "description": "Modding GTA San Andreas...",
          "dst": "$GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/GInputSA/",
          "file": "ginputsa"
        }
      },
      {
        "extract": {
          "description": "Modding GTA San Andreas...",
          "dst": "$GAMEDIR/drive_c/Program Files/Rockstar Games/GTA San Andreas/modloader/ExGangWars/",
          "file": "exgangwars"
        }
      },
      {
        "task": {
          "arch": "win32",
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game