Name: [UT99] Teleporter Fix v1.03
Version: v1.03
Author: ZEROPOINT PRODUCTIONS
Date Submitted: September 23, 2025
Description
================================================================================
TELEPORTER CRASH FIX 1.03
ZEROPOINT PRODUCTIONS, DECEMBER 2008
D.SCHEERENS@GMAIL.COM
================================================================================
================================================================================
TABLE OF CONTENTS.
================================================================================
1. INTRODUCTION.
2. QUICK INSTALLATION GUIDE.
3. VERSION HISTORY.
================================================================================
1. INTRODUCTION.
================================================================================
This package provides a fix for servers that are hosting maps with teleporters.
The default teleporters provided by the Unreal Engine suffer from a nasty bug
that could cause a server to crash on collision checks. The most common crash
found in the logs begins with 'Critical: FCollisionHash::ActorLineCheck', but
several other variants can also be found. This package fixes the issue by
replacing the default teleporters with a custom version that prevents this bug
from occurring. Credit should go to Casy Campbell who came up with the idea for
the workaround implemented in this package.
================================================================================
2. QUICK INSTALLATION GUIDE.
================================================================================
1. Make sure your server has been shut down.
2. Copy the following file to the system folder of your UT server:
TeleporterFix103.u
3. If your server is using redirect upload the TeleporterFix103.u.uz file to
the redirect server.
4. Open your servers configuration file and add the following server package:
ServerPackages=TeleporterFix103
Also add the following server actor:
ServerActors=TeleporterFix103.TeleporterFix
5. Save the changes to the configuration file and start the server. The
teleporter fix should now be active on your server!
================================================================================
3. VERSION HISTORY.
================================================================================
=== NEXGEN v1.03 ===============================================================
- Fixed: Teleporters not properly disabled client side, causing players to crash.
=== NEXGEN v1.02 ===============================================================
- Fixed: After using a teleporter a player sometimes immediately teleports back.
=== NEXGEN v1.01 ===============================================================
- Fixed: Invalid player rotation after teleporting.
=== NEXGEN v1.00 ===============================================================
- Misc: First public test version of NEXGEN.