Compare commits

...

3 Commits

Author SHA1 Message Date
Hunter Jozwiak 6acd7a27ff Update to install ole32. 2024-02-02 18:10:50 -05:00
Hunter Jozwiak 006c63bdc8 Further work on the installer.
It  does  not work just yet, so don't get too excited.
2024-02-02 17:10:35 -05:00
Hunter Jozwiak 9e257d1a07 Let's add Dreamland.
This is  not yet complete; it is simply to see if I have  push access.
2024-02-02 16:35:18 -05:00
1 changed files with 8 additions and 2 deletions

View File

@ -22,7 +22,7 @@ license() {
left blank, the Original Developer is the Initial Developer.
The Initial Developer of the Original Code is Billy "Storm Dragon" Wolfe. All portions of
the code written by Billy Wolfe are Copyright (c) 2020. All Rights
the code written by Billy Wolfe are Copyright (c) 2020, 2024. All Rights
Reserved.
Contributor Michael Taboada.
@ -1149,6 +1149,7 @@ gameList=(
"Deathmatch"
"Dog Who Hates Toast"
"Dragon Pong"
"Dreamland"
"Duck Hunt"
"DynaMan"
"Easter Quest"
@ -1272,7 +1273,7 @@ for i in curl sox wine winetricks ; do
fi
done
# Get latest news if available
check_news
#check_news
# With no arguments, open the game launcher.
if [[ $# -eq 0 ]]; then
game_launcher
@ -2075,6 +2076,11 @@ download "https://erion.cf/files/ag_103.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/dragonpong.zip"
add_launcher "c:\Program Files\dragonpong\DragonPong.exe"
;;
"Dreamland")
download https://scwl-1251129685.cos.ap-shanghai.myqcloud.com/dreamland/Win/DreamLandSetup.exe
install_wine_bottle speechsdk ole32
$wine "${cache}/DreamLandSetup.exe" /silent
;;
"Duck Hunt")
export bottle="l-works"
download "http://files.l-works.net/dhsetup.exe"