Game "The Vale" added but not quite working yet.
This commit is contained in:
parent
7eb1e2bb3e
commit
7a73efb9b3
@ -978,6 +978,7 @@ gameList=(
|
||||
"The Blind Swordsman"
|
||||
#"The Gate"
|
||||
"The Great Toy Robbery"
|
||||
"The Vale"
|
||||
"Thief"
|
||||
"Traders of Known Space"
|
||||
#"Three D velocity"
|
||||
@ -2327,6 +2328,14 @@ EOF
|
||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||
add_launcher "c:\Program Files\Lworks\The Great Toy Robbery\tgtr.exe"
|
||||
;;
|
||||
"The Vale")
|
||||
get_installer "the-vale-win.zip" "https://falling-squirrel.itch.io/the-vale"
|
||||
export WINEARCH=win64
|
||||
export winVer="win7"
|
||||
install_wine_bottle
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/the-vale" "${cache}/the-vale-win.zip"
|
||||
add_launcher "c:\Program Files\the-vale\TheVale.exe"
|
||||
;;
|
||||
"Thief")
|
||||
export bottle="oriol-gomez"
|
||||
export winVer="win7"
|
||||
|
Loading…
Reference in New Issue
Block a user