Skateboarder Pro added, but not yet launching, so commented for now.
This commit is contained in:
parent
3f5771c69a
commit
24d85389ac
@ -363,7 +363,8 @@ get_bottle() {
|
||||
"challenge-of-the-horse"*) export WINEPREFIX="${HOME}/.local/wine/tunmi13";;
|
||||
# tunmi13-64bit games group
|
||||
"battlefield-2d"*) ;&
|
||||
"haunted-party"*) export WINEPREFIX="${HOME}/.local/wine/tunmi13-64bit";;
|
||||
"haunted-party"*) ;&
|
||||
"skateboarder-pro"*) export WINEPREFIX="${HOME}/.local/wine/tunmi13-64bit";;
|
||||
# Dan Z games group
|
||||
"lost"*) ;&
|
||||
"maze-craze"*) ;&
|
||||
@ -1182,6 +1183,7 @@ gameList=(
|
||||
"Shadow Line"
|
||||
"Shooter"
|
||||
"Silver Dollar"
|
||||
#"Skateboarder Pro"
|
||||
"Slender Lost Vision"
|
||||
"Sonic the Hedgehog"
|
||||
"Sonic Zoom"
|
||||
@ -2857,6 +2859,16 @@ EOF
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/Shooter.zip"
|
||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
||||
add_launcher "c:\Program Files\shooter\shooter.exe"
|
||||
;;
|
||||
"Skateboarder Pro")
|
||||
download "https://tunmi13.com/projects/sb_pro_rw.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
|
||||
export WINEARCH=win64
|
||||
export winVer="win8"
|
||||
export bottle=tunmi13-64bit
|
||||
install_wine_bottle sapi
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/sb_pro_rw.zip"
|
||||
find "${WINEPREFIX}/drive_c/Program Files/bf" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
||||
#add_launcher "c:\Program Files\"
|
||||
;;
|
||||
"Sonic the Hedgehog")
|
||||
export winVer="win7"
|
||||
|
Loading…
Reference in New Issue
Block a user