This looks excellent Rydygier - really a very promising addon with much potential (though don't get me wrong - it looks very comprehensive already!).
Just to clarify how I should use this addon - should I put all units in the editor without waypoints so that the commander can give them waypoints himself? What happens if I set up my own waypoints for some units? For example what would happen if I used this addon in a pre-made mission where every unit already had waypoints, objectives etc set up? Thanks.
The British Army will never yield!
Yes.
Script will remove previously added waypoints for all units under HAC control when will give the first command to them. Only, you can do with this is use an RyHQ(B)_Excluded array for some units to bring them out of HAC control.What happens if I set up my own waypoints for some units? For example what would happen if I used this addon in a pre-made mission where every unit already had waypoints, objectives etc set up? Thanks.
Last edited by Rydygier; Dec 22 2011 at 13:03.
If you want to test in a MP environment (this or future projects) you can always start up a dedicated server on you computer, start arma2 as normal and join your very own dedicated server. Its a good way to test, as long as your comp can keep up with it.
This looks like an excellent addon!
\"Det är bara att placera den ena foten framför den andra och upprepa det tills man har kommit fram\"
Ltn Vuorensola
As far as supports go, the normal BIS waypoint does well enough, maybe with ASR AI for rearming infantry if you think you need it.
Also, would it be possible to get multiple objectives?
Multiple objecitves should be easy to implement, so - in next version perhaps, but need to consider how commander chooses the objective to deal with at the time. Well. I will think about this too.Thanks for idea.
Also, maybe a way to randomly select a personality for the leaders too.
OK. It should also be simple. In fact, even in this version personality is randomized, if not specified separately, but by randomize each attribute separately. Impatient could, moreover, to prepare a simple code that will do it and put it eg to init.sqf. Something like:
and so on.Code:_rnd = random 100; if (_rnd < 20) then {RydHQ_Personality = "GENIUS"}; if ((_rnd >= 20) and (_rnd < 40)) then {RydHQ_Personality = "IDIOT"}; if...
Well, I just got my ass well and truly kicked. I was doing fine holding off his infantry, wondering where his tanks were. Its at that point 3 platoons of T90s hit me in the rear. Bad times.