This commit renames several configuration files in the "pstbs" directory to the "ps" directory. The affected files include Admins.cfg, Bans.cfg, License.cfg, MapRotation.cfg, Rcon.cfg, RemoteAdminListHosts.cfg, RemoteBanListHosts.cfg, Server.cfg, and ServerMessages.cfg. This change improves file organization and consistency.
This commit adds the velocity.toml configuration file, which includes various settings for the Velocity proxy server. The file includes options such as binding to a specific port, setting the MOTD, configuring player authentication, forwarding IP addresses to backend servers, and more. This allows for greater customization and control over the behavior of the Velocity proxy server.
The commit removes the deprecated server configuration from the `default.ini` file. It also adds a new `setting.xml` file with various game settings, including graphics quality, keybindings, sound volume, and server parameters.
This commit adds a new file `GameUserSettings.ini` which includes various game user settings configurations. These configurations include resolution quality, view distance quality, anti-aliasing quality, shadow quality, post-process quality, texture quality, effects quality, foliage quality, and shading quality. Additionally, it includes mouse sensitivity and acceleration settings, monitor index, video gamma, power saving mode status, frame rate limit setting, desired screen width and height settings, CPU and GPU benchmark results and multipliers.
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]>