Hey all,
is there an easy (aka .lua) way to have different helmets for Huey Pilots/CoPilots, meaning pilot having helmet A, copilot helmet B, without having to edit the .EDM files?
I found in the description lua:
{"pilot_UH1_01", 0, "pilot_UH1_01.bmp", true};
{"pilot_UH1_02", 0, "pilot_UH1_02.bmp", true};
{"pilot_UH1_helmet", 0, "pilot_UH1_helmet.bmp", true};
so with my (very) limited skinning background, I thought it should be as easy as copying the helmet file, rename it and add it to the description .lua, only I cant find the file where both pilots get their helmets "allocated" so to speak. is this mapped via .lua somehwere? the HelicopterConst.lua makes no mention of the models it should be using so I'm wondering where I can split this (changing it from "pilot 1 use helmet A, pilot 2 use helmet A" to "pilot 1 use helmet A, pilot 2 use helmet B")
Cheers and thanks in advance