View Single Post
JesiJess
New Member
Join Date: Sep 2023
Location: Space
Old 09-28-2023 , 23:12   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1837

Hello I am trying to change some maps to be from arena mode to koth mode in tf2.
And I want them to be able to respawn in the map where spawn starts/is for the map (I don't need fully functioning rooms as long as respawning works). I saw ways to do the reverse but not this way.

Would this work in addons/stripper/global_filters.cfg?

Code:
modify:
{
	match:
	{	
	"classname" "tf_logic_arena"
	}
	replace:
	{
	"classname" "tf_logic_koth"
	}
        add:
	{
	"func_respawnrooms"
	}
}
Any help is appreciated!

Edit: Just having the stuff before add: seems to work just fine but let me know if anything might be wrong or can be better adjusted! Tysm.
__________________
I don't know how to code, I just make art.

Last edited by JesiJess; 09-28-2023 at 23:46. Reason: Updating after Testing
JesiJess is offline