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:
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright 2020, Stormux, <storm_dragon@linux-a11y.org>
|
||||
#
|
||||
@ -452,6 +452,7 @@ gameList=(
|
||||
"Run For Your Life"
|
||||
"Sequence Storm"
|
||||
"Shades of Doom"
|
||||
"Slender Lost Vision"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
"Survive the Wild"
|
||||
@ -893,6 +894,13 @@ EOF
|
||||
wine "${cache}/sod20022.exe" /silent
|
||||
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")
|
||||
install_wine_bottle
|
||||
download "http://files.l-works.net/superegghuntsetup.exe"
|
||||
|
Reference in New Issue
Block a user