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

INNO Setup: How to edit scenery.cfg

Messages
30
Country
germany
Hi all,

sorry if this is a not too FS-related... I want to publish my scenery using an installer which not only installs the files in the right places but also edits scenery.cfg. So far I'm using INNO Setup but I can't get it to do the cfg-part. Can anyone please let me know the code I need to do this. It should also delete the entry upon uninstall. Here ist the entry I want to make in scenery.cfg:

PHP:
[Area.049]
Title=PLN_LC
Local=Scenery\PLN_LC
Remote=
Active=TRUE
Required=FALSE
Layer=49

[Area.050]
Title=PLN
Local=Scenery\PLN
Remote=
Active=TRUE
Required=FALSE
Layer=50
Flatten.0=720,N45 34.77,W84 48.78,N45 34.81,W84 47.00,N45 33.53,W84 46.73,N45 33.90,W84 47.86
Flatten.1=720,N45 33.51,W84 47.55,N45 33.50,W84 46.64,N45 32.84,W84 46.72,N45 33.05,W84 47.55

[Area.051]
Title=PLN_lib
Local=Scenery\PLN_lib
Remote=
Active=TRUE
Required=FALSE
Layer=51

Obviously, the layers should be on top of the users existing entries i.e. they should increase by one increment.

If anyone knows of a free setup utility that can provide this other than INNO I'm certainly interested.

Thanks,

Matthias
 
Back
Top