• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    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.

MCX airstair export problem, help?

Messages
255
Country
us-newyork
Hi, all , I am trying to export this airstairs system for my A300 to merge with it in MCX:

1750651425606.png


but this error shows up when exporting, using the latest version of mcx. what could be wrong? how do i fix this?

1750651366269.png


Thanks
 
It seems the X file contains an enumeration value that is not allowed according to the SDK. I saw your error report about it.

Which version of MCX are you using?
 
I did check my bug tracker, I have fixed a similar issue 4 months ago. Ali's your build newer than that?
 
It seems the X file contains an enumeration value that is not allowed according to the SDK. I saw your error report about it.

Which version of MCX are you using?
I am using the latest version. also, i added a visibility condition to the airstair since it would not work if i deploy it. it is attached to the model when i want it to disappear (for the model to load without it and for it to only appear when i turn it on. i added a mouserect to the switch as well and i get the same error. at first it was because the texture format (.dds) somehow was not being read right. after i switched it to .bmp, it compiled. now it does not compile after i put the visibility and the mouserect , how can i fix this? i sent an error report to you:

1750664695151.png


code (mouserect and visibility):
<Name>Airstair_Truck_Deploy</Name>
<MouseRect>
<Cursor>Hand</Cursor>
<TooltipID>TOOLTIPTEXT_AIRSTAIR_TRUCK</TooltipID>
<CallbackCode> (M:Event) 'LeftSingle' scmp 0 == if{ (L:Airstair_Truck_Toggle, bool) ! (>L:Airstair_Truck_Toggle, bool) } </CallbackCode>
</MouseRect>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(L:Airstair_Truck_Toggle, bool) 1 == if{ 100 } els{ 0 }</Code>
</Parameter>
</Animation>
</PartInfo>

<PartInfo>

visibility:

<PartInfo>
<Name>Airstair_Truck_Deploy</Name>
<Visibility>
<Parameter>
<Code>(L:Airstair_Truck_Toggle, bool) 1 ==</Code>
</Parameter>
</Visibility>
</PartInfo>
 
I’ve never seen two PartInfo entries with the same name before, I don’t know if that’s legal. Try combining them into one entry?
 
Hi,

I just tried your model in the latest development release, but I do not get any error importing it. So I think you are not using the latest development release.
 
Hi,

I just tried your model in the latest development release, but I do not get any error importing it. So I think you are not using the latest development release.

valid. i think i should upgrade it to the latest release
 
Back
Top