Skip to content

Instantly share code, notes, and snippets.

@daniel-j
Last active January 7, 2016 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniel-j/6e9e0b385d4c4fd58485 to your computer and use it in GitHub Desktop.
Save daniel-j/6e9e0b385d4c4fd58485 to your computer and use it in GitHub Desktop.
## local only ##
name: DX-Ball 2
slug: dx-ball-2-demo
game_slug: dx-ball-2
version: Windows Demo
runner: wine
## local only ##
files:
- installer: http://www.longbowgames.com/downloads/DX-Ball%202%20Demo%20Install.exe
installer:
- task:
name: wineexec
prefix: $GAMEDIR
executable: installer
args: /S
# tweak game settings
- execute:
file: /usr/bin/env
args: sed -i 's/MusicVoices = 8/MusicVoices = 24/;s/PlaybackRate = 22050/PlaybackRate = 44100/' '$GAMEDIR/drive_c/Program Files/LDA Games/DX-Ball 2/config.cfg'
game:
prefix: $GAMEDIR
exe: drive_c/Program Files/LDA Games/DX-Ball 2/DXBall2.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment