From 054c7acc61411d118381a773816870d50a138841 Mon Sep 17 00:00:00 2001 From: Gamzee Date: Sun, 5 May 2024 14:16:14 +0200 Subject: [PATCH 1/2] Update Mo2 to V2.5 --- step/download_external_resources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step/download_external_resources.sh b/step/download_external_resources.sh index b6ef098..4319273 100644 --- a/step/download_external_resources.sh +++ b/step/download_external_resources.sh @@ -5,7 +5,7 @@ extract="$utils/extract.sh" jdk_url='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jre_x64_windows_hotspot_8u312b07.zip' -mo2_url='https://github.com/ModOrganizer2/modorganizer/releases/download/v2.4.4/Mod.Organizer-2.4.4.7z' +mo2_url='https://github.com/ModOrganizer2/modorganizer/releases/download/v2.5.0/Mod.Organizer-2.5.0.7z' winetricks_url='https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks' From 2d5d31a3be26fd1453d45ea02efbe14a52560ff2 Mon Sep 17 00:00:00 2001 From: Gamzee Date: Sun, 5 May 2024 14:16:44 +0200 Subject: [PATCH 2/2] Update Proton reference to 9.0 --- post-install.md | 2 +- step/clean_game_prefix.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/post-install.md b/post-install.md index 1919e90..a6730d5 100644 --- a/post-install.md +++ b/post-install.md @@ -20,7 +20,7 @@ This document provides information on additional steps you may want to take afte ## Using alternative proton versions -**IMPORTANT:** Proton 6.3 is the most extensively tested version. The author of this document provides no guarantees that alternative versions will work well. +**IMPORTANT:** Proton 9.0 is the most extensively tested version. The author of this document provides no guarantees that alternative versions will work well. 1. Close the game and Mod Organizer 2 if you have them open; 2. Select the Proton version you'd like to use on Steam and wait for it to execute any validations and updates; diff --git a/step/clean_game_prefix.sh b/step/clean_game_prefix.sh index 58d9379..0ddefc1 100644 --- a/step/clean_game_prefix.sh +++ b/step/clean_game_prefix.sh @@ -15,7 +15,7 @@ Now you need to create a clean prefix: 1. On Steam: right click the game > Properties > Compatibility 2. Check the option "Force the use of a specific Steam Play compatibility tool" 3. Select the Proton version you would like to use - * Proton 8.0 is the currently supported and recommended version + * Proton 9.0 is the currently supported and recommended version 4. Launch the game and wait for Steam to finish its setup 5. Close the game. It must remain stopped through the entire install process EOF