You are viewing a potentially older version of this package. View all versions.
Mordrog-PlayerRespawnSystem-2.0.1 icon

PlayerRespawnSystem

The mod should provide customizable players respawn system for your games.

Date uploaded 3 years ago
Version 2.0.1
Download link Mordrog-PlayerRespawnSystem-2.0.1.zip
Downloads 20879
Dependency string Mordrog-PlayerRespawnSystem-2.0.1

This mod requires the following mods to function

bbepis-BepInExPack-5.4.1903 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.1903
tristanmcpherson-R2API-4.3.5 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 4.3.5

README

RoR2-PlayerRespawnSystem

RoR2 mod - provides customizable players respawn system for your games

Mod will provide respawn system which can be configured to your play style. It allows for time respawn, respawn on start of teleporter event, respawn on end of teleporter event. You can customize respawn timer settings to scale with stage or game time. Respawns can be blocked at certain stages and during the teleporter to maintain the challenge that the game should provide.

New UI Death Timer

Mod should now add new Death Timer panel when you die, so you will know exactly when you are going to respawn.

This feature is client dependent meaning, clients will only have this panel shown if they have mod.

Default Config Settings

Setting Default Value
IgnoredMapsForTimedRespawn "bazaar,arena,goldshores,moon,artifactworld,mysteryspace,limbo"
RespawnTimeType StageTimeBased
StartingRespawnTime 30
MaxRespawnTime 180
UpdateCurrentRepsawnTimeByXSeconds 5
UpdateCurrentRespawnTimeEveryXSeconds 10
UsePodsOnStartOfMatch false
UseDeathTimerUI true
UseTimedRespawn true
BlockTimedRespawnOnTPEvent true
RespawnOnTPStart true
RespawnOnTPEnd true
BlockTimedRespawnOnMithrixFight true
RespawnOnMithrixStart true
RespawnOnMithrixEnd false
BlockTimedRespawnOnArtifactTrial true
RespawnOnArtifactTrialStart true
RespawnOnArtifactTrialEnd true

More

Find my other mods here: https://thunderstore.io/package/Mordrog/

Changelog

2.0.1

  • Reset respawn timer after RoR2 respawn method is called to eleminate conflicts with other respawn mods

2.0.0

  • Update icon
  • Added plentiful options to control respawning on certain events, regardless of timed respawn
  • Added option to not use pods respawn on start of match
  • Added Death Timer UI for dead players (client dependent)