HOW TO FIX TELEPORTERS FOR YOUR SERVER

>open C:\Program Files\Steam\steamapps\sourcemods\tf2classic\scripts\playerclasses\engineer.txt

>find the line where there is written "// Buildables" and

"buildable1" "OBJ_SENTRYGUN"
"buildable2" "OBJ_DISPENSER"
"buildable3" "OBJ_TELEPORTER"


Replace "OBJ_TELEPORTER" with "OBJ_TELEPORTER_ENTRANCE"
and add this line :
"buildable4" "OBJ_TELEPORTER_EXIT"


In the end it should look like this :

// Buildables
"buildable1" "OBJ_SENTRYGUN"
"buildable2" "OBJ_DISPENSER"
"buildable3" "OBJ_TELEPORTER_ENTRANCE"
"buildable4" "OBJ_TELEPORTER_EXIT"

Instead of this :

// Buildables
"buildable1" "OBJ_SENTRYGUN"
"buildable2" "OBJ_DISPENSER"
"buildable3" "OBJ_TELEPORTER"
 

Funding Progress To Date

VaultF4 on Steam


48180 Members
(5782 Online 279 In-Game)
Join the group
Back
Top Bottom