The commit fixes an issue where the rconPassword was set to "test" in the server.ini file. The password has been removed, ensuring that it is not exposed.
* feat: add ets2 and ats
* fix(armar): adapts config to the new specification
* fix(armar): back to legacy a2s settings
* fix(armar): new a2s settings
* fix(armar): fix serverMinGrassDistance value
- Updated `ti/Engine.ini` to include additional content paths.
- Refactored `ti/Game.ini` to modify server settings:
- Increased maximum player count to 100.
- Enabled human players.
- Disabled server password requirement.
- Set queue port to 9998.
- Enabled RCON with password "ADMINPASSWORD" on port 9999.
- Allowed replay recording.
This commit adds the server.properties file with default settings for a Rising World dedicated server. The file includes various server, world, general, database, RCON, plugin, and permission settings. These settings can be customized to configure the behavior of the server.
- Set the world to load automatically on server start
- Enable autocreation of a new world if none is found
- Remove the seed for autocreated worlds
- Change the name of the autocreated world to "Terraria"
- Set the difficulty of the world to classic mode (0)
- Increase max players allowed on the server to 16
- Change the port number to 7777
- Remove the password for server access
- Enable cheat protection
- Set the server language to English (en-US)
- Disable automatic port forwarding with uPNP
* fix(bfv): bfv config del by accident
partial reverting
1afb713af5
"feat: Memories of Mars (#103)"
* fix(bfv): gamespy / serverbrowser
Co-authored-by: scott <[email protected]>