Game galactic strike added, but not yet working, keyboard issues.
This commit is contained in:
parent
2250718e8a
commit
d10196cc31
@ -1168,6 +1168,7 @@ gameList=(
|
|||||||
#"Fartman"
|
#"Fartman"
|
||||||
"Finger Panic"
|
"Finger Panic"
|
||||||
"Fuck That Bird"
|
"Fuck That Bird"
|
||||||
|
#"Galactic Strike"
|
||||||
"GMA Tank Commander"
|
"GMA Tank Commander"
|
||||||
"Grizzly Gulch"
|
"Grizzly Gulch"
|
||||||
"Hammer of Glory"
|
"Hammer of Glory"
|
||||||
@ -2222,6 +2223,15 @@ download "https://erion.cf/files/ag_103.zip"
|
|||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip"
|
||||||
add_launcher "c:\Program Files\fuck that bird\game.exe"
|
add_launcher "c:\Program Files\fuck that bird\game.exe"
|
||||||
;;
|
;;
|
||||||
|
"Galactic Strike")
|
||||||
|
get_installer "Galactic Strike 1.1.zip" "https://fusion-forged-games.itch.io/galactic-strike"
|
||||||
|
install_wine_bottle
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/Galactic Strike" "${cache}/Galactic Strike 1.1.zip"
|
||||||
|
# Weird work around to get keyboard working.
|
||||||
|
winetricks -q usetakefocus=y
|
||||||
|
winetricks -q usetakefocus=n
|
||||||
|
add_launcher "c:\Program Files\Galactic Strike\Galactic Strike.exe"
|
||||||
|
;;
|
||||||
"GMA Tank Commander")
|
"GMA Tank Commander")
|
||||||
download "http://www.gmagames.com/gtc120.exe"
|
download "http://www.gmagames.com/gtc120.exe"
|
||||||
install_wine_bottle vb6run dx8vb speechsdk
|
install_wine_bottle vb6run dx8vb speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user