mirror of
https://github.com/Teh-Dango/Sarge-AI.git
synced 2024-08-30 16:32:11 +00:00
Update installation.md
This commit is contained in:
parent
bc04a3a133
commit
b3f3d38606
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user