Last active
January 7, 2016 19:17
-
-
Save daniel-j/6e9e0b385d4c4fd58485 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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