Update installation.md

This commit is contained in:
Teh Dango 2016-08-18 10:31:22 -04:00 committed by GitHub
parent d14cf56890
commit bc04a3a133

View File

@ -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.
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.