AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   [Stripper] Can't remove prop_static (https://forums.alliedmods.net/showthread.php?t=262423)

Kasea 05-03-2015 23:01

[Stripper] Can't remove prop_static
 
I want to remove this: http://prntscr.com/71agv8
From the map.
I've tried the following, but nothing works:
Code:

remove:
{
"classname" "prop_static"
}

I've also tried this:
Code:

modify:
{
        match:
        {
                "model" "models/props_foliage/oak_tree01.mdl"
        }
        delete:
        {
                "model" "models/props_foliage/oak_tree01.mdl"
        }
}

Neither have worked. Any ideas?

note: Recompiling isn't an option

thetwistedpanda 05-04-2015 01:04

Re: [Stripper] Can't remove prop_static
 
prop_statics are compiled in to the map and do not exist afterwards.

https://developer.valvesoftware.com/wiki/Prop_static

Kasea 05-04-2015 01:10

Re: [Stripper] Can't remove prop_static
 
Quote:

Originally Posted by thetwistedpanda (Post 2293173)
prop_statics are compiled in to the map and do not exist afterwards.

https://developer.valvesoftware.com/wiki/Prop_static

Are there any other ways at all to remove them? Recompiling isn't a question...

lingzhidiyu 05-04-2015 07:34

Re: [Stripper] Can't remove prop_static
 
no


All times are GMT -4. The time now is 06:35.

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