Raised This Month: $51 Target: $400
 12% 

Stripper:Source (Updated 2011-04-15)


Post New Thread Reply   
 
Thread Tools Display Modes
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-04-2014 , 07:56   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1211

Quote:
Originally Posted by x3ro View Post
Does this work for csgo?
Code:
...addons\stripper\bin\stripper.16.csgo.dll
Bacardi is offline
x3ro
Member
Join Date: Dec 2009
Old 02-05-2014 , 02:59   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1212

Quote:
Originally Posted by Bacardi View Post
Code:
...addons\stripper\bin\stripper.16.csgo.dll
No wonder it wasn't working...

edit: There is no stripper.16.csgo.dll in the latest window's version.. and I am getting this error

Code:
[META] Failed to load plugin addons/stripper/bin/stripper_mm: Failed to get API
Edit: lololol... for some reason on the OP, there was no snapshot link. fixed

Last edited by x3ro; 02-05-2014 at 04:41.
x3ro is offline
x3ro
Member
Join Date: Dec 2009
Old 02-05-2014 , 06:44   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1213

I am having trouble trying to get rid of one type prop but it simply won't remove. The other props/entitys I filtered out in the global_filters.cfg work fine, its just this one entity/prop that I can't not get rid of.

Prop that I cannot get rid of: models/props_junk/garbage_metalcan002a.mdl (I want to get rid of this prop from every map)

Code:
remove:
        {
        "classname" "/prop_physics.*/"
        }
        {
        "classname" "/.*bomb.*/"
        }
        {
        "classname" "/.*hostage.*/"
        }
        {
        "model" "/.*props_junk.*/"
        }
Can anyone suggest to me what I did wrong?

thanks

Last edited by x3ro; 02-05-2014 at 06:45.
x3ro is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 02-05-2014 , 08:07   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1214

that junk prop might be a static prop, so that's why its wont remove. You should replace prop_static to prop_dynamic, though
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
x3ro
Member
Join Date: Dec 2009
Old 02-05-2014 , 09:13   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1215

Quote:
Originally Posted by Root_ View Post
that junk prop might be a static prop, so that's why its wont remove. You should replace prop_static to prop_dynamic, though
How would I go about doing this?

Code:
{         
          "model" "/.*props_static.*/"
          }
Something like that?

Last edited by x3ro; 02-05-2014 at 09:14.
x3ro is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 02-05-2014 , 09:16   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1216

http://www.bailopan.net/stripper/#newconf
Code:
modify:
{
	match:
	{	
	"model" "models/props_junk/garbage_metalcan002a.mdl"
	"classname" "prop_static" // might be not static, you can remove 'classname' key at all
	}
	replace:
	{
	"classname" "prop_physics_multiplayer"
	}
}
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
x3ro
Member
Join Date: Dec 2009
Old 02-05-2014 , 11:34   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1217

Quote:
Originally Posted by Root_ View Post
http://www.bailopan.net/stripper/#newconf
Code:
modify:
{
    match:
    {    
    "model" "models/props_junk/garbage_metalcan002a.mdl"
    "classname" "prop_static" // might be not static, you can remove 'classname' key at all
    }
    replace:
    {
    "classname" "prop_physics_multiplayer"
    }
}
edit: fixed

Last edited by x3ro; 02-05-2014 at 12:03.
x3ro is offline
x3ro
Member
Join Date: Dec 2009
Old 02-05-2014 , 12:04   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1218

Is it possible to remove static oildrums? (oildrum001.mdl and oildrum_static.mdl)?
x3ro is offline
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 02-14-2014 , 02:07   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1219

I think, yes. CSS game? Which map?
pubhero is offline
x3ro
Member
Join Date: Dec 2009
Old 02-14-2014 , 04:23   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1220

Quote:
Originally Posted by pubhero View Post
I think, yes. CSS game? Which map?
csgo, de_dust for now.
x3ro is offline
Reply



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 00:37.


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