Added judgement day. Confirmed working with the use of lib32-gst-plugins-ugly, plugins-bad, and lib32-gst-libav. Also added chopper challenge, commented for now until I can test if it works.
This commit is contained in:
parent
26a6cdc596
commit
421a68df9c
@ -378,6 +378,7 @@ gameList=(
|
||||
"AudioDisc"
|
||||
"Battle Zone"
|
||||
"Bloodshed"
|
||||
#"Chopper Challenge"
|
||||
"Christmas WhoopAss"
|
||||
"Crazy Party"
|
||||
"Death on the Road"
|
||||
@ -388,6 +389,7 @@ gameList=(
|
||||
"Fuck That Bird"
|
||||
"GMA Tank Commander"
|
||||
"Hunter"
|
||||
"Judgement Day"
|
||||
"Kitchensinc Games"
|
||||
"Kringle Crash"
|
||||
"Light Cars"
|
||||
@ -488,6 +490,16 @@ case "${game}" in
|
||||
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
|
||||
add_launcher "c:\Program Files\bloodshed.exe"
|
||||
;;
|
||||
"Chopper Challenge")
|
||||
# Freezes at menu
|
||||
install_wine_bottle vb6run dx8vb setupapi
|
||||
download "https://www.agarchive.net/games/XSight/chopper%20challenge%20setup.exe"
|
||||
wine "${cache}/chopper challenge setup.exe" &
|
||||
xdotool sleep 5 type y 2> /dev/null
|
||||
xdotool sleep 1 key --clearmodifiers alt+n sleep 2 key alt+n sleep 2 key alt+n sleep 2 key alt+i sleep 5 key alt+f 2> /dev/null
|
||||
echo "$USER|n/a" >> "$WINEPREFIX/drive_c/Program Files/x-sight interactive/chopper challenge/config.dat"
|
||||
add_launcher "c:\Program Files\x-sight interactive\chopper challenge\Chopper.exe"
|
||||
;;
|
||||
"Christmas WhoopAss")
|
||||
install_wine_bottle vb6run dx8vb
|
||||
download "https://www.agarchive.net/games/draconis/christmas%20whoopass%20setup.exe"
|
||||
@ -617,6 +629,20 @@ case "${game}" in
|
||||
wine "${cache}/kringle crash setup.exe" /silent
|
||||
add_launcher "c:\Program Files\Kringle Crash\kringlecrash.exe"
|
||||
;;
|
||||
"Judgement Day")
|
||||
install_wine_bottle vb6run dx8vb quartz
|
||||
download "http://files.l-works.net/judgmentdayfullsetup.exe"
|
||||
wine "${cache}/judgmentdayfullsetup.exe" /silent
|
||||
cat << EOF > /tmp/judgementday.reg
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\VB and VBA Program Settings\judgmentday\config]
|
||||
"name"="$USER"
|
||||
EOF
|
||||
wine regedit /s /tmp/judgementday.reg
|
||||
rm /tmp/judgementday.reg
|
||||
add_launcher "c:\Program Files\Lworks\Judgment Day\judgmentday.exe"
|
||||
;;
|
||||
"Kitchensinc Games")
|
||||
install_wine_bottle vb6run speechsdk dx8vb
|
||||
download "https://stormgames.wolfe.casa/downloads/kitchen.tar.xz"
|
||||
|
Loading…
Reference in New Issue
Block a user