@@ -17,7 +17,7 @@ Download the archive for your MO2 version and extract it directly into your MO2
1717
1818- Mod Organizer ** 2.3.2** : [ Download] ( https://github.com/ModOrganizer2/modorganizer-basic_games/releases/download/v0.0.3/basic_games-0.0.3.zip )
1919 and extract in your ` plugins/ ` folder (see below).
20- - Mod Organizer ** 2.4** : Basic games is included in Mod Organizer 2.4.
20+ - Mod Organizer ** 2.4 and later ** : Basic games is included in Mod Organizer 2.4 and later .
2121 - If you want to use new game plugins that have not been included in the
2222 release, [ download the latest archive] ( https://github.com/ModOrganizer2/modorganizer-basic_games/archive/master.zip ) and extract the files
2323 in the existing ` basic_games ` folder, overwriting existing files.
@@ -217,15 +217,15 @@ Game IDs can be found here:
217217
218218We recommend using a dedicated Python environment to write a new basic game plugins.
219219
220- 1 . Install the required version of Python --- Currently Python 3.11 (MO2 2.5).
220+ 1 . Install the required version of Python --- Currently Python 3.13 (MO2 2.5).
2212212 . Remove the repository at ` ${MO2_INSTALL}/plugins/basic_games ` .
2222223 . Clone this repository at the location of the old plugin (
223223 ` ${MO2_INSTALL}/plugins/basic_games ` ).
2242244 . Place yourself inside the cloned folder and:
225225
226226 ``` bash
227227 # create a virtual environment (recommended)
228- py -3.11 -m venv .\v env
228+ py -3.13 -m venv .\v env
229229 .\v env\s cripts\A ctivate.ps1
230230
231231 # "install" poetry and the development package
0 commit comments