• 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.

Jetway SDK scripts don't working

Messages
252
Country
china
Trying to make SODE jetway of my own for the first time and just use the default model in the SDK, I followed the tutorial. The object name by default seems all correct, but reaching the step to run the Maxscript SODE_Jetway_Creator.ms, an error occurred shown in the picture below. It seems that the Maxscript was wrong?
屏幕截图(154).png
 
Did you put the SODE modeldef entries into the correct modeldef?
 
Did you put the SODE modeldef entries into the correct modeldef?
I think it is, I've copied all lines in SODE_modeldef.xml into modeldef.xml in SDK/Environment Kit/Modeling SDK/bin, and it doesn't work. I've tried either to directly copy all lines into this file or sort the lines first and copy each part into the file according to the group, eg. in SODE_modeldef.xml, there are types something like <Animation name>, <AnimationGroup name> and <PartInfo>, and in modeldef.xml there are same groups of lines,too.
 
I think it is, I've copied all lines in SODE_modeldef.xml into modeldef.xml in SDK/Environment Kit/Modeling SDK/bin, and it doesn't work. I've tried either to directly copy all lines into this file or sort the lines first and copy each part into the file according to the group, eg. in SODE_modeldef.xml, there are types something like <Animation name>, <AnimationGroup name> and <PartInfo>, and in modeldef.xml there are same groups of lines,too.


Just double check it, you shouldn't group SODE code with existing groups in the modeldef, it's as simple as copy and pasting in. I pasted my SODE code at the top, but it has to be under the <ModelInfo> tag above the standard Animation names
 
Just double check it, you shouldn't group SODE code with existing groups in the modeldef, it's as simple as copy and pasting in. I pasted my SODE code at the top, but it has to be under the <ModelInfo> tag above the standard Animation names
I have uploaded the file cause I can't find any problem in it and probably you can find where I am doing wrong, or there maybe another problem elsewhere?
 

Attachments

I have uploaded the file cause I can't find any problem in it and probably you can find where I am doing wrong, or there maybe another problem elsewhere?


Are you using the latest version of SODE as well as the latest version of the Jetway SDK? I did notice that you have:
SODE_trigger_1_4SEC and SODE_trigger_2_4SEC which appears to be the code from previous versions, mine is SODE_trigger_1_4SEC and SODE_trigger_1_10SEC. Other than that the only difference I find is that you have your SODE code at the bottom of the xml file where as mine as at the top right under the first <modelinfo>

What version of SDK did you modify the modeldef? ie was it modeldef out of p3d v1.4 SDK or another p3d version?
 
Are you using the latest version of SODE as well as the latest version of the Jetway SDK? I did notice that you have:
SODE_trigger_1_4SEC and SODE_trigger_2_4SEC which appears to be the code from previous versions, mine is SODE_trigger_1_4SEC and SODE_trigger_1_10SEC. Other than that the only difference I find is that you have your SODE code at the bottom of the xml file where as mine as at the top right under the first <modelinfo>

What version of SDK did you modify the modeldef? ie was it modeldef out of p3d v1.4 SDK or another p3d version?
The previous SODE engine in my computer was v1.4, an older version, but now I re-installed the v1.6.3. However the jetway version was the newest, v1.6, but SODE_modeldef.xml is originally located in SODE_JetwaySDK v1.6 folder, and I just copy that, so maybe SODE version is not the cause. For I use the FSXA, so the SDK should be FSXA version.
 
Back
Top