mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update the Wiki for the Settings Framework (#5363)
* Update settings-framework.md Modifications and extensions. * Update settings-framework.md Replacement of the bulleted list with a numbered list, as the steps are in chronological order. Removal of superfluous text.
This commit is contained in:
parent
13293ee7aa
commit
fd48c7fba9
@ -71,14 +71,15 @@ The server config setting entries are done through our optional `ace_server.pbo`
|
||||
|
||||
ACE3 contains a lot of settings, for that reason tweaking everything to your liking manually can be quite a task. We have provided the option to export all settings in the editor (single-player). For this, follow these simple steps:
|
||||
|
||||
- Open the editor (single-player).
|
||||
- Under modules (<kbd>F7</kbd>), find ACE, `Allow Config Export [ACE]`.
|
||||
- Place down the module, ensure that the `Allow` parameter is set to `Yes`.
|
||||
- Press preview, once in the game, press <kbd>Esc</kbd> and open the ACE3 Options dialog (top left)
|
||||
- This is the dialog where you can modify client side settings. On the bottom left of it, you will now see a button called `Config Export`. Press it and a new dialog opens.
|
||||
- You are now in the dialog that allows you to adjust all settings from ACE3. Tweak this to your liking.
|
||||
- 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.
|
||||
1. Open the `Eden Editor`.
|
||||
1. Place a playable character.
|
||||
1. Click `Systems` (<kbd>F5</kbd>) > `Modules` > `ACE`.
|
||||
1. Place the `Allow Config Export [ACE]` module. Ensure that its `Allow` parameter is set to `Yes`.
|
||||
1. Click `Play` > `Play in Singleplayer (SP)` (<kbd>Enter</kbd>).
|
||||
1. Once in the game, press <kbd>Esc</kbd>, and click `ACE OPTIONS` (in the top-left corner) to open the `ACE Options` dialog. Here you can modify client-side settings.
|
||||
1. Click `Open Export Menu` at the bottom of the dialog to open another dialog. Here you can adjust all `ACE3 settings`, both client-side and server-side. Tweak them to your liking.
|
||||
1. Once you are done tweaking, click `Export` to copy all server-side settings to the clipboard.
|
||||
1. Paste the settings in your copy of `serverconfig.hpp` and save the file.
|
||||
|
||||
Please note that in the `serverconfig.hpp` file there is no need for adding the `ACE_Settings` class.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user