PDA

View Full Version : Escape Plan Fix


Nano2e
07-10-2013, 23:28
I'm trying to remove the or atleast turn this off for the Escape after todays new update:

"self mark for death"
{
"attribute_class" "self_mark_for_death"
"value" "1"
}

But I'm struggling with doing it as I can't really understand how to do it via TF2items.

Any help would be awesome!

Gamemaster1379
07-16-2013, 17:45
"custom_weapons_v3"
{
"*" //Everybody
{
"775" //Escape Plan
{
"preserve_attributes" "1"
"1" "414 ; 0" //self mark for death
}
}
}
I believe this is what you need to make the escape plan no longer have the attribute. I'm not sure if attribute preservation will conflict with the self mark for death, making it additive however. If this doesn't work, try setting the 0 to a -1 instead.

In addition, tf2items is currently having an issue that appears to be preserving all item attributes regardless, so this may not work until that is fixed.