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

FXEditor suggestion - drag'n'drop reordering

DragonflightDesign

Resource contributor
Messages
1,142
Country
northernireland
Hi Arno

I can't find this as being requested before but then again, maybe my search-fu ain't so good :oops:

I've just been through an exteremely painful eight or nine hour ordeal creating a fire effect on a piston engine. A lot of this time was spent manually reordering the emitters in the fx file which is, as you'd guess, a bit prone to errors. It got to the point where I was going to write my own program just for re-ordering sections when I thought it might make a useful addition to FXEditor. What I was going to do was have a listview that allowed drag'n'drop to re-order the sections and a button to specifically say 'go ahead and re-order the file'. At this point it would create a copy of the existing fx file and re-order the file. The reason for the copy would be so that you could revert to the previous order without having to remember what you had done. However, that also lends itself to keeping multiple backups (say a maximum of five) which could be individually selectable for display (NOT editing) until the user clicked on a 'revert to this version' button.

-Dai
 
Hi,

Let me think about this. At the moment FXEditor is like a text editor on purpose. Parsing the file into segments and showing them in a list would be a big change.
 
Hi,

Let me think about this. At the moment FXEditor is like a text editor on purpose. Parsing the file into segments and showing them in a list would be a big change.

No; that's not what I had in mind because as you say that would be a huge change. The listview would just show the emitter numbers (Emitter.0, Emitter.1 -> whatever) and allow you to drag'n'drop the emitter numbers within the listview. When you hit ReOrder, then and only then does FXEditor actually reorder the fx file that is in view.
 
Back
Top