Re: C-130 carry amount
Carry is an unsigned byte. 0-255.
The Carry code is further split into 0XX, 1XX, 2XX categories for troops, guns, vehicles.
So that means only 55 maximum items carried (the last 2 digits).
Changing that field to a word (16 bits) would require a new OOB format, new save games format, and a total rewrite of all OOBs, scenarios, saved games etc.
|