Leigh Light for ETO_GrV_GXB

gosd

Charter Member
For some reason the Leigh Light on the ETO_GrV_GXB aircraft do not come on when I fire the gun.
How can I fix this ?
 
No it does not,
If you look at the ETO_GRVI_PPK the LeighLight on this aircraft work well with Ankors shaders on and of.
The ETO_GRVI_PPK model has a problem with the alpha layer because when you turn the shaders on the skin become gray, no colors. Can you post a corrected skin for this ?
I suspect the trigger for the LeightLight was never assigned in the ETO_GrV_GXB aircraft.
 
Got the leighlight working:
on the ETO_GrV_GXB add
<Seat Name="Pilot"> <Stations>
<Station Name="Pilot" Type="pilot_station" View="0" FovUp="30" FovDown="15">
<PadlockLimit AzimuthMin="-134" AzimuthMax="134" ElevationMax="90" ElevationMin="-55"></PadlockLimit>
<Views>
<View Event="HeadStop"></View>
<View Event="HeadPitchUp" Azimuth="0" Elevation="-45"></View>
<View Event="HeadPitchDown" Azimuth="0" Elevation="30"></View>
<View Event="HeadPitchUpLeft" Azimuth="-45" Elevation="-10" X="-0.08"></View>
<View Event="HeadPitchUpRight" Azimuth="45" Elevation="-10" X="0.08"></View>
<View Event="HeadRotLeft" Azimuth="-110" Elevation="-5" X="-0.08"></View>
<View Event="HeadRotRight" Azimuth="110" Elevation="-5" X="0.08"></View>
<View Event="HeadPitchDownLeft" Azimuth="-154" Elevation="-17" X="-0.08" Z="0.1"></View>
<View Event="HeadPitchDownRight" Azimuth="154" Elevation="-17" X="0.08" Z="0.1"></View>
</Views>
<GunStations>
<GunStation ID="6"/>
</GunStations>

on ETO_GRVI_PPK add
<Seat Name="Pilot">
<Stations>
<Station Name="Pilot" Type="pilot_station" View="0" FovUp="30" FovDown="15">
<PadlockLimit AzimuthMin="-134" AzimuthMax="134" ElevationMax="90" ElevationMin="-55"></PadlockLimit>
<Views>
<View Event="HeadStop"></View>
<View Event="HeadPitchUp" Azimuth="0" Elevation="-45"></View>
<View Event="HeadPitchDown" Azimuth="0" Elevation="30"></View>
<View Event="HeadPitchUpLeft" Azimuth="-45" Elevation="-10" X="-0.08"></View>
<View Event="HeadPitchUpRight" Azimuth="45" Elevation="-10" X="0.08"></View>
<View Event="HeadRotLeft" Azimuth="-110" Elevation="-5" X="-0.08"></View>
<View Event="HeadRotRight" Azimuth="110" Elevation="-5" X="0.08"></View>
<View Event="HeadPitchDownLeft" Azimuth="-154" Elevation="-17" X="-0.08" Z="0.1"></View>
<View Event="HeadPitchDownRight" Azimuth="154" Elevation="-17" X="0.08" Z="0.1"></View>
</Views>
<GunStations>
<GunStation ID="5"/>
</GunStations>

You must add these lines in the top portion Type="pilot_station" otherwise it will not work.
 
Hi Gosd,

well spotted mate, have applied your fix and placed the two planes into the ETO 1.60 update folder.

regards Rob.
 
Back
Top