Merge pull request #4292 from acemod/no-settings-class-serverconfig

Add note about no settings class for serverconfig
This commit is contained in:
bux578 2016-08-25 08:27:44 +02:00 committed by GitHub
commit 120daf69ee

View File

@ -75,6 +75,10 @@ ACE3 contains a lot of settings, for that reason tweaking everything to your lik
- Once you are done tweaking, press the `Export` button and all settings will be copied to your clipboard.
- Paste the settings in your `serverconfig.hpp` file and you're done.
Please note that in the `serverconfig.hpp` file there is no need for adding the `ACE_Settings` class.
#### Using the exported settings in the mission description.ext
Note that the format copied to your clipboard by this can also be used in the mission config (`description.ext`), as long as they are in the class `ACE_Settings`.
```cpp