hi i am just beginning with FSX SDK and i'm trying to place an object from 3ds max.... i followed the tutorial and it isn't working. in the process of debugging, i'm trying to get something much simpler to work and failing miserably. i'm just trying to place an object with a GUID.... i followed the example from the SDK docs to make this XML
i called this test.xml, dragged it over BglComp.exe to produce test.BGL. then dragged this file into the "Addon Scenery\scenery" folder. when i load the game i see nothing there! what am i doing wrong? is the GUID wrong?
i got the GUID from the AutoGen SDK tutorial... it is a farm pen.
i also tried the GUID from the TestX.max file, and used the MDL and XML that goes with the TestX tutorial but to no success.
i also found this tool called Whisplacer that lets me browse the FSX library and pull GUIDs for objects -- i tried 00985A244AF04F5EBA6432F165A7FE55, the GUID for gen_game_hoop_ACTIVE (the green hoop from the tutorials) .... i also tried B9225EFA882B4D10ACBBED5EB1A64F40 (Liverpool Radio Tower) and EA14B14D4B9C4C98BE5DC67F38A58503 (Toyota Soccer Stadium)..... i still don't see anything!
i thought there might be some cache issue. but, when i download a compiled BGL of planes around seatac that i found online, and drag it into the "Addon Scenery\scenery" folder, they appear just fine.
[FYI i haven't installed any service packs.... would this help? ]
please help, i'm at my wit's end here! if someone could provide an XML that works i would greatly appreciate it..... i'm just trying to place something, anything, and obviously making some dumb error.
Code:
<?xml version="1.0"?>
<FSData
version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<SceneryObject
lat="N47 25.89"
lon="W122 18.42"
alt="0"
altitudeIsAgl="TRUE"
pitch="0"
bank="0"
heading="0"
imageComplexity="NORMAL">
<LibraryObject
name="6be1bddc45f142320e89298d76300c0e"
scale="1.0"/>
</SceneryObject>
</FSData>
i called this test.xml, dragged it over BglComp.exe to produce test.BGL. then dragged this file into the "Addon Scenery\scenery" folder. when i load the game i see nothing there! what am i doing wrong? is the GUID wrong?
i got the GUID from the AutoGen SDK tutorial... it is a farm pen.
i also tried the GUID from the TestX.max file, and used the MDL and XML that goes with the TestX tutorial but to no success.
i also found this tool called Whisplacer that lets me browse the FSX library and pull GUIDs for objects -- i tried 00985A244AF04F5EBA6432F165A7FE55, the GUID for gen_game_hoop_ACTIVE (the green hoop from the tutorials) .... i also tried B9225EFA882B4D10ACBBED5EB1A64F40 (Liverpool Radio Tower) and EA14B14D4B9C4C98BE5DC67F38A58503 (Toyota Soccer Stadium)..... i still don't see anything!
i thought there might be some cache issue. but, when i download a compiled BGL of planes around seatac that i found online, and drag it into the "Addon Scenery\scenery" folder, they appear just fine.
[FYI i haven't installed any service packs.... would this help? ]
please help, i'm at my wit's end here! if someone could provide an XML that works i would greatly appreciate it..... i'm just trying to place something, anything, and obviously making some dumb error.