Browse Source

refactor: update default game server configuration

The default game server configuration file has been updated to reflect the following changes:
- Removed the predefined parameter `javaram`
- Updated the value of `consoleinteract` to "yes"
- Updated the values of `engine` and `glibc`

These changes ensure that the default configuration is more up-to-date and aligned with the desired behavior for a Rising World game server.
pull/4261/head
Daniel Gibbs 2 years ago
parent
commit
68e7785fc8
  1. 9
      lgsm/config-default/config-lgsm/rwserver/_default.cfg

9
lgsm/config-default/config-lgsm/rwserver/_default.cfg

@ -8,9 +8,6 @@
#### Game Server Settings ####
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
javaram="2048" # -Xmx$2048M
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters=""
@ -145,13 +142,13 @@ querytype="protocol-valve"
## Console type
consoleverbose="yes"
consoleinteract="no"
consoleinteract="yes"
## Game Server Details
# Do not edit
gamename="Rising World"
engine="risingworld"
glibc="null"
engine="unity3d"
glibc="2.17"
#### Directories ####
# Edit with care

Loading…
Cancel
Save