- Messages
- 5
- Country
Gentlemen
I'm trying to made panel light effect, using [LIGHTS] section in system.cfg like this
temporary I use #index:0 and #PotentiometerIndex:0 for testing
lightdef.20 = Type:4
#Index:0
#LocalPosition:-3.750000,-0.250000,0.940000
#LocalRotation:0.000000,-40.000000,0.000000
#EffectFile:LIGHT_ASOBO_Gauge
#PotentiometerIndex:0
when I make changes in other aircraft (change position or angle I can see the effect) but when I made the same in my project I can't see this effect (all other effects like landing, taxi, nav, beacon lights work correctly)
for gauges I use
<UseTemplate Name="ASOBO_LIGHTING_Instruments_Emissive_Template">
and it works pretty well with <POTENTIOMETER> and I can control emission without problem .
also I tried this from SDK - but can't understand how control it and looks like I don't need system.cfg when using helpers to place them.
any ideas? Where I made mistake?
I'm trying to made panel light effect, using [LIGHTS] section in system.cfg like this
temporary I use #index:0 and #PotentiometerIndex:0 for testing
lightdef.20 = Type:4
#Index:0
#LocalPosition:-3.750000,-0.250000,0.940000
#LocalRotation:0.000000,-40.000000,0.000000
#EffectFile:LIGHT_ASOBO_Gauge
#PotentiometerIndex:0
when I make changes in other aircraft (change position or angle I can see the effect) but when I made the same in my project I can't see this effect (all other effects like landing, taxi, nav, beacon lights work correctly)
for gauges I use
<UseTemplate Name="ASOBO_LIGHTING_Instruments_Emissive_Template">
and it works pretty well with <POTENTIOMETER> and I can control emission without problem .
also I tried this from SDK - but can't understand how control it and looks like I don't need system.cfg when using helpers to place them.
Emissive Elements
docs.flightsimulator.com
any ideas? Where I made mistake?