Page 1 of 1

problem with exclude text

PostPosted: Sun Oct 15, 2006 5:44 pm
by Kaworu
i have been having troble with a scenery i have been designing (Cutler Feild 2015). I have narrow ed down the problem to the exclude text:

Exclude=N40 12.27,W83 7.84,N40 10.11,W83 5.47,objects

is there anything wrong with it?

what happens when i put it in the scenery.cfg is that the afcad stuff is also excluded- that is no taxiways/runways,ect. i don't know if it affects rwy12 objects yet beacause i am not in that phase of development yet. thanks from OHIO! GO BUCKS!

Re: problem with exclude text

PostPosted: Mon Oct 16, 2006 1:06 pm
by Firestriker
If you use an XML exclude rather than messing with the scenery.cfg, does it remove your AFCAD also?
Code: Select all
<?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 = "N40.168500"
latitudeMaximum = "N40.204500"
longitudeMinimum = "W83.130667"
longitudeMaximum = "W83.091167"
excludeBeaconObjects = "TRUE"
excludeEffectObjects = "TRUE"
excludeGenericBuildingObjects = "TRUE"
excludeLibraryObjects = "TRUE"
excludeTaxiwaySignObjects = "TRUE"
excludeTriggerObjects = "TRUE"
excludeWindsockObjects = "TRUE"/>

</FSData>


Lou

Re: problem with exclude text

PostPosted: Mon Oct 16, 2006 6:58 pm
by Kaworu
i have no experience with xml. i have created your exclude file, but i have no idea where to place it in fs9. in other words, can i have some instructions?

Re: problem with exclude text

PostPosted: Tue Oct 17, 2006 1:17 am
by Firestriker
If you have compiled the XML to a bgl, just name it something that makes sense and place it in the same directory with your AFCAD file.

Lou