Add code dungeon, sapi not working yet
This commit is contained in:
parent
aaf61bddfb
commit
ac733a2e7e
@ -902,6 +902,7 @@ gameList=(
|
||||
"Challenge of the Horse"
|
||||
#"Chopper Challenge"
|
||||
"Christmas WhoopAss"
|
||||
"Code Dungeon"
|
||||
#"Constant Battle"
|
||||
"Copter Mission"
|
||||
"Crazy Party"
|
||||
@ -1576,6 +1577,17 @@ case "${game}" in
|
||||
wine "${cache}/christmas whoopass setup.exe" /sp- /silent
|
||||
add_launcher "c:\Program Files\Draconis Entertainment\Christmas Whoop Ass\wa.exe"
|
||||
;;
|
||||
"Code Dungeon")
|
||||
get_installer "codedungeon-win-64.zip" "https://stealcase.itch.io/codedungeon"
|
||||
export WINEARCH=win64
|
||||
export winVer="win8"
|
||||
install_wine_bottle
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/code-dungeon" "${cache}/codedungeon-win-64.zip"
|
||||
# Weird work around to get keyboard working.
|
||||
winetricks -q usetakefocus=y
|
||||
winetricks -q usetakefocus=n
|
||||
add_launcher "c:\Program Files\code-dungeon\Code Dungeon.exe"
|
||||
;;
|
||||
"Copter Mission")
|
||||
export bottle="oriol-gomez"
|
||||
export winVer="win7"
|
||||
|
Loading…
Reference in New Issue
Block a user