No More Room in Hell is typically played without respawning, forcing players to spectate until the remaining players extract or lose the round. Users can enable respawns with many custom mechanics by adjusting the server config. Respawning can be limited to users with accumulated tokens, which is a good middle ground for players who don't want to compromise game difficulty.
Note: Console settings will reset when the server restarts. Learn how to use a custom config file here.
1. Log in to the BisectHosting Starbase panel.
2. Start the server.
3. Go to the Console tab.
4. Enter sv_respawn_allowed 1 to enable respawning mid-round.
5. Specific commands, such as sv_respawn_without_tokens, can be used to modify respawn mechanics further.
Respawn Commands
| Command | Description |
|---|---|
sv_respawn_allowed [1/0] |
Whether to allow respawning after death. |
sv_realism_allow_respawn [1/0] |
Allow respawns in realism mode. |
sv_respawn_ammo_pct [0-1.0] |
The percentage of the clip that comes with respawn starting guns. |
sv_respawn_initial_token_count_objective [value] |
Respawn token initial count in objective mode. |
sv_respawn_initial_token_count_survival [value] |
Respawn token initial count in survival mode. |
sv_respawn_kills_per_token_objective [value] |
Kills required per token in objective mode. |
sv_respawn_kills_per_token_survival [value] |
Kills required per token in survival mode. |
sv_respawn_nearby_allowed [1/0] |
When set to 1, players can spawn near other players.
|
sv_respawn_nearby_max_distance [distance] |
Maximum distance to spawn near other players when doing nearby spawning. |
sv_respawn_nearby_min_distance [distance] |
Closest distance to spawn near other players when doing nearby spawning. |
sv_respawn_nearby_tries_per_player [value] |
Number of times to try finding a nearby spawn per other player when doing nearby spawning. |
sv_respawn_time_notoken [time] |
Time until a dead player respawns without a token. |
sv_respawn_time_token [time] |
Time until a dead player respawns with a token. |
sv_respawn_token_objective [1/0] |
When set to 1, respawn tokens are enabled in objective mode.
|
sv_respawn_token_survival [1/0] |
When set to 1, respawn tokens are enabled in survival mode.
|
sv_respawn_with_weapon [1/0] |
When set to 1, players spawn with a weapon.
|
sv_respawn_without_tokens [1/0] |
When set to 1, players can respawn without tokens.
|