Commit Graph

407 Commits

Author SHA1 Message Date
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
d6c94533d6 Last Oasis: remove manifest setting being duplicated 2022-05-31 18:31:49 +10:00
5917b969ab Last Oasis: tidy ups to kvp 2022-05-31 18:30:52 +10:00
32f412de00 Add Xonotic Dedicated Server (#96) 2022-05-30 07:15:44 +10:00
2397051f3b Update Risk of Rain 2 (#133)
This updates the following:

1. Runs on WINE
2. Docker capable!
3. Game mode option
4. Updates player join/leave regex using sessionid
5. New ports method
2022-05-29 10:07:44 -05:00
5fdaabfbbb Add The Isle (EVRIMA) (#95) 2022-05-29 14:01:47 +10:00
ed34adccfe Add Hurtworld (#114)
* Initial commit

* Initial commit

* Final updates

Remove structurecomplexitylimit and spawncooldown settings as they throw errors. No idea why

Remove enablesharedenvironment (deprecated setting)

Update for new ports system
2022-05-27 18:01:02 -05:00
6eb5cccb13 Merge pull request #132 from IceOfWraith/vrising
Update V Rising Linux Config
2022-05-26 09:06:52 +01:00
fd35b7fc29 Update V Rising Linux Config
This changes the V Rising server to use WINE64 instead of Proton due to unknown issues. WINE64 has proven stable so far with my own tests and initial testing from other users. There are some reports that player counts over 5-10 might become unstable and can cause crashes though.

Prerequisites if not using docker:
`sudo dpkg --add-architecture i386`
`sudo apt update`
`sudo apt install wine wine32 wine64 xvfb lib32gcc1 lib32gcc-s1` (only one lib... will be found depending on the distro)
2022-05-25 23:26:56 -05:00
1f4c2d5f81 Merge branch 'main' into V-Rising 2022-05-25 16:46:14 -05:00
6df739379f Update v-risingconfig.json
Added controls for adding admin users to v-rising server, by entering their SteamID64.  The same change adds people you want to ban from the server.
2022-05-25 16:39:13 -05:00
f9403c9b8b Merge pull request #130 from IceOfWraith/vrising
Add Proton Support for V Rising
2022-05-24 18:32:21 +01:00
22948ee979 Add Proton Support for V Rising
This adds Proton support to V Rising using the latest beta experimental branch. Also implemented the new port mapping method.

This requires xvfb as well. You will at least need to run:
`sudo apt install xvfb`

And if there are issues running you may be missing further dependencies. Try running these"
`sudo dpkg --add-architecture i386`
'sudo apt update'
`sudo apt install wine wine32 wine64`

This does not currently work in Docker!
2022-05-24 12:30:22 -05:00
60b6905c9a Merge pull request #55 from IceOfWraith/conan
Add Conan Exiles
2022-05-23 18:40:43 +01:00
d102dc3acd Update v-risingconfig.json
Add suffixes and placeholders.
2022-05-23 17:33:04 +01:00
d8c6b4f8c4 Merge pull request #120 from DataBitz/patch-1
Fix risk-of-rain-2 user join/leave detection
2022-05-23 13:21:34 +01:00
5bb6c8850e Merge pull request #125 from tempusthales/V-Rising
Initial Commit - V-Rising
2022-05-22 11:44:09 +01:00
c1d1d93ca1 Eco: Update beta branch selection config (#124) 2022-05-22 16:23:03 +10:00
a1887f6721 Update risk-of-rain-2.kvp
Fix so steam ID is captured as userid on user join
2022-05-22 16:31:32 +12:00
739c2814cc fix port default value 2022-05-21 22:27:06 -05:00
8b5959b182 Initial Commit - V-Rising 2022-05-21 19:53:37 -05:00
556ec4b1e4 Project Zomboid: add and update various settings (#123) 2022-05-21 16:38:06 +10:00
301b8ee34c PZ: allow beta branch selection (#119) 2022-05-21 11:15:53 +10:00
63dd70e3c3 Update risk-of-rain-2.kvp
Updated regex for current log entries.
e.g. 
User Join is
SteamworksServerManager.OnAuthChange(steamId=11111197969451111, ownerId=11111197969451111, status=OK)
User Leave is
Log: connection {1} has been disconnected by timeout; address {::ffff:192.168.1.111:54586} time {126493}, last rec time {124158} rtt {13} timeout {2000}
Attempt to send to not connected connection {1}
2022-05-20 00:06:12 +12:00
ad5348bd56 Update Conan Config Manifest
Correct the RCON password setting.
2022-05-07 17:30:16 -05:00
1f60660332 Update Conan Config
Further changes requested.
2022-05-07 17:26:45 -05:00
b417df11b6 Update Conan Config
Corrected multiple suggested fixed with the config.
2022-05-07 17:13:41 -05:00
71a2907494 Astroneer: RCON updates (#109) 2022-05-01 08:49:16 +10:00
1ddebcfa47 Pavlov VR: update balance table default (#111)
* Update pavlov-vrconfig.json
* Update pavlov-vrconfigfile.ini
2022-05-01 08:22:21 +10:00
9cad79c948 As requested by Greelan
Putting my name first.
2022-04-29 11:38:57 -05:00
c8df970a0f Fixed QueryPort and EnumValues blanks
I somehow removed the QueryPort through all the changes with the command line args. It's back now. Also added default blank values for EnumValues to avoid any possible issues.
2022-04-29 11:35:08 -05:00
c9402a484b Project Zomboid: clarify maps setting in UI 2022-04-29 21:04:19 +10:00
b37a2ef374 Merge pull request #107 from IceOfWraith/stationeers
Fix Stationeers Config
2022-04-19 22:38:35 +01:00