Installer rose-online-swamp-rose-installer

files:
- installer: https://f002.backblazeb2.com/file/rose-public/RoseOnlineSetup.exe
- updater: https://github.com/snyke7/swamp-rose-updater/releases/download/0.1/swamp_rose_updater
game:
  appid: 215120
  args: --init --server connect.roseonlinegame.com
  exe: $GAMEDIR/drive_c/Program Files/ROSE Online/trose.exe
  prefix: $GAMEDIR
installer:
- chmodx: updater
- move:
    dst: $GAMEDIR/swamp_rose_updater
    src: updater
- write_file:
    content: '#!/bin/sh

      path="$(dirname "$(realpath "$0")")"

      cd "$path/drive_c/Program Files/ROSE Online/"

      "$path"/swamp_rose_updater

      '
    file: $GAMEDIR/update_this_rose
- chmodx: $GAMEDIR/update_this_rose
- task:
    args: /SILENT /ALLUSERS /SP-
    executable: installer
    name: wineexec
    prefix: $GAMEDIR
- execute:
    file: $GAMEDIR/update_this_rose
system:
  manual_command: $GAMEDIR/update_this_rose
description: Builds on swamp-rose-updater to get an updated version of the game
game_slug: rose-online
gogslug: ''
humblestoreid: ''
installer_slug: rose-online-swamp-rose-installer
name: ROSE Online
notes: Right-click > execute script to update the game.
runner: wine
script:
  files:
  - installer: https://f002.backblazeb2.com/file/rose-public/RoseOnlineSetup.exe
  - updater: https://github.com/snyke7/swamp-rose-updater/releases/download/0.1/swamp_rose_updater
  game:
    appid: 215120
    args: --init --server connect.roseonlinegame.com
    exe: $GAMEDIR/drive_c/Program Files/ROSE Online/trose.exe
    prefix: $GAMEDIR
  installer:
  - chmodx: updater
  - move:
      dst: $GAMEDIR/swamp_rose_updater
      src: updater
  - write_file:
      content: '#!/bin/sh

        path="$(dirname "$(realpath "$0")")"

        cd "$path/drive_c/Program Files/ROSE Online/"

        "$path"/swamp_rose_updater

        '
      file: $GAMEDIR/update_this_rose
  - chmodx: $GAMEDIR/update_this_rose
  - task:
      args: /SILENT /ALLUSERS /SP-
      executable: installer
      name: wineexec
      prefix: $GAMEDIR
  - execute:
      file: $GAMEDIR/update_this_rose
  system:
    manual_command: $GAMEDIR/update_this_rose
slug: rose-online-swamp-rose-installer
steamid: 215120
version: Swamp ROSE Installer
year: 2012
{
  "game_slug": "rose-online",
  "version": "Swamp ROSE Installer",
  "description": "Builds on swamp-rose-updater to get an updated version of the game",
  "notes": "Right-click > execute script to update the game.",
  "name": "ROSE Online",
  "year": 2012,
  "steamid": 215120,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "rose-online-swamp-rose-installer",
  "installer_slug": "rose-online-swamp-rose-installer",
  "script": {
    "files": [
      {
        "installer": "https://f002.backblazeb2.com/file/rose-public/RoseOnlineSetup.exe"
      },
      {
        "updater": "https://github.com/snyke7/swamp-rose-updater/releases/download/0.1/swamp_rose_updater"
      }
    ],
    "game": {
      "appid": 215120,
      "args": "--init --server connect.roseonlinegame.com",
      "exe": "$GAMEDIR/drive_c/Program Files/ROSE Online/trose.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "chmodx": "updater"
      },
      {
        "move": {
          "dst": "$GAMEDIR/swamp_rose_updater",
          "src": "updater"
        }
      },
      {
        "write_file": {
          "content": "#!/bin/sh\npath=\"$(dirname \"$(realpath \"$0\")\")\"\ncd \"$path/drive_c/Program Files/ROSE Online/\"\n\"$path\"/swamp_rose_updater\n",
          "file": "$GAMEDIR/update_this_rose"
        }
      },
      {
        "chmodx": "$GAMEDIR/update_this_rose"
      },
      {
        "task": {
          "args": "/SILENT /ALLUSERS /SP-",
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "execute": {
          "file": "$GAMEDIR/update_this_rose"
        }
      }
    ],
    "system": {
      "manual_command": "$GAMEDIR/update_this_rose"
    }
  }
}
Back to game