Added game Paladin of the Sky.
This commit is contained in:
parent
cdec8dcf3e
commit
315468dd02
@ -249,7 +249,7 @@ game_launcher() {
|
|||||||
qjoypad -T "${game%|*}" 2> /dev/null &
|
qjoypad -T "${game%|*}" 2> /dev/null &
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
WINEPREFIX="${HOME}/.local/wine/${game%|*}" wine start /d "${winePath}" "$wineExec"
|
WINEPREFIX="${HOME}/.local/wine/${game%|*}" wine start /realtime /d "${winePath}" "$wineExec"
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
@ -336,6 +336,7 @@ gameList=(
|
|||||||
"Lockpick"
|
"Lockpick"
|
||||||
"Manamon"
|
"Manamon"
|
||||||
"Manamon 2"
|
"Manamon 2"
|
||||||
|
"Paladin of the Sky"
|
||||||
"Pontes Kickups!"
|
"Pontes Kickups!"
|
||||||
"Run For Your Life"
|
"Run For Your Life"
|
||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
@ -490,6 +491,13 @@ case "${game}" in
|
|||||||
wine "${cache}/manamon2_installer.exe" /silent
|
wine "${cache}/manamon2_installer.exe" /silent
|
||||||
add_launcher "c:\Program Files\VGStorm.com\Manamon 2\rpg.exe"
|
add_launcher "c:\Program Files\VGStorm.com\Manamon 2\rpg.exe"
|
||||||
;;
|
;;
|
||||||
|
"Paladin of the Sky")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "http://www.vgstorm.com/cod/pots/paladin_installer.exe"
|
||||||
|
wine "${cache}/paladin_installer.exe" /silent
|
||||||
|
add_launcher "c:\Program Files\VGStorm.com\Paladin of the Sky\game.exe"
|
||||||
|
;;
|
||||||
"Pontes Kickups!")
|
"Pontes Kickups!")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user