There is a bug with AMP's Telnet implementation that causes a large spike in CPU usage in the AMP process. This is a temporary fix that solves the spike, but will prevent managing the server using the Console tab in AMP.
* Regex and Exit
Changed commandline args as suggested by @Greelan which makes it possible to search for regex
Added regex for join leave and chat. Modified regex for ready.
Modified exit mode to string and set timeout to 60s so that the server can properply shutdown
* keep rcon alive
* tune rcon keepalive and ready regex
* Update launch args, "-log" isn't needed
* Update conan-exiles.kvp
Filtering ping errors for RCON keepalive
* Update conan-exiles.kvp
Streamlined the regex thanks to Greelan!
---------
Co-authored-by: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com>
* Squad Update
Update to add fixedmaxtickrate to start arguments, remove haswritableconsole (Squad does not have a writable console), add SteamWorkshopDownloadLocation to applicable file area, set minampversion, remove RCON from serverconfig area and replace with info tile, clear up verbiage for descriptions of settings
* Recommended updates
Remove $ from non-AMP reserved variables
Update record demos for both client and server side for better readability
* Update Mordhau
Add in SteamWorkshopDownloadLocation (even though the mods are on mod.io), add in custom map in the enum for starting map & mode, and add additional box to specify custom map
* Update mordhau-config.json
* Update mordhau-config.json
* Update mordhau.kvp
Bump MinAMPVersion
Remove SteamWorkshopDownloadLocation due to mordhau not utilising steam workshop mods
The Valheim+ server changes the ini file to contain spaces in the config file even though the initial config does not. This allows AMP to parse either format and update the file as needed. This requires 2.4.1.4 Nightly to work.
* Update Valheim+
This updates Valheim+ to remove the spaces in the ini file to match the original file. This also clarifies the description for Valheim Plus Enable.
* Update valheimconfig.json
Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>