Skip to content

Settings

Erik Rahka edited this page Aug 20, 2017 · 7 revisions

The settings tab shows all the options that are available to configure WUMA. Here you can configure client and server settings, and set up inheritance.

Settings

Server settings

Log level determines how much WUMA activity is logged. There are three options:

  • None - Nothing is logged
  • Normal - Changes are logged
  • Debug - Changes and debug messages are logged

Echo changes to who should get notified about changes

  • Nobody - Nobody gets notified
  • Everybody - Everybody gets notified
  • Access - Everyone who has access to the interface gets notified
  • Relevant - Everyone who are affected by the change gets notified (more or less)

Echo changes to chat if this is checked the users specified above will get a notification in chat, if not they will get a notification in console.

Loadout chat command this textfield sets the chat command that shows the personal loadout selector, this cannot be empty, otherwise it can be anything at all.

Client settings

These settings apply only the player using the interface. Request data on join if this is checked you request all data on join, otherwise data will be requested as it is needed.

Auto-unsubscribe to data choose how long, or if ever, after not using the interface before you stop receiving data updates from the server.

Auto-unsubscribe to user data choose how long, or if ever, after not using the interface before you stop receiving user data updates from the server.

Fetch data Flushes and re-requests all data. Flush data Flushes all data. Flush user data Flushes all user data.

Inheritance settings

You can set up inheritance here. If a usergroups inherits another limits or restrictions everything that applies to that usergroup will apply to the inheriting usergroup. If the inheriting usergroup also restricts or limits the same item, then that restriction or limit will apply instead. This also means that any usergroups that inherits from the inheriting usergroup will also inherit the first usergroups restrictions and limits, if however the second usergroup has a restricts or limits something that the first usergroup restricts or limits then the third usergroup will inherit the second usergroups instance of the restriction or limit. Inheritances cannot go in a loop, so usergroups can't inherit from a usergroup that inherits it.

Select inheritance for the usergroup that you want to edit inheritance for. Inherit limits from the usergroup you want the selected usergroup to inherit limits from. Inherit restrictions from the usergroup you want the selected usergroup to inherit restrictions from.

Adv. Server settings

These settings should be kept as is unless you have a specific reason to change them, they determine how fast and in how big chunks data should be sent to clients.

Net send interval the time in seconds between every time a chunk of data is sent. Net send size size of data chunks in bytes (ish) Data save delay how long data is cached before it is written to file

Clone this wiki locally