Risk of Rain 2 Dedicated Server Essentials (R2DSE) is a mod containing a bunch of modules for any self-respecting dedicated server.
Intended to work for all clients, including vanilla, although obviously other mods you have installed may invalidate this.
Track update progress, get support and suggest new features over at the R2DSE discord.
Contributors:
BepInEx\config
.Filename: C:\buildslave...
and Fallback...
) for easier monitoring.MMHOOK
file will do, an update is usually available for this on patch day from the modding discord.)R2DSEssentials.dll
in your BepInEx/Plugins
folder.If you have installed the Dedicated Server Tool through Steam, you'll have to:
doorstop_config.ini
change redirectOutputLog
to true
to remove duplicate output lines in the server console.Intercepts chat messages starting with /
and executes them as though the client send this as a console command to the server.
This means a client doesn't need a mod to issue its console commands as they can type them in chat instead.
After all catalogs have been loaded, execute the server config file of your choice located in Risk of Rain 2_Data/Config/
(server.cfg by default).
Useful for running commands added by mods automatically.
There are some bugs in vanilla RoR2 on Dedicated Servers. This module alleviates some of those.
Hides the IP from the console output window, mostly for preventing privacy leaks during debugging.
REQUIRES R2API. This module aims to prevent desync and cheating by mods. Comes with extensive configuration.
Adds a configurable message of the day that is send to clients when they connect, enter a specific stage, pass time, and/or complete a certain number of stages. Supports tokens and unity rich text.
Makes the users appear with their actual steam nickname instead of ???
.
While we may have these modules planned, do not be discouraged to create them as a separate mod on your own. Alternatively, you can submit it as a module to us through Github