View Single Post
Austinbots
Member
Join Date: Jan 2010
Old 12-16-2010 , 05:26   Re: Stripper:Source (Mac support added)
Reply With Quote #787

I am trying to add some weapon_ammo_entities to maps.
Sometimes the ammo drop show up and most of the times they don’t.

They always will show up if I add them in around the spawn area of the map, But in other places most of the time they do not show up.

I found this link but it isn’t real helpful.
http://developer.valvesoftware.com/w...map_parameters

So I tried modifying info_map_parameters
And found two things that look like it may affect this.
"AmmoPackDensity" "1"
"AmmoDensity" ".25"

I tried things like this to try to get my ammo drop to show up:


PHP Code:
modify:
  {
              
match:
              {          
                          
"classname" "info_map_parameters"
              
}
              
replace:
              {
                          
"AmmoDensity" "200"
              
}
              
replace:
              {
                          
"ItemClusterRange" "01"
              
}
  } 

Anyone know how to get weapon_ammo_spawn entities to spawn reliably?

Can I use two replace parms like that above with only one match?
Thanks.
Austinbots is offline