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

editing API objects

Messages
28
Country
us-texas
Hello!!!

I have a question about editing API objects , how can I edit API objects ? Is there any program can open API objects and make changes to it? for exemple: change colour, size , make new API objects.
 
Last edited:
Hi,

API objects are just ASCII text files, so you can edit them with a text editor like Notepad. Of course this requires that you know the SCASM syntax. If you want to edit more graphically you need the source for the program that made the API macro (for example EOD, FSDS, etc).
 
No, not unless you have the FSDS source file and as far as I know there is no conversion tool to do anything like that.
 
In general you should not. If you want to edit an object it is best to use the program that was used to create it. The API format is a sort of an intermediate format to place the objects.

If you know the SCASM language it is possible to edit an API macro with a text editor, but this requires that you know what all the commands mean and how they work. So this is not something I would advice to everybody.
 
Back
Top