- Messages
- 80
- Country

As mysteriously as the Startup screen appeared it has now mysteriously disappeared. They must have retracted the change that they made.
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.






In my opinion the dash (-) will work just as well as the underscore (_). You never want to use <, >, | or : in a path name. Doing so could cause problems.So I'm confused (again!). I use STEAM version - My SDK Path is V:\MSFS_SDK and I have just compiled an ADE airport with no issue. However, the naming standards I have ALWAYS followed are:
So is it being suggested that the minus sign '-' NOT be used? The documentation says to do so in the PACKAGE name but Jon, you appear to say not to.... or were you referring to all the other folder names? You've seen my folder structures and naming standards.
- my Project names (and folders) go something like "YMML_Melbourne"
- with xml "YMML_Melbourne.xml"
- and "ironpot_ymml_modellib" etc
- my actual PACKAGE name in the packages folder is (and always has been for all compiles) "airport-icao-name". So this one would be "airport-ymml-melbourne"
With all this, I have not had an issue with the latest upgrades in MSFS or ADE. I'm just buzzing on...
/Philip

The minus in the package name is fine and recommendedBut I still would like clarification on the use of '-' (MINUS) in the package name

The problem is the install package which suggests the default install directory is C:\MSFS SDK ! (note space!)OK this is my final test and I have run out of ways to force spaces into the package tool arguments
"E:\Projects_Alpha_19\egcw test\egcw test.xml" -outputdir "E:\Projects_Alpha_19\egcw test\." -tempdir "E:\Projects_Alpha_19\egcw test\_PackageInt" -rebuild
This build fine. So I am satisfied that ADE is not involved and that is correctly quotes paths with spaces in. However the final recommendation goes back to Dick
DO NOT INCLUDE SPACES IN ANY FOLDER OR PROJECT OR PACKAGE NAME



Apologies for resurrecting an old thread, but just wanted to mention that you don't want to use a slash, /, anywhere either. Be careful when creating a project from stock. Some airports have a slash in them ("Toronto/Pearson" for example) and ADE (I think) tries to escape the slash with a backslash, which really messes up the folder/file names. If you see the backslash/slash combo "\/", when setting up a project, change it to a dash.I think perhaps that I need to tighten the naming rules in ADE. It automatically replaces any spaces in the project name with dash (although the user could edit it back to a space

Apologies for resurrecting an old thread, but just wanted to mention that you don't want to use a slash, /, anywhere either. Be careful when creating a project from stock. Some airports have a slash in them ("Toronto/Pearson" for example) and ADE (I think) tries to escape the slash with a backslash, which really messes up the folder/file names. If you see the backslash/slash combo "\/", when setting up a project, change it to a dash.