files:
- game_zip: https://download.oac-head.com/windows
- tar_exe: https://github.com/hermeticbuild/bsdtar-prebuilt/releases/download/v3.8.1-3/tar_windows_x86_64.exe
game:
arch: win64
exe: drive_c/Haradawn/HDOLauncher.exe
prefix: $GAMEDIR
working_dir: drive_c/Haradawn
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- move:
description: Installing renamed tar.exe
dst: $GAMEDIR/drive_c/windows/system32/tar.exe
src: $tar_exe
- extract:
description: Extracting game files
dst: $GAMEDIR/drive_c/Haradawn
file: $game_zip
- write_file:
content: '[display]
mode=fullscreen
window_width=1280
window_height=800
fullscreen_width=1280
fullscreen_height=800
'
file: $GAMEDIR/drive_c/Haradawn/display.ini
description: Haradawn Online
game_slug: haradawn-online
gogslug: ''
humblestoreid: ''
installer_slug: haradawn-online-steam-deck
name: Haradawn Online
notes: Haradawn Online installer with TAR fix that would cause game asset download
failure. Includes default settings for steam deck resolution
runner: wine
script:
files:
- game_zip: https://download.oac-head.com/windows
- tar_exe: https://github.com/hermeticbuild/bsdtar-prebuilt/releases/download/v3.8.1-3/tar_windows_x86_64.exe
game:
arch: win64
exe: drive_c/Haradawn/HDOLauncher.exe
prefix: $GAMEDIR
working_dir: drive_c/Haradawn
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- move:
description: Installing renamed tar.exe
dst: $GAMEDIR/drive_c/windows/system32/tar.exe
src: $tar_exe
- extract:
description: Extracting game files
dst: $GAMEDIR/drive_c/Haradawn
file: $game_zip
- write_file:
content: '[display]
mode=fullscreen
window_width=1280
window_height=800
fullscreen_width=1280
fullscreen_height=800
'
file: $GAMEDIR/drive_c/Haradawn/display.ini
slug: haradawn-online-steam-deck
steamid: null
version: Steam Deck
year: 2026
{
"game_slug": "haradawn-online",
"version": "Steam Deck",
"description": "Haradawn Online",
"notes": "Haradawn Online installer with TAR fix that would cause game asset download failure. Includes default settings for steam deck resolution",
"name": "Haradawn Online",
"year": 2026,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "haradawn-online-steam-deck",
"installer_slug": "haradawn-online-steam-deck",
"script": {
"files": [
{
"game_zip": "https://download.oac-head.com/windows"
},
{
"tar_exe": "https://github.com/hermeticbuild/bsdtar-prebuilt/releases/download/v3.8.1-3/tar_windows_x86_64.exe"
}
],
"game": {
"arch": "win64",
"exe": "drive_c/Haradawn/HDOLauncher.exe",
"prefix": "$GAMEDIR",
"working_dir": "drive_c/Haradawn"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"move": {
"description": "Installing renamed tar.exe",
"dst": "$GAMEDIR/drive_c/windows/system32/tar.exe",
"src": "$tar_exe"
}
},
{
"extract": {
"description": "Extracting game files",
"dst": "$GAMEDIR/drive_c/Haradawn",
"file": "$game_zip"
}
},
{
"write_file": {
"content": "[display]\nmode=fullscreen\nwindow_width=1280\nwindow_height=800\nfullscreen_width=1280\nfullscreen_height=800\n",
"file": "$GAMEDIR/drive_c/Haradawn/display.ini"
}
}
]
}
}