diff --git a/README.md b/README.md index 2a7f1d54..831984f8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ ___Contents___ - [Main Screen](#main-screen) - [Collections Buttons](#collections-buttons) - [gameSettings Buttons](#gamesettings-buttons) + - [Other Buttons](#other-buttons) - [Collections Area](#collections-area) - [Color Coding and Badges](#color-coding-and-badges) - [Active List](#active-list) @@ -34,6 +35,7 @@ ___Contents___ - [Version Check](#version-check) - [Edit Folders](#edit-folders) - [User Preferences](#user-preferences) + - [Game Path](#game-path) - [gameSettings.xml](#gamesettingsxml) - [Mod Cache](#mod-cache) - [Tips and Tricks](#tips-and-tricks) @@ -99,6 +101,11 @@ __PLEASE READ: Note about the Mod Cache:__ Mods are scanned and cached from disk - __Set Active__ : Set the currently selected collection in the dropdown to be the active collection in Farm Sim. Doing this with the game open could lead to odd results. (It may corrupt your gameSettings file, but most probably it just won't work until you restart the game) - __Deactivate__ : Set the override in `gameSettings.xml` to off and just use the default mods folder again. +#### Other Buttons + +- __Check Versions__ : Compare mod versions across different collections and resolve differences if desired. +- __Launch FS22__ : Start the game. If your game is not in the default e-shop or steam location, you will need to set the game path in the preferences screen first. + #### Collections Area ![collections](screen_shots/002-main_program_collect.png) @@ -115,6 +122,7 @@ In this area you will see a list of all of the collections (folders) that you ha - __Update__ : The version of the mod you have does not match the version on modhub - __New__ : This file has been added to this collection since the last scan - __Recent__ : This mod has recently been updated or released on the modHub + - __nonModHub__ : This mod wasn't found on ModHub, it is probably a 3rd party mod. - __NotMOD__ : This file is not a mod - __Broken__ : This mod is likely broken - __Issue__ : This mod may have non game breaking issues @@ -216,6 +224,10 @@ This display will let you change which collections are loaded, and open them in Clicking the `...` button in the upper right corner of the main window will open user preferences. Most of these are straight forward (window sizes, maximization selection, and UI language override). +#### Game Path + +This option lets you set the path to the game `.EXE` file if it was not found automatically, so that the `Launch FS22` button on the main screen works. + #### gameSettings.xml This option lets you override where the app looks for the gameSettings.xml file. Once in a while, the app may fail to detect it automatically - this is also useful if you have multiple installs of the game. diff --git a/README.pdf b/README.pdf index f895ee66..54be8d14 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/screen_shots/001-main_program.png b/screen_shots/001-main_program.png index 37667cf5..b928ee9a 100644 Binary files a/screen_shots/001-main_program.png and b/screen_shots/001-main_program.png differ diff --git a/screen_shots/002-main_program_collect.png b/screen_shots/002-main_program_collect.png index 46871445..9da069ef 100644 Binary files a/screen_shots/002-main_program_collect.png and b/screen_shots/002-main_program_collect.png differ diff --git a/screen_shots/012-prefs.png b/screen_shots/012-prefs.png index 009f5cc7..cdcd9f1f 100644 Binary files a/screen_shots/012-prefs.png and b/screen_shots/012-prefs.png differ