• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

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