Commit Graph

443 Commits

Author SHA1 Message Date
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
22096516fd Merge pull request #108 from Greelan/rcon_updates
RCON config updates
2022-04-19 22:38:24 +01:00
8954357a9d RCON config updates
Updates for Eco, Pavlov, Project Zomboid and Unturned. RCON is not used by AMP for Project Zomboid so the approach is different
2022-04-15 22:28:53 +10:00
c628cb436c Add more options
Adding changes from the config manifest.
2022-04-04 18:42:11 -05:00
2755dcbe69 Fix Stationeers Config
I was given bad info by the support in the Stationeers Discord. I've corrected the startup command line args to properly create and load the same world.
2022-04-04 18:25:24 -05:00
366ae59421 Added Map and Various Adjustments
Updated the command line args due to formatting issues with the game, added Server Password to the command line since it goes in the Engine.ini and is not a line included by default. Disabled RCON for now due to the bug with AMP disconnecting after some time. The server works fine with regular console but will not accept input.
2022-04-03 22:19:28 -05:00
97388545d9 Update SpaceEngineers-Dedicated.cfg
I forgot to upload the updated config file with the last update. Removed the `<LoadWorld>World</LoadWorld>` line.
2022-04-02 12:21:05 -05:00
2af558021e Update theisle-legacy.kvp
Tweak user chat regex
2022-03-28 12:03:43 +01:00
c7e20a7406 Update theisle-legacy.kvp
Update URL to use official repo
2022-03-25 18:24:37 +00:00
cdf40e2bf9 Merge pull request #92 from Greelan/theisle-legacy
Add The Isle (Legacy)
2022-03-25 18:22:25 +00:00
d11f3ff191 Merge pull request #93 from IceOfWraith/mordhau
Add Mordhau Config
2022-03-25 18:21:31 +00:00
fc2ce0e9c4 Merge pull request #100 from IceOfWraith/se
Update Space Engineers
2022-03-25 18:21:14 +00:00
13c181f558 Initial commit 2022-03-25 22:47:25 +11:00
5d33a3a933 Full commit (#86) 2022-03-23 22:29:14 -05:00
0085cc23e5 Update multiple items
Fixed/removed descriptions, switched to OS_CLOSE, added suffixes.
2022-03-23 18:29:59 -05:00