Commit Graph

10 Commits

Author SHA1 Message Date
Greelan
6c303ec80f
V Rising: add mod support for Windows (#423) 2023-07-17 08:52:24 +10:00
Greelan
5cb7fb7d4d
Various: Wine related updates (#322) 2023-04-03 16:08:07 +10:00
IceOfWraith
9bb37f2618
Update V Rising and Satisfactory Chat Regex (#173)
* 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
2022-08-06 12:33:05 -05:00
James Manker
cbf53f9633 Fix RCON Keepalove 2022-06-06 11:42:22 -05:00
James Manker
09110eabba Add LAN Mode
Added the LAN Mode startup flag for servers without internet.
2022-06-05 17:00:26 -05:00
James Manker
9d27cd7c6f Tentative Change
Waiting for the new build to test. This may be the right settings.
2022-06-02 23:24:55 -05:00
James Manker
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
James Manker
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
James Manker
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
Tempus Thales
8b5959b182 Initial Commit - V-Rising 2022-05-21 19:53:37 -05:00