
These errors are on the x-FTa-v-ndb freeware A unit, and appear on both my skin and on the default skin.
Is there an update or fix?
KCJones wrote:I Know it is a poor excuse, but that is one of the first models I did for Rail Sim almost three years ago. Though the payware part has been updated I need to revisit that one. In fact where I am on the learning curve now ALL those early models need work on them. I am still working through my MSTS library too!!!![]()
I will get there some day.
My current project will be a re-skinning kit but with far more detail. Just finished the working ditch lights, doesn't look too bad. hopefully I will put out a video shortly.![]()
Dick
if Call( "*:GetControlValue", "Headlight" , 0 ) == 1 then
Call( "ExtraHeadlightChild:ActivateNode", "glowing_headlightnode", 1 )
else
Call( "ExtraHeadlightChild:ActivateNode", "glowing_headlightnode", 0 )
end
function OnControlValueChange ( sName, nIndex, gValue )
if Call( "*:ControlExists", sName, nIndex ) then
Call( "*:SetControlValue", sName, nIndex, gValue )
if sName == "Headlight" then
if gValue == 1 then
Call( "ExtraHeadlightChild:ActivateNode", "glowing_headlightnode", 1 )
else
Call( "ExtraHeadlightChild:ActivateNode", "glowing_headlightnode", 0 )
end
end
end
end
Users browsing this forum: No registered users and 1 guest