Commit Graph

7 Commits

Author SHA1 Message Date
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