Added a new game, slender lost vision.
Added an applescript launcher that can be compiled into an application or started form voiceover. Select your wine prefix and it launches the game!
This commit is contained in:
parent
9e19062cc9
commit
285d66612c
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Copyright 2020, Stormux, <storm_dragon@linux-a11y.org>
|
# Copyright 2020, Stormux, <storm_dragon@linux-a11y.org>
|
||||||
#
|
#
|
||||||
@ -452,6 +452,7 @@ gameList=(
|
|||||||
"Run For Your Life"
|
"Run For Your Life"
|
||||||
"Sequence Storm"
|
"Sequence Storm"
|
||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
|
"Slender Lost Vision"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
"Super Liam"
|
"Super Liam"
|
||||||
"Survive the Wild"
|
"Survive the Wild"
|
||||||
@ -893,6 +894,13 @@ EOF
|
|||||||
wine "${cache}/sod20022.exe" /silent
|
wine "${cache}/sod20022.exe" /silent
|
||||||
add_launcher "c:\Program Files\Shades of Doom 2.0\sod.exe"
|
add_launcher "c:\Program Files\Shades of Doom 2.0\sod.exe"
|
||||||
;;
|
;;
|
||||||
|
"Slender Lost Vision")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle
|
||||||
|
download "https://www.iamtalon.me/games/slender.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/slender.zip"
|
||||||
|
add_launcher "c:\Program Files\slender\slender.exe"
|
||||||
|
;;
|
||||||
"Super Egg Hunt")
|
"Super Egg Hunt")
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
download "http://files.l-works.net/superegghuntsetup.exe"
|
download "http://files.l-works.net/superegghuntsetup.exe"
|
||||||
|
BIN
mac-launcher.scpt
Normal file
BIN
mac-launcher.scpt
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user