Commit Graph

394 Commits

Author SHA1 Message Date
James Manker
0085cc23e5 Update multiple items
Fixed/removed descriptions, switched to OS_CLOSE, added suffixes.
2022-03-23 18:29:59 -05:00
IceOfWraith
5baa949035
Update Terraria config
A minor typo was found in the Cheat Protection ParamFieldName that caused it to not merge.
2022-03-23 12:27:52 -05:00
Jasper Borsboom
e318c423f6
Add tModLoader module (#90)
* Add tModLoader module

* Remove diplicate envvars line

* Add seed as formattedarg

* lowercase names

* lowercase fetch

* use kvp merging

* fix capitalisation

* add adminmethod to kvp

* fix case typo, remove unused ports

* include world in commandline
2022-03-23 12:26:43 -05:00
PhonicUK
3c7d9eede5
Merge pull request #102 from IceOfWraith/dst2
Fix Don't Starve Together
2022-03-22 14:36:50 +00:00
PhonicUK
96c343a421
Merge pull request #97 from maggi373/main
[VALHEIM] Add support for the permitted player list
2022-03-22 14:09:05 +00:00
PhonicUK
8e6bb50e81
Merge pull request #101 from IceOfWraith/ror2
Fix Risk of Rain 2
2022-03-21 17:18:29 +00:00
Jasper Borsboom
5f7c8a7954
Add Terraria module (#91)
* Add Terraria module

* Remove duplicate envvars line

* Update description, add seed as formattedarg

* lowercase

* use kvp merging

* Add adminmethod to KVP

* Fix case typo, clean up ports
2022-03-20 15:15:13 -05:00
James Manker
ceb5ea3044 Finalize Settings
These are the last settings that should be needed for an initial release. Everything seems to function as intended.
2022-03-19 01:35:45 -05:00
James Manker
bfbd413b60 Fix Don't Starve Together
The SteamAppID and EndpointURIFormat were victims of the config.getamp.sh bugs.
2022-03-17 18:54:50 -05:00
IceOfWraith
528b431f12
Merge pull request #79 from IceOfWraith/kf2
Add Killing Floor 2
2022-03-16 00:08:21 -05:00
James Manker
e164662cc2 Add Linux Config
I missed that the Linux config, while under the same folder, goes by a different name.
2022-03-16 00:03:30 -05:00
James Manker
0865cec4d9 Fix Risk of Rain 2
The devs broke the log. It no longer shows player join/leave properly. It just has ??? for most values. This can't be fixed, but the join regex can be. They added a space before the line previously, now they added one after the line. I'm adding buffers to each line as a failsafe.
2022-03-15 22:44:39 -05:00
James Manker
ade6f52fc8 Update Space Engineers
There is a second config file I did not notice. Spaceengineers-Dedicated.cfg is used for the initial world creation, and some of the other global settings. Then, the Sandbox_config.sbc file is used inside the world folder for subsequent changes.
2022-03-15 22:22:40 -05:00
IceOfWraith
b95d95521d
Corrected Space Engineers SteamAppId
The SteamAppId was pointing to the server app id rather than the client so Steam would fail to launch the game.
2022-03-15 08:40:51 -05:00
Greelan
07f1373c21
Merge pull request #98 from Greelan/pavlov-vr
Pavlov VR: make default server version more explicit
2022-03-12 11:17:09 +11:00
Greelan
eec197c89d Make default server version more explicit 2022-03-12 11:16:33 +11:00
Magnar Polden
5a96cd02fd add support for the permitted player list 2022-03-08 17:47:45 +01:00
James Manker
54ab6f6eb7 Add Mordhau Config (Draft)
This is the first draft of the Mordhau config. The current issues outstanding:
1. Console/RCON is not accepting input
2. Shutdown (OS_CLOSE) command does not work cleanly in Windows.
2022-03-05 13:39:47 -06:00
PhonicUK
bb74817cb2
Add files via upload 2022-03-05 13:51:23 +00:00
IceOfWraith
8f1c8dc63b
Merge pull request #47 from IceOfWraith/wurm
Add Wurm Unlimited
2022-03-03 16:20:55 -06:00
IceOfWraith
c0d19cfe9f
Merge pull request #88 from IceOfWraith/stationeers
Correct Stationeers Config
2022-03-03 16:19:51 -06:00
Greelan
b61855dbb1
Merge pull request #85 from Greelan/main 2022-03-03 17:40:23 +11:00
Greelan
a6f71b42e4
Merge pull request #87 from Greelan/pavlov-vr 2022-03-03 17:40:02 +11:00
Shinynecrid
c8a8d842af
Merge pull request #69 from Shinynecrid/newmodule-squad
Re-Write of Squad
2022-03-02 12:54:28 -06:00
James Manker
0e607ec95e Update Custom Java Location description
Update Custom Java Location description
2022-03-01 02:38:15 -06:00
Shinynecrid
88415bb847 Update Squad Suffix. Fix CFG Description
Updated many fields with suffix's and  corrected a settings description.
2022-02-28 15:48:24 -06:00
James Manker
6841a97973 Correct Stationeers Config
This game has many bugs still and the dedicated server does not function properly. It is unable to create a new world. You must create a singleplayer/multiplayer game and copy it into the save folder. The line "OriginWorldSaveLocation" must be removed from the world_meta.xml file when importing.

-Remove uneccessary -basedirectory launch arg
-Removed -modpath launch arg that does not work. It must be manually set in the default.ini file
-Removed "" around launch args
-Corrected -worldname to -loadworld
-Clarified Map select option
-Set autosaveinterval to default at 300 per the default in the game
2022-02-23 21:21:23 -06:00
Greelan
71546447c9 Pavlov VR: Add server versions
In addition to default (public), can now select PC Beta, Shack Live or Shack RC
2022-02-23 22:21:20 +11:00
Greelan
f07a299170
Merge branch 'CubeCoders:main' into main 2022-02-22 14:12:28 +11:00
Greelan
36affb2e49 Updates to various to address null EnumValues bug
Addresses Unturned, Project Zomboid and Astroneer
2022-02-22 14:11:55 +11:00
PhonicUK
6c8d7904fa
Merge pull request #84 from IceOfWraith/insurgencyss
Fix Insurgency Sandstorm
2022-02-21 11:50:51 +00:00
PhonicUK
3260eb461c
Merge pull request #83 from Greelan/main
Pavlov: various updates
2022-02-21 11:50:42 +00:00
PhonicUK
c3b0c856d4
Merge pull request #82 from IceOfWraith/stationeers
Update Stationeers
2022-02-21 11:49:58 +00:00
Greelan
27d4933e03 Pavlov: Fix enums and bEnabled setting 2022-02-21 14:11:04 +11:00
James Manker
5a188b0ad0 Fix Insurgency Sandstorm
I missed the directory creation steps, so the config fails to merge.
2022-02-20 15:55:53 -06:00
Shinynecrid
991a70bc4b More Regex Work.
More Regex Work
2022-02-20 11:50:42 -06:00
Shinynecrid
4b431d3887 Fix RCON (Hopefully)
Hopefully a fix to RCON
2022-02-20 11:16:17 -06:00
Shinynecrid
93ef8e140a Added REGEX
Added regex for User Join, Leave, and Chat
2022-02-20 10:45:39 -06:00
Greelan
fa21c6ea67 Pavlov: Change setting default to match manifest 2022-02-20 20:02:48 +11:00
Greelan
b07a047f61 Pavlov: clean up ini references 2022-02-20 19:57:28 +11:00
Greelan
d030909a85
Pavlov: update GitHub path for base config download
Now points to CubeCoders repo
2022-02-20 18:20:32 +11:00
James Manker
b5cb45c5d1 Third time's a charm...
Forgot I got the base config from Mike in the Discord channel. :)
2022-02-19 15:36:06 -06:00
James Manker
d4dc463643 Merge branch 'stationeers' of https://github.com/IceOfWraith/AMPTemplates into stationeers 2022-02-19 15:23:34 -06:00
James Manker
42641ff154 Forgot my own name
It's been a long week. Forgot who I was for a second.
2022-02-19 15:23:02 -06:00
IceOfWraith
52f5a7e983
Delete stationeersconfig.json.bak 2022-02-19 15:12:53 -06:00
James Manker
c70ed851f5 Update Stationeers
Based on feedback from @Greelan I marked the ports hidden and removed an extra line from the password.
2022-02-19 15:10:26 -06:00
James Manker
4f9487eaa8 Added metaconfig
Created the settings needed for the metaconfig file. Added web management.  Only server start regex included due to only having player join regex otherwise. This would cause the player count to be off and there is no chat message either.

Console still has no output in Windows based on the above referenced issue.
2022-02-19 13:15:00 -06:00
PhonicUK
54db87c366
Merge pull request #41 from Greelan/pavlov-vr
Add Pavlov VR template
2022-02-19 17:40:10 +00:00
PhonicUK
f6f0a91cf5
Merge pull request #74 from IceOfWraith/craftopia
Fixed Craftopia Config
2022-02-19 17:05:25 +00:00
PhonicUK
c9f4eb2b4b
Merge pull request #80 from Greelan/unturned
Unturned: update telnet login format
2022-02-19 17:00:26 +00:00