Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.






Let me check what is going on there.4. The landing lights are rotated by 180 deg. - they are pointed up when they should be pointed down, and pointed back when they should be pointed forward.
Weird that changing the values has no effect, let me look into that. Sounds almost like the light has a default orientation, just like some of the animation have.5. Changing any of the the rotation values in the Attached Object Editor makes no difference to the orientation of the light splash or the "bulb" - they are always 180 deg. from the desired orientation.
That's interesting, the light and the splash are generated from the same light, so why would one move and the other not.6. Changing the position values in the Attached Object Editor only moves the light "bulb", it does not move the light splash. And by default they are not exactly aligned with each other left/right. The light splash is a few feet outboard from the bulb.
I did not change that bit, but it is on the list to check the animation distortion.8. By the way the prop animation is actually worse, the prop blades (lever_prop_pitch animation) now rotate when the prop itself rotates (prop_still).
I need to check the orientations.2. The landing lights are pointed 90 degrees upward; the green axis needs to be pointed forward. The Attached Object Editor can fix that with (-90.00:0.00:0.00).
OK, let me add that to the conversion.3. The water rudder animation needs to be reversed (they are opposite in FS9 vs FSX).
What should the nose wheel steering be then?4. The nosewheel steering using c_wheel is incorrect (they are different between FS9 and FSX).
The FS2004 exporter does not write a nightmap for any material that has a blend variation. When an additive variation is used a night map is exported. That was the best mapping I could come up with, as FS2004 only has two types, while FSX has 7 types of emissive mode.1. All the materials set to MultiplyBlendUserControlled are set to Blend in the exported FS9 model, and areas with a black alpha channel in the night texture are transparent at night. AdditiveNightOnlyUserControlled is a better choice.
Same as above it seems, I need to check the orientation.3. The landing lights are rotated by 180 deg., although the alignment of the bulb and splash to the attachpoint appears to be correct.
All of them or on certain nodes?4. The custom visibility conditions are not retained, they revert to None.

I'm not sure how you want to handle this - the animation keyframes are different for each one. Thus for "real" FSX models I assume your conversion may work OK - I have never created a "real" FSX model to test (I might be able to try a default plane?). My FSX models have been converted from FS9 using a custom xml in the modeldef file so the wheel turns properly when converted to FSX.What should the nose wheel steering be then?'
<PartInfo>
<Name>c_wheel</Name>
<AnimLength>200</AnimLength>
<Animation>
<Parameter>
<Code>
(A:GEAR CENTER STEER ANGLE, grads) 0 > if{ (A:GEAR CENTER STEER ANGLE, grads) 0.5 * } els{ (A:GEAR CENTER STEER ANGLE, grads) 0.5 * 200 + }
</Code>
</Parameter>
</Animation>
</PartInfo>
<PartInfo>
<Name>c_wheel_FS9</Name>
<AnimLength>200</AnimLength>
<Animation>
<Parameter>
<Code>
(A:GEAR CENTER STEER ANGLE, grads) 0 > if{ (A:GEAR CENTER STEER ANGLE, grads) 0.5 * 100 + } els{ (A:GEAR CENTER STEER ANGLE, grads) 0.5 * 200 + }
</Code>
</Parameter>
</Animation>
</PartInfo>
I have never seen Blend used in an FS9 aircraft model, it just doesn't make any sense. Thus my thought that AdditiveNightOnlyUserControlled would be a better default choice for any UserControlled material in FSX when converting to FS9.The FS2004 exporter does not write a nightmap for any material that has a blend variation. When an additive variation is used a night map is exported. That was the best mapping I could come up with, as FS2004 only has two types, while FSX has 7 types of emissive mode.
All of them are gone. You should be able to see that by loading the FSX DC-6B into MCX and checking for any custom visibility conditions (I search for chock and then custom - neither appear).All of them or on certain nodes?

OK, I'll check what I can do in the conversion. So what you do is use your custom definition instead of the default FSX one and then you keep the animations like it is for FS2004?I'm not sure how you want to handle this - the animation keyframes are different for each one. Thus for "real" FSX models I assume your conversion may work OK - I have never created a "real" FSX model to test (I might be able to try a default plane?). My FSX models have been converted from FS9 using a custom xml in the modeldef file so the wheel turns properly when converted to FSX.
Are you saying that any UserControlled emissive mode should be converted to a light map? Now my thinking is that nightmap is like blend (according to the SDK) and a light map is additive. Hence the mapping I now make, but that can be changed of course.I have never seen Blend used in an FS9 aircraft model, it just doesn't make any sense. Thus my thought that AdditiveNightOnlyUserControlled would be a better default choice for any UserControlled material in FSX when converting to FS9.
I'll check again. So you loaded your FSX DC-6B and after conversion with MCX the visibility conditions are lost? Because when I just load the model without exporting it in MCX they are there:All of them are gone. You should be able to see that by loading the FSX DC-6B into MCX and checking for any custom visibility conditions (I search for chock and then custom - neither appear).

Correct. What I do is before conversion to FSX is I change the c_wheel animation tag to c_wheel_fs9 and then convert. Now that I think about it I’m not sure whether the key frames are actually different, but there is a factor of 100 difference in the tag codes.Hi Tom,
OK, I'll check what I can do in the conversion. So what you do is use your custom definition instead of the default FSX one and then you keep the animations like it is for FS2004?
I know of a total of one FS9 aircraft that used nightmaps (LM textures), all the rest used light maps. So using blend *for aircraft* is probably not very useful.Are you saying that any UserControlled emissive mode should be converted to a light map? Now my thinking is that nightmap is like blend (according to the SDK) and a light map is additive. Hence the mapping I now make, but that can be changed of course.
I’ve mentioned this before that we are seeing different things here, and I said I suspected a difference in our MCX Options.I'll check again. So you loaded your FSX DC-6B and after conversion with MCX the visibility conditions are lost? Because when I just load the model without exporting it in MCX they are there:
Edit: And also after exportin to FS2004 MDL and importing it again I still see the visibility condition on the blocks.
You need to create another identical cube for each light, and parent one to the other. The parent controls the orientation (but is deleted in the final model), and the child is converted to a light. That‘s why there appears to be two of each in the X file. BTW MS suggested using triangle polygons for this purpose, although I think any shape will work. Normally you just make a copy of the object and leave it in an identical location. Link them, then move the parent to the desired orientation. Don’t forget to name the material properly.Another question, to be able to check the orientation of the landing lights I wanted to make a simple test object that has a
A few landing lights pointing in different directions. I was thinking like center light pointing ahead and the other two tilted inwards and downwards a bit (see image). But whatever I try in GMax, they always point in the same (default) direction. Any tips on how to setup such a test object?

OK.Correct. What I do is before conversion to FSX is I change the c_wheel animation tag to c_wheel_fs9 and then convert. Now that I think about it I’m not sure whether the key frames are actually different, but there is a factor of 100 difference in the tag codes.
That would be another approach. Now I am only using the emissive mode to determine if a write a lightmap or a nightmap. But I could also always write a lightmap when exporting an aircraft (and always a nightmap in scenery).I know of a total of one FS9 aircraft that used nightmaps (LM textures), all the rest used light maps. So using blend *for aircraft* is probably not very useful.
I guess so. Do you know if you have some of the optimize settings not on their default values?I’ve mentioned this before that we are seeing different things here, and I said I suspected a difference in our MCX Options.
I get the lights to export, that's no problem (I see them in the ASM code and MDL file). But I can't make them tilt or alter the direction. I rotated the dummy object and also tried rotating the pivot of the dummy object, but none of that has an effect.You need to create another identical cube for each light, and parent one to the other. The parent controls the orientation (but is deleted in the final model), and the child is converted to a light. That‘s why there appears to be two of each in the X file. BTW MS suggested using triangle polygons for this purpose, although I think any shape will work. Normally you just make a copy of the object and leave it in an identical location. Link them, then move the parent to the desired orientation. Don’t forget to name the material properly.





Thanks, this test object should help me to see if and why the orientation changes on export. Just for my reference, does the light shine in the direction of the +Y axis when viewed in GMax?If you are using true Dummy objects I don't think that will work, they may need to have geometry and use the light_land material. I've attached my GMAX landing light test object, perhaps that will help? Landing lights are very tricky and I just copy and paste working ones into any new models. These are animated using the Water Rudder tag (Shift W in FS9, Ctrl W if using FSX). Feel free to remove that, the taxi lights, and the extra LOD cubes to simplify it. I can do that if you need me to.
That is weird. I think you mentioned before that you already see the visibility conditions lost after import the FSX model, is that right? Because then I need to look at why the reader might loose them. At first I was thinking that collapse modelparts or a setting like that might have an influence, but you changed that already.I tried pressing the Reset All to Default button on the Options dialog box and that didn't change the behavior, it still does not include the chocks visibility condition at all when I go from FSX model to FS9 model. I'm at a loss...
Yes, I think the default value can change once the changes we are working on now have become stable.PS. Pressing this button changes the Use Conditions parameter to UserSpecified, I assume that should be defaulted to VisibilityCondition when this process is complete?
OK, I tried to move the pivot last evening but without any effect. I'll try again. I think you answered my question about the direction as well here, looking in your test model the opposite of the blue pivot axis is indeed the +Y direction.The orientation is not set by the direction of the geometry, but instead it is the GMAX Pivot Point that determines that. Access that via Heirarchy tab on the upper right of the screen, Affect Pivot Only. Then rotate it as desired. The pivot needs to be oriented so the blue arrow is in the *opposite* direction of the desired light splash (i.e. facing backwards).
Thanks!Here is a tutorial for creating light splashes in GMAX for FS9. It uses an older version of GMAX but it should give you the idea.