PDA

View Full Version : How to disable cp on koth maps?


psyhyatr
10-16-2012, 17:43
How to disable cp on koth maps?:cry:

MaloModo
10-16-2012, 20:33
http://forums.alliedmods.net/showpost.php?p=1621542&postcount=2527

Then just treat the point like you would in arena map.

psyhyatr
10-17-2012, 05:06
thx! its work!

AeroAcrobat
10-17-2012, 09:37
http://forums.alliedmods.net/showpost.php?p=1621542&postcount=2527

Then just treat the point like you would in arena map.
will this also work in FF2 ?
I'm not sure about the doors :/

Huntereb
10-17-2012, 11:58
will this also work in FF2 ?
I'm not sure about the doors :/

Just create a file named "doors.cfg" in the sourcemod/config/freak_fortress_2 directory, then put the first part of the map you want to disable doors into it. For instance, you want to disable doors on KOTH maps, then just put "koth_" into "doors.cfg". After that you should be able to run any koth map with doors that will never close.

Powerlord
10-17-2012, 13:47
will this also work in FF2 ?
Yes, the Stripper:Source solution works on Freak Fortress 2.

AeroAcrobat
10-19-2012, 21:57
Just create a file named "doors.cfg" in the sourcemod/config/freak_fortress_2 directory, then put the first part of the map you want to disable doors into it. For instance, you want to disable doors on KOTH maps, then just put "koth_" into "doors.cfg". After that you should be able to run any koth map with doors that will never close.

it does not work for me :/
doors are closed / default.

...orangebox/tf/addons/sourcemod/configs/freak_fortress_2/doors.cfg
koth_"koth_"tried both, no luck.

...orangebox/tf/addons/sourcemod/configs/freak_fortress_2/maps.cfg
arena_
koth_
vsh_...orangebox/tf/addons/stripper/global_filters.cfg
modify:
{
match:
{
"classname" "tf_logic_koth"
}
replace:
{
"classname" "tf_logic_arena"
}
}

edit: also updated to latest metamode version -> nope, doors are still closed.

jasonfrog
10-21-2012, 06:41
Do you see Stripper when you do meta list?

AeroAcrobat
10-21-2012, 13:58
Do you see Stripper when you do meta list?
yep.
[03] Stripper (1.2.2) by BAILOPANmeta version:
meta version
Metamod:Source version 1.9.1-dev
Build ID: 798:5351cedef365-dev
Loaded As: Valve Server Plugin
Compiled on: Sep 3 2012
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/

AeroAcrobat
10-24-2012, 18:40
got it working with this (before I had only koth_ in doors.cfg) :
...orangebox/tf/addons/sourcemod/configs/freak_fortress_2/doors.cfg
arena_ koth_ vsh_