Raised This Month: $ Target: $400
 0% 

L4D2 how do I remove chainsaw or object on all maps


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-03-2020 , 05:26   Re: L4D2 how do I remove chainsaw or object on all maps
Reply With Quote #2

stripper dump.

Code:
{
"origin" "-2538 2786 4.33493"
"targetname" "chainsaw"
"spawnflags" "0"
"item9" "0"
"item8" "0"
"item7" "0"
"item6" "0"
"item5" "0"
"item4" "0"
"item3" "0"
"item2" "0"
"item17" "1"
"item16" "1"
"item15" "0"
"item14" "0"
"item13" "0"
"item12" "0"
"item11" "0"
"item10" "0"
"item1" "0"
"angles" "0 60 0"
"classname" "weapon_item_spawn"
"hammerid" "1637094"
}
Valve wiki dev (or Hammer editor) weapon_item_spawn

I made this screenshot

So, in Stripper global config.

global_filters.cfg
Code:
modify:
{
	match:
	{	
	"classname" "weapon_item_spawn"
	}
	replace:
	{
	"item11" "0"
	"item16" "0"
	}
	delete:
	{
	}
	insert:
	{
	}
}

filter:
{
	"classname"	"weapon_adrenaline_spawn"
}
{
	"classname"	"weapon_chainsaw_spawn"
}
*edit
If specific item still exist, it have been created by own classname than with weapon_item_spawn. Need add that in config also.
__________________
Do not Private Message @me

Last edited by Bacardi; 10-03-2020 at 05:45.
Bacardi is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:13.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode