Commit Graph

589 Commits

Author SHA1 Message Date
f08e6663b3 Pavlov VR: get full console output 2022-07-07 09:16:48 +10:00
24963256e1 Avorion: add additional scenario settings 2022-07-06 18:04:30 +10:00
d7757c3f21 Stationeers: fix previous 2022-07-05 20:00:02 +10:00
5126433e2c Merge branch 'main' of https://github.com/CubeCoders/AMPTemplates 2022-07-05 19:58:50 +10:00
5cb6f92e84 Avorion: overhaul of template 2022-07-05 19:58:44 +10:00
3a4c8953d0 Stationeers: convert to legacy server download
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.
2022-07-05 19:38:14 +10:00
040a554e95 Update seven-days-to-dieconfig.json
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
2022-07-04 11:28:14 -05:00
d7464540d8 Update seven-days-to-die.kvp
Adjusted the AppReadyRegex to find the RCON connected message.
2022-07-04 11:25:00 -05:00
da07044e13 Update Empyrion Chat Regex
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!
2022-07-03 10:26:22 -05:00
8b3742d9ce Update brokeprotocolmetaconfig.json
There were formatting issues causing the template to not start.
2022-06-30 21:03:18 -05:00
c857418c15 Xonotic: updates for Stable 0.8.5 release 2022-07-01 09:26:16 +10:00
3651f87f63 Core Keeper: updates for new server build 2022-07-01 08:03:45 +10:00
7f87cb91cf Update seven-days-to-die.kvp
Fixed the Steam Library path.
2022-06-30 13:48:02 -05:00
ec2839c60f Adjust Empyrion Update Stage
Pointed the config download towards the CubeCoders/AMPTemplates repo.
2022-06-29 07:20:54 -05:00
78d2b64baf Satisfactory: Fix endpoint URI 2022-06-29 18:37:36 +10:00
e368ccbe78 Add Empyrion Galactic Survival (#155)
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.
2022-06-28 19:38:18 -05:00
2f19b5d580 PZ: Setting description updates 2022-06-28 15:07:43 +10:00
7f48b821d7 Mordhau - Add Arid Map (#154)
The new Arid map was released 6/23. This adds the map to the dropdown list.
2022-06-27 18:13:07 -05:00
c0304ff671 Server name fixes (#153) 2022-06-27 20:34:05 +10:00
da23c9cabb [VRising] Make server description Textarea instead of text to support multi-line (#148)
* 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
2022-06-24 15:46:10 -05:00
2a9992265a Craftopia: config and server stop fixes (#147)
* Updates to download config file
* Fix server stop
2022-06-24 21:41:20 +10:00
43ee4e8e57 Update project-zomboid.kvp
Force UTF8 encoding to handle accented/non-latin characters properly.
2022-06-18 17:29:44 +01:00
df3c0edd53 Add files via upload 2022-06-17 11:15:33 +01:00
f8d26cc1ae Create manifest.json 2022-06-15 11:45:52 +01:00
250a73660f Update project-zomboidconfig.json
Add warning regarding workshop items
2022-06-15 19:16:06 +10:00
1bf7845eeb Merge pull request #145 from Greelan/core-keeper
Core Keeper: Fix world gen
2022-06-13 10:58:20 +01:00
cbb17a47c3 Suppress "normal" Wine errors on first start 2022-06-12 23:01:26 +10:00
5040b6e143 Fix world gen 2022-06-12 13:35:56 +10:00
d46f7784f3 Merge pull request #139 from IceOfWraith/pz
Adjust Project Zomboid Regex Again
2022-06-10 23:28:50 +01:00
1672a8c760 Merge pull request #141 from IceOfWraith/vrising
Fix V Rising Config Manifest
2022-06-10 23:28:43 +01:00
6273189fdb Fix V Rising Config Manifest
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.
2022-06-09 21:45:22 -05:00
f7d7e2fa31 Adjust Project Zomboid Regex Again
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.
2022-06-07 12:23:52 -05:00
18a5d21d59 Merge pull request #138 from IceOfWraith/pz
Update Project Zomboid Regex
2022-06-07 15:00:00 +01:00
4bed0ad71e Update Project Zomboid Regex
The devs have decided to use periods, commas, AND spaces now for the IP format. Updating to add the space.
2022-06-06 20:21:50 -05:00
b04ed96cf5 Merge pull request #135 from IceOfWraith/vrising
Update V Rising Config
2022-06-06 17:47:06 +01:00
cbf53f9633 Fix RCON Keepalove 2022-06-06 11:42:22 -05:00
a7f8663ff0 Add 7 Days to Die Generic (#112)
* Add 7 Days to Die Generic

This is the draft of the 7 Days to Die generic config. This is not thoroughly tested yet, and not tried on Linux at all. I believe most everything works as expected including UMOD in Windows though.

Known Issues:
1. No Telnet connection due to related feature request: https://github.com/CubeCoders/AMP/issues/623
2. No FPS Status - This is not currently possible with Generic

* Multiple changes

-Fix Telnet
-Move Update Stages to separate file
-Setup for pre-20.4 config file option

* Fix my dummy mistakes

It's better now. It's much better now.

* Update Join Regex

This accounts for the old or new version's regex so it should work on any version.

* Move Update Settings

Moved the Release Stream and UMOD to the SteamCMD and Updates tab.
2022-06-05 20:14:53 -05:00
1664b5d510 hotfix steamcmd update stage (#137) 2022-06-05 17:02:40 -05:00
09110eabba Add LAN Mode
Added the LAN Mode startup flag for servers without internet.
2022-06-05 17:00:26 -05:00
51d16807cf Merge branch 'vrising' of https://github.com/IceOfWraith/AMPTemplates into vrising 2022-06-05 08:39:40 -05:00
0144bc29d8 Merge branch 'CubeCoders:main' into vrising 2022-06-05 13:38:58 +00:00
cb7226591c Merge branch 'vrising' of https://github.com/IceOfWraith/AMPTemplates into vrising 2022-06-02 23:24:57 -05:00
9d27cd7c6f Tentative Change
Waiting for the new build to test. This may be the right settings.
2022-06-02 23:24:55 -05:00
fbacf686d5 Update core-keeper.kvp
Update GH path for update stage to CC repo
2022-06-03 12:51:12 +10:00
1ba8c94b4c Core Keeper Generic Template (#129) 2022-06-03 12:49:51 +10:00
9cf7917795 Merge branch 'main' into vrising 2022-06-01 21:35:53 -05:00
1efd8f11b4 Update V Rising Config
This requires AMP 2.3.3 Nightly to function properly. You can obtain it here:
https://archive.cubecoders.com/thread/nightly-amp-builds-are-now-available/

This release includes the following:

- RCON support (affected by timeout issue: https://github.com/CubeCoders/AMP/issues/575)
- Ports are updated to UDP Game and Query + TCP RCON
- Linux CPU & Memory monitoring
- Linux proper shutdown/startup without needing to restart the instance
- Settings files moved to save-data/Settings to avoid wipe on server update. (Due to bug with game server the whitelist and banlist are still in the original location, but that shouldn't be an issue since AMP will store the settings)
- Fixed the "Connect to Server" button, but the devs haven't implemented this feature yet so it's just here to look pretty.
- Added v-risingupdates.json and v-risingports.json for clarity
2022-06-01 21:34:19 -05:00
96e7725198 Merge pull request #131 from tempusthales/V-Rising
Update v-risingconfig.json
2022-06-01 12:33:50 +01:00
3e38da5149 The Isle (Legacy): complete command line args 2022-06-01 20:29:27 +10:00
94bd03e178 The Isle (EVRIMA): complete command line arguments 2022-06-01 20:28:05 +10:00