files:
- wow_client: https://dl.octowow.st/download/client
game:
exe: $GAMEDIR/octowow_standalone_client/WoW.exe
prefix: $GAMEDIR/prefix
working_dir: $GAMEDIR/octowow_standalone_client
installer:
- execute:
command: 'mkdir -p "$GAMEDIR/octowow_standalone_client"
'
description: Creating installation directory
- execute:
command: 'unzip -q "$wow_client" -d "$GAMEDIR/octowow_standalone_client"
'
description: Extracting OctoWoW client...please wait as this can take time.
description: Direct Install (No Launcher)
game_slug: octowow
gogslug: ''
humblestoreid: ''
installer_slug: octowow-1181-full-install
name: OctoWoW
notes: "Installs latest OctoWoW without the launcher. \r\n\r\nSuggested wine version\
\ GE-Proton (Latest)\r\n\r\nIf download fails in the script, go to https://dl.octowow.st/download/client\
\ to download the client zip and Select it in the install script instead of Downloading"
runner: wine
script:
files:
- wow_client: https://dl.octowow.st/download/client
game:
exe: $GAMEDIR/octowow_standalone_client/WoW.exe
prefix: $GAMEDIR/prefix
working_dir: $GAMEDIR/octowow_standalone_client
installer:
- execute:
command: 'mkdir -p "$GAMEDIR/octowow_standalone_client"
'
description: Creating installation directory
- execute:
command: 'unzip -q "$wow_client" -d "$GAMEDIR/octowow_standalone_client"
'
description: Extracting OctoWoW client...please wait as this can take time.
slug: octowow-1181-full-install
steamid: null
version: 1.18.1 - Full Install
year: 2026
{
"game_slug": "octowow",
"version": "1.18.1 - Full Install",
"description": "Direct Install (No Launcher)",
"notes": "Installs latest OctoWoW without the launcher. \r\n\r\nSuggested wine version GE-Proton (Latest)\r\n\r\nIf download fails in the script, go to https://dl.octowow.st/download/client to download the client zip and Select it in the install script instead of Downloading",
"name": "OctoWoW",
"year": 2026,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "octowow-1181-full-install",
"installer_slug": "octowow-1181-full-install",
"script": {
"files": [
{
"wow_client": "https://dl.octowow.st/download/client"
}
],
"game": {
"exe": "$GAMEDIR/octowow_standalone_client/WoW.exe",
"prefix": "$GAMEDIR/prefix",
"working_dir": "$GAMEDIR/octowow_standalone_client"
},
"installer": [
{
"execute": {
"command": "mkdir -p \"$GAMEDIR/octowow_standalone_client\"\n",
"description": "Creating installation directory"
}
},
{
"execute": {
"command": "unzip -q \"$wow_client\" -d \"$GAMEDIR/octowow_standalone_client\"\n",
"description": "Extracting OctoWoW client...please wait as this can take time."
}
}
]
}
}