I have 2 Issues that are currently plagueing my map of 3 series oc_descention, My weapon_scripted has no issues spawning or being given automaticly to the player on spawn but rather tends to fly away from the player and cannot be used other than to take residence permanently on the floor. I Have tried figuring that out but I'm currently stumped.
My 2nd issue is with the lives system, in no way did I authorize my map the give the player "9" lives in which to use. I cannot have this function on this level becuase I'm mapping in surprises that are sure to kill players and with a lives system I don't believe that would be good for the level. I looked through everything in hammer and I could not figure out why in hammers attributes that the live's system was activated.
If you have any idea on a fix I would be delighted to hear it.
mp_livesmode 0 (i think) in your map cfg would fix it, but you can turn off lives through hammer as well (I think go to world properties, and set livesmode to 0, that or it was co-op mode under some list)
As for the weapons, make sure they don't have overlapping bucket positions with other default weapons or so else they can't be picked up (I think)
The ammo spawn properly, as well does the hmg1, all the others get tossed.
None of them have the same bucket positions and even if I put them in the map manualy they cannot be used.
}
I dont really know the root of the problem but there are other issues in your modify script, and with mapadding you'll encounter undesirable effects when you make a mistake, even with unrelated entities.
You've removed entities that I'd say are risky to remove without causing side effects basically.
For instance:
func_water_analog is a tie-able brush based entity, It may not like being removed.
You've also removed a couple of npc_template_makers and their asscociated templated npcs.
This will probably also cause side effects.
Basically with mapadding you can get away with pretty much everything except anything that is Templated or works in conection with template entities and in most cases all brush based things including tie-able entities.
Some trigger brushes can be altered and used via input out puts, but really its trial and error as to which will react safely and which will cause issues in the map.
^Thats about the best advice I can give.
When I mapadd 99% of the time I avoid, working or interacting with brushes.
And I avoid, templated npcs, template makers, point templates and env_entity maker.
Anything else can probably be used.
Sort out that and you may just find things will work normally again, as looking at the weapons in your modify they should work.
'I would probably smarten up before you meet Violet'.
'She has zero tolerance for idiots'.