New game, coin collector
This commit is contained in:
parent
cfc49f33e8
commit
ee1f9d2891
@ -986,6 +986,7 @@ gameList=(
|
|||||||
#"Chopper Challenge"
|
#"Chopper Challenge"
|
||||||
"Christmas WhoopAss"
|
"Christmas WhoopAss"
|
||||||
"Code Dungeon"
|
"Code Dungeon"
|
||||||
|
"Coin Collector"
|
||||||
#"Constant Battle"
|
#"Constant Battle"
|
||||||
"Copter Mission"
|
"Copter Mission"
|
||||||
"Crazy Party"
|
"Crazy Party"
|
||||||
@ -1735,6 +1736,16 @@ case "${game}" in
|
|||||||
echo "$USER|n/a" >> "$WINEPREFIX/drive_c/Program Files/x-sight interactive/chopper challenge/config.dat"
|
echo "$USER|n/a" >> "$WINEPREFIX/drive_c/Program Files/x-sight interactive/chopper challenge/config.dat"
|
||||||
add_launcher "c:\Program Files\x-sight interactive\chopper challenge\Chopper.exe"
|
add_launcher "c:\Program Files\x-sight interactive\chopper challenge\Chopper.exe"
|
||||||
;;
|
;;
|
||||||
|
"Coin Collector")
|
||||||
|
export WINEARCH=win64
|
||||||
|
export winVer="win7"
|
||||||
|
get_installer "coin collector.rar" "https://www.dropbox.com/s/v55q7t9n84otmcd/coin%20collector.rar?dl=1"
|
||||||
|
download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
|
||||||
|
install_wine_bottle
|
||||||
|
unrar x "$cache/coin collector.rar" -op"$WINEPREFIX/drive_c/Program Files"
|
||||||
|
find "$WINEPREFIX/drive_c/Program Files/coin collector" -type f -name "nvdaControllerClient64.dll" -exec cp -v "$cache/nvda2speechd64.dll" "{}" \;
|
||||||
|
add_launcher "c:\Program Files\coin collector\game.exe"
|
||||||
|
;;
|
||||||
"Constant Battle")
|
"Constant Battle")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle cjkfonts speechsdk
|
install_wine_bottle cjkfonts speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user