Page 1 of 1

Having armor take losses like infantry (i.e. one at a time)

Posted: Mon Sep 29, 2014 7:00 pm
by VR_Nocturne
Now that I have vehicle squads with 2 members instead of one, I'd like to know if it's possible to have them not all die at once as if it was just the stock 1 member "squads".

You know, how infantry works - where sometimes you might kill one or two men, but not the whole squad. Even in a 2-man squad, you might kill just one man.

Is this possible? Do I need to do something in the squads.csv?

Re: Having armor take losses like infantry (i.e. one at a ti

Posted: Tue Sep 30, 2014 9:09 am
by pipfromslitherine
It's all to do with how you kill them. If you look at the HE scripts they kill the men off using a bit mask to define which men are killed. The current AP scripting assumes all armour has only a single man, so you would need to do a custom version of this that knows that armour can come in >1 units.

Cheers

Pip