aa
parent
218bbf24d3
commit
0404c0cb85
@ -71,7 +71,34 @@ See [example_module.gsc](https://github.com/RaidMax/IW4M-Admin/blob/develop/Game
|
|||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
Coming soon...
|
## Regular commands stop working when game interface is enabled
|
||||||
|
|
||||||
|
Increase the `pollingRate` value in `Configuration/ScriptPluginSettings.json`.
|
||||||
|
Increasing the polling rate adds more time between RCon requests for new data from the game server.
|
||||||
|
**Do note that increasing this will cause Game Interface to respond slower to commands**.
|
||||||
|
|
||||||
|
```json
|
||||||
|
"GameInterface.js": {
|
||||||
|
"config": {
|
||||||
|
"pollingRate": 2000
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Game interface commands respond slow
|
||||||
|
|
||||||
|
Decrease the `pollingRate` value in `Configuration/ScriptPluginSettings.json`.
|
||||||
|
Decreasing the polling rate reduces the time between RCon requests for new data from the game server.
|
||||||
|
**Do note that decreasing this may increase the likelihood of IW4MAMdmin being RCon throttled**.
|
||||||
|
*See below for bus mode options to reduce latency on supported games*.
|
||||||
|
|
||||||
|
```json
|
||||||
|
"GameInterface.js": {
|
||||||
|
"config": {
|
||||||
|
"pollingRate": 150
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
# Advanced
|
# Advanced
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user