diff --git a/installation.md b/installation.md index 386c4c6..8a999d9 100644 --- a/installation.md +++ b/installation.md @@ -2,7 +2,7 @@ ATTENTION! All code from prior versions of 2.0.0 MUST be removed from the init.sqf and the descriptions.ext! ### Step 1 -Place the sarge and upsmon PBOs inside the @ExileServer\addons folder. +Place the sarge PBO inside the @ExileServer\addons folder. ### Step 2 Open the config.cpp file in the mission PBO root and search for the word CfgExileCustomCode and make it look like the following: @@ -25,6 +25,7 @@ class CfgExileCustomCode */ ExileClient_system_rating_balance = "ratingFix.sqf"; }; +Then put the ratingFix.sqf in the mission PBO root. ``` ### Step 3 InfiniStar (Optional) @@ -41,4 +42,4 @@ Now change it to this: if(0==1)then ``` -If you want to make changes in the sarge code then unpackage the PBO, make changes and repackage. Most customizations can be found in the SAR_config.sqf file. \ No newline at end of file +If you want to make changes in the sarge code then unpackage the PBO, make changes and repackage. Most customizations can be found in the SAR_config.sqf file.