Installer 4story-gameforge

This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.

files:
- 4story_installer: https://pl.4story.gameforge.com/game/downloadclient
game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files/GameforgeLive/GameforgeLive.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Setting prefix for game.
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: win7
    arch: win32
    description: Setting Wine to Windows 7 32-Bit
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win32
    description: Please don't change default game install path .
    executable: 4story_installer
    name: wineexec
    prefix: $GAMEDIR
- task:
    arch: win32
    name: winekill
    prefix: $GAMEDIR
{
  "files": [
    {
      "4story_installer": "https://pl.4story.gameforge.com/game/downloadclient"
    }
  ],
  "game": {
    "arch": "win32",
    "exe": "$GAMEDIR/drive_c/Program Files/GameforgeLive/GameforgeLive.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "arch": "win32",
        "description": "Setting prefix for game.",
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "win7",
        "arch": "win32",
        "description": "Setting Wine to Windows 7 32-Bit",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "arch": "win32",
        "description": "Please don't change default game install path .",
        "executable": "4story_installer",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "arch": "win32",
        "name": "winekill",
        "prefix": "$GAMEDIR"
      }
    }
  ]
}
Back to game