Recon Flyer

Syrkres

Chieftain
Joined
Mar 3, 2016
Messages
95
Location
Mass
So was playing today and from a dig site I got the Alien unit Flyer. This was great because I could then fly about at a quickend pace and pick up Pods...


So I thought this would be a great unit to have at start of games...


So born was RECON_FLYER unit.

Problem is I was/am hoping to use a different art than the Alien flyer.
I tried using ART_DEF_UNIT_AIR_FIGHTER, but that gives me a group of marines for some reason.

Right now I left it at ART_DEF_UNIT_AUTOSLED, which is a new hybrid unit, but would really like to have something like a single TacJet.

if anyone can help with this Art asset or point me in the right direction, greatly appreciate it.
 
By referencing Paweu's "More Units Mod" I have been able to get the Tacjet working as my main model. - Thanks Paweu.

Now the problem seems when it upgrades it changes back to marines (again). So assuming it's some error in the XML coding. Paweu said he has never worked on upgrading the models, so can't reference his mod. Has anyone else worked with "updating" models?
 
Found the error, had an extra tag in there which told it to start indexing 1 off. Removed it and it worked fine.
<UnitArtInfoAffinityVariationStart>1</UnitArtInfoAffinityVariationStart>
 
Back
Top Bottom