View Single Post
Tonblader
Senior Member
Join Date: Jul 2011
Location: Peru
Old 02-16-2021 , 23:22   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1754

In Left 4 Dead 2, how can I create multiple prop_physics, with 100% chance spawn in all my gamemodes on one map?

Edit:
Okay, I found a way to make spawn items with 100% chance, I don't know if it's the best way.
Only i put a logic_auto, point_template and the prop_physics entities to spawn 100% chance.
(I gather this also works with other types of entities, like weapon_*)

Example:
c8m5_rooftop.cfg
Spoiler

If you want other "prop_physics"
Only change the "model"

"model" "models/props_junk/gascan001a.mdl" <--- gascan red
"model" "models/props_junk/explosive_box001.mdl" <--- firework crate
"model" "models/props_junk/propanecanister001a.mdl" <--- propane tank
"model" "models/props_equipment/oxygentank01.mdl" <--- oxygen tank

Example:
"model" "models/props_junk/propanecanister001a.mdl"
change to
"model" "models/props_junk/gascan001a.mdl"

Last edited by Tonblader; 02-17-2021 at 02:47.
Tonblader is offline