- Dizzy
A mod for Unreal Tournament (UT99) servers which makes players instantly respawn without any delay when they die. Useful for practice of BunnyTrack maps.
- Copy the file(s) inside the
compiled
folder to your server'sUT/System/
directory - Open your server's
UnrealTournament.ini
- Under
[Engine.GameEngine]
add:ServerActors=BTNetInstantRespawn.InstantRespawn
- Restart your server
- The mutator is prevented from working in BunnyTrack maps which use the BTME package by Bloeb (at least versions <= v4). This is because BTME searches for and unloads any mods which contain the string
Insta
in their class names. This results inInstantRespawn
being unloaded unnecessarily. This is an issue with BTME and not with BTNetInstantRespawn. A workaround is changing the name of theInstantRespawn
class to something else, e.g.IR
.
This mutator is released under the Creative Commons Attribution-NonCommercial-ShareAlike license. Visible, client-side attribution to BunnyTrack.net is required to use the mod and/or its code. This means you must display the following message to players when they enter your server: [BTNet] This server uses the Instant Respawn mutator from BunnyTrack.net
.
2021-04-03