View Single Post
blue zebra
BANNED
Join Date: Jun 2010
Old 02-24-2012 , 08:37   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #893

Hi.
Anyone can help me?
I try remove the junk parts from the ground is CSS and de_dust2.
Some parts removed, some parts not. What i do wrongly?
My de_dust2.cfg:
Code:
remove:
{
"model"    "models/props_junk/garbage_metalcan002a.mdl"
}
remove:
{
"model"    "models/props_junk/garbage_milkcarton002a.mdl"
}
remove:
{
"model"    "models/props_junk/garbage_plasticbotle001a.mdl"
}
remove:
{
"model"    "models/props_junk/garbage_plasticbucket001a.mdl"
}
remove:
{
"model"    "models/props_junk/garbage_PlasticCrate01a.mdl"
}
remove:
{
"model"    "models/props_vehicles/carparts_axel01a.mdl"
}
remove:
{
"model"    "models/props_vehicles/tire001c_car.mdl"
}
"model" "models/props_vehicles/carparts_axel01a.mdl" - removed
"model" "models/props_vehicles/tire001c_car.mdl" - not removed

But when is use this, all junk parts and all two unwanted car parts removed. Nothing others.
Cars not:
Code:
remove:
{
"model"    "/.*props_junk.*/"
}
remove:
{
"model"    "/.*props_vehicles.*/"
}

Last edited by blue zebra; 02-24-2012 at 08:47.
blue zebra is offline