Working on A Hero's Call.
This commit is contained in:
parent
38d7b89340
commit
281b347ecf
@ -322,6 +322,7 @@ unset manualInstall
|
|||||||
# The list of games available for installation.
|
# The list of games available for installation.
|
||||||
# Use menu friendly names.
|
# Use menu friendly names.
|
||||||
gameList=(
|
gameList=(
|
||||||
|
"A Hero's Call"
|
||||||
"Adrian's Doom"
|
"Adrian's Doom"
|
||||||
"Adventurers At C"
|
"Adventurers At C"
|
||||||
"AudioDisc"
|
"AudioDisc"
|
||||||
@ -385,6 +386,14 @@ done
|
|||||||
|
|
||||||
# Install game based on the selection above.
|
# Install game based on the selection above.
|
||||||
case "${game}" in
|
case "${game}" in
|
||||||
|
"A Hero's Call")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk dotnet40 xna31
|
||||||
|
download "http://files.OutOfSightGames.com/files/a-heros-call.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/a-heros-call.zip"
|
||||||
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
|
add_launcher "c:\Program Files\a-heros-call\A Hero's Call.exe"
|
||||||
|
;;
|
||||||
"Adrian's Doom")
|
"Adrian's Doom")
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
download "https://agarchive.net/games/mt/adrian's%20doom.exe"
|
download "https://agarchive.net/games/mt/adrian's%20doom.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user