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

how to create the SPB

Messages
10
Hi All
i run the Simpropcompiler.exe for create SPB

but it had this error (my "../propdefs/*.xml" are in the Simprop folder )
Photo.php



who can help me?

my email: fenghua.email@gmail.com

Thanks
 
Hard to tell - seems like the error is within the xml. Did you try to compile another file? Or is this actually the default tutorial7-xml?
Maybe try "*.xml" instead of ".\*.xml".
 
or is the problem using '/' rather than '\'?
 
Tutorial07.xml is not a symbol file and should not be included in the symbols search path.
Use -symbols .\prop*.xml to exlude it. But normally simpropcompiler is not confused by this
Are you sure your file does not contain syntax errors, or chinese characters which may
not be handled incorrectly ?
 
No, my idea was not the way to go - wrong path.

Why don't you keep your xml in your mission folder or maybe in a seperate folder which contains everything needed for compiling: the xml and the compiler.
Then give the full path to the simprops-folder. Meybe the compiler does get confused by the different xml-types.
 
Assuming you have not changed any default paths - this works for me.

simpropcompiler 2spb -symbols "C:\Program Files\Microsoft Games\Microsoft Flight Simulator X\propdefs\*.xml" "C:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\Mission Samples\Tutorials\Tutorial07\tutorial07.xml" test.spb
 
Back
Top