
ServerSider
Adds small quality of life gameplay changes (check the README!): Post-Mithrix loop portal; Pressure plates stay pressed down for a duration; Quit to Lobby button; Teleport out of bounds items; Unwrap Command Essence droplets — [ server-side ]Details
server sider
A [ server-side / host-only ] mod that adds optional small quality of life gameplay changes.
versions
Check the changelog to see version differences!
- If playing on the Alloyed Collective patch, use the latest available version of this mod
- If playing on a game version before the Alloyed Collective patch (i.e. Seekers of the Storm, Devotion, pre-Devotion), please use version
1.6.2of this mod
Please report any issues to the GitHub repository!
gameplay changes
The configuration file is automatically reloaded at the start of each run.
OptionGenerator (+Risk Of Options) can be used to change the configuration in-game, rather than editing the file or using r2modman.
| Name | Effect | Enabled by default? |
|---|---|---|
rescueShipPortal |
Spawns a portal inside the Rescue Ship to allow looping after defeating Mithrix. | true |
pressurePlateGracePeriod |
The length of time (in seconds) that a pressure plate (Abandoned Aqueduct) will remain pressed after being activated. Zero disables this functionality (reverts to vanilla behaviour). Negative values make pressure plates stay down forever once pressed. No more pot rolling or waiting for friends! |
30 (true) |
quitToLobbyButton |
Adds a "Quit to Lobby" button to the Run pause menu. Useful in multiplayer for changing characters/survivors, difficulty, or artifacts without disconnecting everyone from the lobby. |
true |
voidPickupConfirmAll |
Always require confirmation (i.e. Interact input) to pick up void items. Intended to encourage sharing void items in multiplayer. |
true |
voidFieldFogAltStart |
Changes the Void Fields' fog to only become active once a Cell Vent has been activated (rather than on entry). | false |
teleportOutOfBoundsPickups |
Teleports items that fall off the map to the nearest valid ground node. | true |
unwrapCommandEssence |
Command Essence droplets drop directly as the contained item if there is only one choice. | true |
preventEarlyHalcyonShrineActivation |
Disables the "Pray to Halcyon Shrine" prompt to prevent activating the shrine before it is fully charged. Useful for preventing accidentally ending the Halcyon Shrine early when trying to interact with other nearby shrines, pickups, etc. |
true |
chat additions
| Name | Effect | Enabled by default? |
|---|---|---|
sendItemCostInChat |
Sends a chat notification listing the items that are consumed when a Scrapper, 3D Printer, Cleansing Pool, or Cauldron is used. | true |
includeScrapInItemCost |
Includes Item Scrap in the list printed by sendItemCostInChat. |
false |
screenshots
rescueShipPortal

pressurePlateGracePeriod
config: 3s
quitToLobbyButton

sendItemCostInChat

known issues
pressurePlateGracePeriod: pressure plates will not remain visually pressed down on clients
see also
- QuickRestart src by AceOfShades — alternative implementation of
quitToLobbyButton- uses custom UX
- also has a "restart" button to start a new run without returning to the lobby
- OutOfBoundsItemsFix by rob_gaming — alternative implementation of
teleportOutOfBoundsPickups- based on fall distance rather than out of bounds map zones
- CommandDropletFix by William758 — alternative implementation of
unwrapCommandEssence- based on item tags..?
