* Update V Rising Chat Regex
V Rising has no chat regex, so AMP was populating a default which caused the output to appear as chat anytime there was a `:` in the line.
* Update satisfactory.kvp
- Updates for queue server
- QueryPort no longer used for connecting etc (but not entirely clear whether fully deprecated, so keeping as assigned for time being)
- Minor other regex tweaks
* The Forest Updates
Updated the config to current features. Added Linux and Docker support. Added metaconfig.
* Finalizing config changes
* One line got lost, get back in there little line
* Heh how did I forget?
* Resolve suggestions by Greelan
* Tidying up the config settings
* Change update stage to CC
The new server build does not work with the current AMP template. Converting to the `previous` branch so that the legacy server build is downloaded, pending an updated AMP template being committed to cater for the new server build (which is pending the Stationeers devs fixing their server console).
App ready regex also fixed.
Fixed:
-Formatting issues
-Disabled Network Protocols didn't set the right default due to two keys starting with the same value
-Game World had a typo in the ParamFieldName
A default chat regex got saved that caused the console output to show up twice with headings as AMP was attempting to treat it like chat messages. Thanks @Greelan for catching that!
Reference: https://github.com/CubeCoders/AMPTemplates/pull/49
All changes requested by @Greelan have been implemented, but there are two things to note.
-I kept the working directory the same as the launcher lives in this folder, but calls the dedicated server executable one deeper.
-There are two ports that have unknown uses. I've looked around and have gotten mixed responses on if they're actually needed or what they do, but the telnet port is always 4 higher than the main game port in each case, so I have to assume there's a reason behind it.
* Update v-risingconfig.json
make v rising server description Textarea instead of text to support multi-line
* Update project-zomboidconfig.json
Add -Dfile.encoding=UTF-8 to PZ Java Startup parameter to avoid character issues when using spanish characters on server description and MOTD.
* Update project-zomboidconfig.json
Something went wrong with the merge of the config manifest after uploading to GitHub. It hasn't caused an issue as AMP ignores duplicate settings. But it caused things to not get updated like they should be.
There is an issue with the system parsing the character for a certain locale. Simplified the regex to find anything in that section as it's useless info anyways.