Added game "Simple Fighter".

This commit is contained in:
Storm Dragon 2024-07-06 14:36:33 -04:00
parent 77d57a4fef
commit 94d6c3c4bc

View File

@ -1239,6 +1239,7 @@ gameList=(
"Shadow Line"
"Shooter"
"Silver Dollar"
"Simple Fighter"
"Skateboarder Pro"
"Slender Lost Vision"
"Sonic the Hedgehog"
@ -2934,6 +2935,20 @@ EOF
wineserver -k # Damn you, dotnet.
add_launcher "c:\Program Files\Draconis Entertainment\Silver Dollar\SilverDollarGui.exe"
;;
"Simple Fighter")
export WINEARCH=win64
export winVer="win7"
get_installer "simple fighter.exe" "https://tsatria03.itch.io/simple-fighter"
if [[ ! -r "${cache}/simple-fighter-sounds.7z" ]] && [[ ! -r "${cache}/sounds.7z" ]]; then
get_installer "sounds.7z" "https://tsatria03.itch.io/simple-fighter"
mv "${cache}/sounds.7z" "${cache}/simple-fighter-sounds.7z"
fi
install_wine_bottle
7z x -o"$WINEPREFIX/drive_c/Program Files/simple fighter" "${cache}/simple fighter.exe"
7z x -o"$WINEPREFIX/drive_c/Program Files/simple fighter/sounds" "${cache}/simple-fighter-sounds.7z"
find "${WINEPREFIX}/drive_c/Program Files/bf" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
add_launcher "c:\Program Files\simple fighter\game.exe"
;;
"Slender Lost Vision")
export winVer="win7"
download "https://www.iamtalon.me/games/slender.zip"