Update installation.md

This commit is contained in:
Teh Dango 2016-08-18 10:32:19 -04:00 committed by GitHub
parent bc04a3a133
commit b3f3d38606

View File

@ -5,7 +5,7 @@ All code from prior versions of 2.0.0 MUST be removed from the init.sqf and the
Place the sarge PBO inside the @ExileServer\addons folder. Place the sarge PBO inside the @ExileServer\addons folder.
### Step 2 ### 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: Place the ratingFix.sqf inside the mission root then open the config.cpp file in the mission PBO root and search for the word CfgExileCustomCode and make it look like the following:
```html ```html
class CfgExileCustomCode class CfgExileCustomCode
{ {
@ -25,7 +25,6 @@ class CfgExileCustomCode
*/ */
ExileClient_system_rating_balance = "ratingFix.sqf"; ExileClient_system_rating_balance = "ratingFix.sqf";
}; };
Then put the ratingFix.sqf in the mission PBO root.
``` ```
### Step 3 InfiniStar (Optional) ### Step 3 InfiniStar (Optional)