View Single Post
Author Message
BreadTeleporterYT
New Member
Join Date: Aug 2023
Old 08-07-2023 , 15:53   [TF2] Replace player_start with player_teamspawn
Reply With Quote #1

I am running a TF2 server that frequently runs maps from other games (HL2, GMod, etc.) and all of those games use info_player_start as their spawnpoint, however TF2 is not compatible with them at all, and will just spawn the player at 0,0 whenever the map is loaded.

I have tried to use Stripper:Source to fix this, however it does not appear to be working (Config below)
Is there a plugin that can provide this functionality, preferably also replacing CS:S T and CT spawns with Red and Blu teamspawns respectively?


Stripper:Source config
Code:
modify:
{

    match:
    {
        "classname": "info_player_start"
    }

    replace:
    {
        "classname": "info_player_teamspawn"
    }
}

Last edited by BreadTeleporterYT; 08-08-2023 at 04:17.
BreadTeleporterYT is offline