Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mo2 to V2.5 #633

Merged
merged 2 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion post-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion step/clean_game_prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion step/download_external_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Loading