Game World of War is now working, so uncommented.

This commit is contained in:
Storm Dragon 2022-10-02 15:04:16 -04:00
parent de39454cb4
commit b109348693

View File

@ -1068,7 +1068,7 @@ gameList=(
"VIP Mud" "VIP Mud"
"Warsim" "Warsim"
#"Wolf Games Launcher" #"Wolf Games Launcher"
#"World of War" "World of War"
) )
# Make sure the minimum of curl, sox, wget, wine, and winetricks are installed # Make sure the minimum of curl, sox, wget, wine, and winetricks are installed
@ -2723,11 +2723,12 @@ EOF
add_launcher "c:\Program Files\wg-release\WolfGames.exe" add_launcher "c:\Program Files\wg-release\WolfGames.exe"
;; ;;
"World of War") "World of War")
export bottle="nyanchan"
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle
download "https://www.agarchive.net/games/nyanchan/world%20of%20war%20English.7z" download "https://www.agarchive.net/games/nyanchan/world%20of%20war%20English.7z"
7z e -o"$WINEPREFIX/drive_c/Program Files/World of War" "${cache}/world of war English.7z" 7z x -o"$WINEPREFIX/drive_c/nyanchangame" "${cache}/world of war English.7z"
#add_launcher "c:\Program Files\" add_launcher "c:\nyanchangame\world of war English\world of war.exe"
;; ;;
"Donate") "Donate")
open_url "https://ko-fi.com/stormux" open_url "https://ko-fi.com/stormux"