preparing for new release
This commit is contained in:
parent
a3036ccf87
commit
1d0597fe4c
@ -527,7 +527,7 @@ gameList=(
|
||||
"Duck Hunt"
|
||||
"Easter Quest"
|
||||
#"Entombed"
|
||||
"Eurofly"
|
||||
#"Eurofly"
|
||||
"Fantasy Story II"
|
||||
#"Fartman"
|
||||
"Finger Panic"
|
||||
@ -537,15 +537,15 @@ gameList=(
|
||||
"Judgement Day"
|
||||
"Kitchensinc Games"
|
||||
"Kringle Crash"
|
||||
"Light Battles"
|
||||
#"Light Battles"
|
||||
"Light Cars"
|
||||
"Lockpick"
|
||||
"Lone Wolf"
|
||||
"Manamon"
|
||||
"Manamon 2"
|
||||
"MudSplat French"
|
||||
#"MudSplat French"
|
||||
"MudSplat English"
|
||||
"MudSplat Swedish"
|
||||
#"MudSplat Swedish"
|
||||
"Oh Shit!"
|
||||
"Pacman Talks"
|
||||
"Palace Punch Up"
|
||||
@ -558,10 +558,11 @@ gameList=(
|
||||
#"River raiders"
|
||||
"RS Games"
|
||||
"Run For Your Life"
|
||||
#"Sammy Center"
|
||||
"Sequence Storm"
|
||||
"Shades of Doom"
|
||||
"Silver Dollar"
|
||||
"Slender Lost Vision"
|
||||
#"Silver Dollar"
|
||||
"Slender Lost Vision"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
#"Super Mario Bros"
|
||||
@ -576,7 +577,7 @@ gameList=(
|
||||
"Triple Triad"
|
||||
"Undead Assault"
|
||||
"VIP Mud"
|
||||
"World of War"
|
||||
#"World of War"
|
||||
)
|
||||
|
||||
# With no arguments, open the game launcher.
|
||||
@ -1034,6 +1035,14 @@ EOF
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/run for your life" "${cache}/rfyl_en.zip"
|
||||
add_launcher "c:\Program Files\run for your life\game.exe"
|
||||
;;
|
||||
"Sammy Center")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://www.samtupy.com/games/SCSetup.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||
wine "${cache}/SCSetup.exe" /silent
|
||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||
add_launcher "c:\Program Files\Sam Tupy\SammyCenter\SammyCenter.exe"
|
||||
;;
|
||||
"Sequence Storm")
|
||||
read -p "Make sure sequence-storm-win64.zip is available in either your Downloads or Desktop directory and press enter to continue." continue
|
||||
for i in ~/Downloads ~/Desktop ; do
|
||||
|
Loading…
Reference in New Issue
Block a user