files:
- steam-data: $STEAM:367450:/
- unity-single-instance-fix: https://github.com/jwillikers/unity-single-instance-fix/releases/download/1.0.0/libunity-single-instance-fix-x86_64.so
game:
exe: $GAMEDIR/polybridge.x86_64
installer:
- copy:
dst: $GAMEDIR
src: steam-data
- copy:
dst: $GAMEDIR
src: unity-single-instance-fix
system:
env:
LD_PRELOAD: $GAMEDIR/libunity-single-instance-fix-x86_64.so
description: ''
game_slug: poly-bridge
gogslug: ''
humblestoreid: polybridge
installer_slug: poly-bridge-steam-drm-free-linux
name: Poly Bridge
notes: "Uses LD_PRELOAD to load a fix for the old Unity version on Linux which causes\
\ the game to crash when launched.\r\nThe game is copied from Steam to the game\
\ directory."
runner: steam
script:
files:
- steam-data: $STEAM:367450:/
- unity-single-instance-fix: https://github.com/jwillikers/unity-single-instance-fix/releases/download/1.0.0/libunity-single-instance-fix-x86_64.so
game:
exe: $GAMEDIR/polybridge.x86_64
installer:
- copy:
dst: $GAMEDIR
src: steam-data
- copy:
dst: $GAMEDIR
src: unity-single-instance-fix
system:
env:
LD_PRELOAD: $GAMEDIR/libunity-single-instance-fix-x86_64.so
slug: poly-bridge-steam-drm-free-linux
steamid: 367450
version: Steam DRM-free Linux
year: 2016
{
"game_slug": "poly-bridge",
"version": "Steam DRM-free Linux",
"description": "",
"notes": "Uses LD_PRELOAD to load a fix for the old Unity version on Linux which causes the game to crash when launched.\r\nThe game is copied from Steam to the game directory.",
"name": "Poly Bridge",
"year": 2016,
"steamid": 367450,
"gogslug": "",
"humblestoreid": "polybridge",
"runner": "steam",
"slug": "poly-bridge-steam-drm-free-linux",
"installer_slug": "poly-bridge-steam-drm-free-linux",
"script": {
"files": [
{
"steam-data": "$STEAM:367450:/"
},
{
"unity-single-instance-fix": "https://github.com/jwillikers/unity-single-instance-fix/releases/download/1.0.0/libunity-single-instance-fix-x86_64.so"
}
],
"game": {
"exe": "$GAMEDIR/polybridge.x86_64"
},
"installer": [
{
"copy": {
"dst": "$GAMEDIR",
"src": "steam-data"
}
},
{
"copy": {
"dst": "$GAMEDIR",
"src": "unity-single-instance-fix"
}
}
],
"system": {
"env": {
"LD_PRELOAD": "$GAMEDIR/libunity-single-instance-fix-x86_64.so"
}
}
}
}