preparing for new release
This commit is contained in:
parent
a3036ccf87
commit
1d0597fe4c
@ -527,7 +527,7 @@ gameList=(
|
|||||||
"Duck Hunt"
|
"Duck Hunt"
|
||||||
"Easter Quest"
|
"Easter Quest"
|
||||||
#"Entombed"
|
#"Entombed"
|
||||||
"Eurofly"
|
#"Eurofly"
|
||||||
"Fantasy Story II"
|
"Fantasy Story II"
|
||||||
#"Fartman"
|
#"Fartman"
|
||||||
"Finger Panic"
|
"Finger Panic"
|
||||||
@ -537,15 +537,15 @@ gameList=(
|
|||||||
"Judgement Day"
|
"Judgement Day"
|
||||||
"Kitchensinc Games"
|
"Kitchensinc Games"
|
||||||
"Kringle Crash"
|
"Kringle Crash"
|
||||||
"Light Battles"
|
#"Light Battles"
|
||||||
"Light Cars"
|
"Light Cars"
|
||||||
"Lockpick"
|
"Lockpick"
|
||||||
"Lone Wolf"
|
"Lone Wolf"
|
||||||
"Manamon"
|
"Manamon"
|
||||||
"Manamon 2"
|
"Manamon 2"
|
||||||
"MudSplat French"
|
#"MudSplat French"
|
||||||
"MudSplat English"
|
"MudSplat English"
|
||||||
"MudSplat Swedish"
|
#"MudSplat Swedish"
|
||||||
"Oh Shit!"
|
"Oh Shit!"
|
||||||
"Pacman Talks"
|
"Pacman Talks"
|
||||||
"Palace Punch Up"
|
"Palace Punch Up"
|
||||||
@ -558,10 +558,11 @@ gameList=(
|
|||||||
#"River raiders"
|
#"River raiders"
|
||||||
"RS Games"
|
"RS Games"
|
||||||
"Run For Your Life"
|
"Run For Your Life"
|
||||||
|
#"Sammy Center"
|
||||||
"Sequence Storm"
|
"Sequence Storm"
|
||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
"Silver Dollar"
|
#"Silver Dollar"
|
||||||
"Slender Lost Vision"
|
"Slender Lost Vision"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
"Super Liam"
|
"Super Liam"
|
||||||
#"Super Mario Bros"
|
#"Super Mario Bros"
|
||||||
@ -576,7 +577,7 @@ gameList=(
|
|||||||
"Triple Triad"
|
"Triple Triad"
|
||||||
"Undead Assault"
|
"Undead Assault"
|
||||||
"VIP Mud"
|
"VIP Mud"
|
||||||
"World of War"
|
#"World of War"
|
||||||
)
|
)
|
||||||
|
|
||||||
# With no arguments, open the game launcher.
|
# 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"
|
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"
|
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")
|
"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
|
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
|
for i in ~/Downloads ~/Desktop ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user