Compare commits
No commits in common. "6acd7a27ffe1cbfa4388bef417d52f94e2e40c55" and "ba4de73562ee0a3b6f1e4ca37786be465964673e" have entirely different histories.
6acd7a27ff
...
ba4de73562
@ -22,7 +22,7 @@ license() {
|
|||||||
left blank, the Original Developer is the Initial Developer.
|
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 Initial Developer of the Original Code is Billy "Storm Dragon" Wolfe. All portions of
|
||||||
the code written by Billy Wolfe are Copyright (c) 2020, 2024. All Rights
|
the code written by Billy Wolfe are Copyright (c) 2020. All Rights
|
||||||
Reserved.
|
Reserved.
|
||||||
|
|
||||||
Contributor Michael Taboada.
|
Contributor Michael Taboada.
|
||||||
@ -1149,7 +1149,6 @@ gameList=(
|
|||||||
"Deathmatch"
|
"Deathmatch"
|
||||||
"Dog Who Hates Toast"
|
"Dog Who Hates Toast"
|
||||||
"Dragon Pong"
|
"Dragon Pong"
|
||||||
"Dreamland"
|
|
||||||
"Duck Hunt"
|
"Duck Hunt"
|
||||||
"DynaMan"
|
"DynaMan"
|
||||||
"Easter Quest"
|
"Easter Quest"
|
||||||
@ -1273,7 +1272,7 @@ for i in curl sox wine winetricks ; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# Get latest news if available
|
# Get latest news if available
|
||||||
#check_news
|
check_news
|
||||||
# With no arguments, open the game launcher.
|
# With no arguments, open the game launcher.
|
||||||
if [[ $# -eq 0 ]]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
game_launcher
|
game_launcher
|
||||||
@ -2076,11 +2075,6 @@ download "https://erion.cf/files/ag_103.zip"
|
|||||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/dragonpong.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/dragonpong.zip"
|
||||||
add_launcher "c:\Program Files\dragonpong\DragonPong.exe"
|
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")
|
"Duck Hunt")
|
||||||
export bottle="l-works"
|
export bottle="l-works"
|
||||||
download "http://files.l-works.net/dhsetup.exe"
|
download "http://files.l-works.net/dhsetup.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user