• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Removing scenery objects in FSX

Bill Kestell

Charter Member
Hi!

Is there a way to remove the US Carrier from the Guam scenery and the US Destroyers from the Pearl Harbor scenery?

I want to establish a Pan Am series of bases (hopefully) and these scenery objects are just in the way.

Thanks!
 
You could try opening up the nearest airports to the object with ADEX (Airport Design Editor x ) and remove using the in-built exclude function,
Also,Have you try'd lowering your scenery complexity slider.
cheers ian
 
Do you have the SDK installed?

If so, create a new text document and name it something appropriate.

Copy and paste the following to that new doc...

HTML:
<?xml version="1.0" encoding="ISO-8859-1"?>
<FSData
     version="9.0"
     xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
     xsi:noNamespaceSchemaLocation="bglcomp.xsd" >

<ExclusionRectangle
      latitudeMinimum = "N13.448"
      latitudeMaximum = "N13.45"
      longitudeMinimum = "E144.632"
      longitudeMaximum = "E144.636"
      excludeAllObjects = "FALSE"
      excludeLibraryObjects = "TRUE"/> 

<ExclusionRectangle
      latitudeMinimum = "N21.3754"
      latitudeMaximum = "N21.3837"
      longitudeMinimum = "W157.9901"
      longitudeMaximum = "W157.9837"
      excludeAllObjects = "FALSE"
      excludeLibraryObjects = "TRUE"/> 

</FSData>

...and save.

Copy the file to ...\SDK\Environment Kit\BGL Compiler SDK\, then drag and drop it on BglComp.exe

This will generate a .bgl file with the same name as your text file.

That .bgl will remove the Guam carrier and the group of ships on Middle Loch. It will not remove the Missouri.

If you want to remove the Missouri you would have to add another ExclusionRectangle section.

Hope this helps.

cheers,
Lane
 
Back
Top