From b10934869373428b0c265f2c2638a4fe86c50e15 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 2 Oct 2022 15:04:16 -0400 Subject: [PATCH] Game World of War is now working, so uncommented. --- audiogame-manager.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 2edeb9c..65dae40 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1068,7 +1068,7 @@ gameList=( "VIP Mud" "Warsim" #"Wolf Games Launcher" - #"World of War" + "World of War" ) # 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" ;; "World of War") + export bottle="nyanchan" export winVer="win7" - install_wine_bottle speechsdk + install_wine_bottle 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" - #add_launcher "c:\Program Files\" + 7z x -o"$WINEPREFIX/drive_c/nyanchangame" "${cache}/world of war English.7z" + add_launcher "c:\nyanchangame\world of war English\world of war.exe" ;; "Donate") open_url "https://ko-fi.com/stormux"