how do i?
Moderators: Guru's, The Ministry
how do i?
Hi gents
Ian Elliot has kindley sent me the Mdl and xml file for his excellant HMS Fearless,
my intention is to use this in my EZ scenery files.....
but... how do i convert them to a BGL file?
cheers in advance
neil
Ian Elliot has kindley sent me the Mdl and xml file for his excellant HMS Fearless,
my intention is to use this in my EZ scenery files.....
but... how do i convert them to a BGL file?
cheers in advance
neil
- Garry Russell
- The Ministry
- Posts: 27180
- Joined: 29 Jan 2005, 00:53
- Location: On the other side of the wall
Re: how do i?
HI Neil
I might be wrong but I thought you have to make the BGL from the source files??
Unless you can do something with the XML file....I don't know anything about those
:think:
Garry
I might be wrong but I thought you have to make the BGL from the source files??
Unless you can do something with the XML file....I don't know anything about those

Garry
Garry

"In the world of virtual reality things are not always what they seem."

"In the world of virtual reality things are not always what they seem."
Re: how do i?
Yep, pretty sure its the compile option to make it into a mdl or bgl. The mdl will be spot on for AI ships though :dance:
Ben.







- Garry Russell
- The Ministry
- Posts: 27180
- Joined: 29 Jan 2005, 00:53
- Location: On the other side of the wall
Re: how do i?
Yep that's the option for the compile
But I am not sure what the XML version of the model will allow as that is a pre compile option I think :think:
Garry
But I am not sure what the XML version of the model will allow as that is a pre compile option I think :think:

Garry
Garry

"In the world of virtual reality things are not always what they seem."

"In the world of virtual reality things are not always what they seem."
Re: how do i?
Hi Neil
I use LibraryCreatorXML from here http://www.fsdeveloper.com/forum/downlo ... o=cat&id=5 to produce scenery object bgls from scenery mdls .They can then be used in EZscenery.
HTH
Cheers CHEERS
Dave M(oly)
I use LibraryCreatorXML from here http://www.fsdeveloper.com/forum/downlo ... o=cat&id=5 to produce scenery object bgls from scenery mdls .They can then be used in EZscenery.
HTH
Cheers CHEERS
Dave M(oly)
- petermcleland
- Red Arrows
- Posts: 5201
- Joined: 25 Jul 2004, 10:28
- Location: Dartmouth, Devon
- Contact:
Re: how do i?
The XML might be the code to position the finished scenery in FlightSim...Usually contains a Lat and Long like this:-
<FSData version="9.0" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<!--These are all Seagulls over PAMA apron-->
<SceneryObject lat="59.580332" lon="-139.336055" alt="52.493F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="91.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
<SceneryObject lat="59.581199" lon="-139.333828" alt="0.000F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="350.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
<SceneryObject lat="59.580413" lon="-139.335965" alt="55.774F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="180.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
<SceneryObject lat="59.580676" lon="-139.335937" alt="49.212F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="270.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
<SceneryObject lat="59.580188" lon="-139.334830" alt="50.852F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="350.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
</FSData>
<FSData version="9.0" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<!--These are all Seagulls over PAMA apron-->
<SceneryObject lat="59.580332" lon="-139.336055" alt="52.493F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="91.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
<SceneryObject lat="59.581199" lon="-139.333828" alt="0.000F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="350.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
<SceneryObject lat="59.580413" lon="-139.335965" alt="55.774F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="180.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
<SceneryObject lat="59.580676" lon="-139.335937" alt="49.212F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="270.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
<SceneryObject lat="59.580188" lon="-139.334830" alt="50.852F"
altitudeIsAgl="TRUE" pitch="0.00" bank="0.00" heading="350.00"
imageComplexity="NORMAL">
<LibraryObject name="6030160b4b2e4e8b83ed8748146658a3" scale="1.00" />
</SceneryObject>
</FSData>
Regards,

http://www.petermcleland.com/
Updated 28/8/2007
My Channel
http://www.youtube.com/user/petermcleland?feature=mhee

http://www.petermcleland.com/
Updated 28/8/2007
My Channel
http://www.youtube.com/user/petermcleland?feature=mhee
Re: how do i?
i had a programme which i once used.... i think dave has mentioned the programme...
i never had a problem before,
but im useing Vista x64 now.....
its pants, i cannot run loads of things.....
any ideas?
Neil
i never had a problem before,
but im useing Vista x64 now.....
its pants, i cannot run loads of things.....
any ideas?
Neil
- DispatchDragon
- Battle of Britain
- Posts: 4925
- Joined: 23 Feb 2005, 01:18
- Location: On the corner of walk and dont walk somewhere on US1
- Contact:
Re: how do i?
Neil
I had the same problem with Vista until I discovered the emulator. Right click on the programme you wish to use.....hit Propeties then "Run as" and chose
WIndows XP or whatever the last thing that the particular programme worked in and away you go --- also make sure you have use as admninstrator checked.
Leif
I had the problem with Ulitmate Traffic, TTools, GA AI Builder and did this and it worked like a jewel
The only problem I do have is that I STILL have to take aircraft.cfg files OUT of FS9 and place them on my desk top when I want to amend them.
Hope that works for you
I had the same problem with Vista until I discovered the emulator. Right click on the programme you wish to use.....hit Propeties then "Run as" and chose
WIndows XP or whatever the last thing that the particular programme worked in and away you go --- also make sure you have use as admninstrator checked.
Leif
I had the problem with Ulitmate Traffic, TTools, GA AI Builder and did this and it worked like a jewel
The only problem I do have is that I STILL have to take aircraft.cfg files OUT of FS9 and place them on my desk top when I want to amend them.
Hope that works for you

- Chris Sykes
- Concorde
- Posts: 1658
- Joined: 18 Apr 2006, 11:50
- Location: Northampton
Re: how do i?
its quite simple for me, i use Whisplacer, where i add it to the object libaray and then just create a scenery bgl and then IIRC i add that BGL as the libaray file...
Re: how do i?
Hi Guys,
Leif... you only have to do that if you cfg files are on the OS partition... If your FS is on a separate drive its not necessary.
Neil... several old programs wont run on X64 because when they were compiled for it, the developer didn't tick the x64 box... its as simple as that, and theres not much you can do I'm afraid. If the program is still supported you could ask on the FS Developer forums if he could compile it for use on x64 systems too? I know the chap who did the AI Flight Planner tool, made it x64 compatible last year. It doesn't cost them anything, its just an option to tick at compile time.
I take it you have more tha 4 GB of RAM and thats why your using x64?
Leif... you only have to do that if you cfg files are on the OS partition... If your FS is on a separate drive its not necessary.
Neil... several old programs wont run on X64 because when they were compiled for it, the developer didn't tick the x64 box... its as simple as that, and theres not much you can do I'm afraid. If the program is still supported you could ask on the FS Developer forums if he could compile it for use on x64 systems too? I know the chap who did the AI Flight Planner tool, made it x64 compatible last year. It doesn't cost them anything, its just an option to tick at compile time.
I take it you have more tha 4 GB of RAM and thats why your using x64?
Ben.






