Added game "Scrolling Battles Rewrite".
This commit is contained in:
parent
91c6892785
commit
77d57a4fef
@ -1231,6 +1231,7 @@ gameList=(
|
|||||||
"Sarah and the Castle of Witchcraft and Wizardry"
|
"Sarah and the Castle of Witchcraft and Wizardry"
|
||||||
"Scramble!"
|
"Scramble!"
|
||||||
"Screaming Strike 2"
|
"Screaming Strike 2"
|
||||||
|
"Scrolling Battles"
|
||||||
"Sketchbook"
|
"Sketchbook"
|
||||||
"Sequence Storm"
|
"Sequence Storm"
|
||||||
#"Shades of Doom 1.2"
|
#"Shades of Doom 1.2"
|
||||||
@ -2861,6 +2862,16 @@ EOF
|
|||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
add_launcher "c:\nyanchangame\Screaming Strike 2\play.exe"
|
add_launcher "c:\nyanchangame\Screaming Strike 2\play.exe"
|
||||||
;;
|
;;
|
||||||
|
"Scrolling Battles")
|
||||||
|
export WINEARCH=win64
|
||||||
|
export winVer="win7"
|
||||||
|
get_installer "sbrw-win.zip" "https://masonasons.itch.io/sbrw"
|
||||||
|
download "https://stormgames.wolfe.casa/downloads/Tolk.dll"
|
||||||
|
install_wine_bottle
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/sbrw" "${cache}/sbrw-win.zip"
|
||||||
|
find "${WINEPREFIX}" -type f -name 'Tolk.dll' -exec cp -v "${cache}/Tolk.dll" "{}" \;
|
||||||
|
add_launcher "c:\Program Files\sbrw\sb.exe"
|
||||||
|
;;
|
||||||
"Sketchbook")
|
"Sketchbook")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
download "http://sbyw.games/SBYW/SBYW.zip" "http://sbyw.games/SBYW/sounds.zip" "${nvdaControllerClientDll}"
|
download "http://sbyw.games/SBYW/SBYW.zip" "http://sbyw.games/SBYW/sounds.zip" "${nvdaControllerClientDll}"
|
||||||
|
Loading…
Reference in New Issue
Block a user