Commit Graph

13 Commits

Author SHA1 Message Date
Greelan
f5f9908bec
Risk Of Rain 2: Add mod functionality, tweak settings and metaconfig (#359) 2023-05-16 21:40:04 +10:00
Greelan
5cb7fb7d4d
Various: Wine related updates (#322) 2023-04-03 16:08:07 +10:00
Greelan
70c93e9a07
SteamCMD client app ID updates (#272) 2023-01-08 07:57:45 +11:00
IceOfWraith
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
DataBitz
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
DataBitz
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
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
IceOfWraith
d3226158a2
Merge branch 'main' into ror2 2022-02-14 14:25:56 -06:00
James Manker
a4fd47e7a9 Risk of Rain Steam SDK Fix
During the Proton feature enhancement I accidentally removed the Steam SDK update stage. This should resolve it so players can view their server in the browser again.
2022-02-14 14:24:38 -06:00
IceOfWraith
d28644048d Put the right file...
It helps if I put the right file out here.
2022-02-03 19:40:51 -06:00
IceOfWraith
7c171d4327 Update Risk of Rain 2 for Proton
This update allows Risk of Rain 2 to run under Proton and xvfb. This requires the user to run the command below to install prerequisites.

apt-get install xvfb lib32gcc1
2022-02-03 19:01:15 -06:00
IceOfWraith
1a1db4cce7 Update Risk of Rain 2
Updated Risk of Rain 2 to use the MaxUsers properly.
2022-01-29 20:32:24 -06:00
IceOfWraith
13a1dcd0fa Add Risk of Rain 2
This commit enables the use of Risk of Rain 2 servers on Windows only. There is no officially supported way to run on Linux. I'm attempting to solve this through Proton eventually, but it isn't currently an option.
2021-12-22 18:09:48 -06:00