Added the game "Laser Breakout" but it is disabled for now because it does not speak.
This commit is contained in:
parent
d2c8694e8a
commit
9f6f6f7d91
@ -961,6 +961,7 @@ gameList=(
|
||||
"Judgement Day"
|
||||
"Kitchensinc Games"
|
||||
"Kringle Crash"
|
||||
#"Laser Breakout"
|
||||
#"Light Battles"
|
||||
"Light Cars"
|
||||
"Lockpick"
|
||||
@ -1942,6 +1943,17 @@ EOF
|
||||
wine "${cache}/kringle crash setup.exe" /silent
|
||||
add_launcher "c:\Program Files\Kringle Crash\kringlecrash.exe"
|
||||
;;
|
||||
"Laser Breakout")
|
||||
export bottle="nyanchan"
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://www.nyanchangames.com/softs/lsSetup.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||
wine "${cache}/lsSetup.exe" &
|
||||
xdotool sleep 10 key Return
|
||||
wineserver -w
|
||||
find "${WINEPREFIX}" -type f -name "nvdaControllerClient.dll" -exec rm -fv "{}" \;
|
||||
add_launcher "c:\nyanchangame\laser breakout\play.exe"
|
||||
;;
|
||||
"Light Battles")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
@ -2013,7 +2025,7 @@ EOF
|
||||
export bottle="nyanchan"
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "https://www.nyanchangames.com/softs/MbSetupE.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||
download "https://www.nyanchangames.com/softs/MbSetupE.exe"
|
||||
wine "${cache}/MbSetupE.exe" &
|
||||
xdotool sleep 10 key Return
|
||||
wineserver -w
|
||||
|
Loading…
Reference in New Issue
Block a user