CombinedArmsGaming / F3_CA

Combined Arms version of the F3 Framework
7 stars 9 forks source link

Framework new years patch wishlist #35

Closed Poulern closed 5 years ago

Poulern commented 5 years ago

New year, new framework update, i have a few that ive put down in my own time and thought id share:

Spawnvehicle function is needlessly complicated and is badly in need of a rewrite to be less dependent on public variables. I am going to do something like [truck,["vehicleclassname",5],["vehicleclassnameno2",4]]; where the number is amount of vehicle in "stock" so to speak.

Bodymanager should be exclude player side to be avoid removing radios and the like for wave respawn purposes, need to add a public var for it though.

Wave respawn: Spawn on current group option. Only spawn wave when no enemys within X distance. Possible other improvements?

LR frequencies are not set on respawn (from wallace). Not too sure about how to approach this one.

Assigngear is always stupid, i dont know what is the best approach. People complain about too many smokegrenades for instance. Maybe a rebalancing of default values is in order to reduce the need for every missionmaker to remember to do so?

Anyone else have anything?