| View previous topic :: View next topic |
| Author |
Message |
gruberst  New Forum Member Joined: 08 Feb 2008 Total posts: 6 Location: Titusville, FL. Age: 51 Gender: Male
|
|
I have tried making an XML file and converting to a BGL using the following info I snagged from another post. It does make the helipad landable but it also adds a runway image (see attached pic). I have tried removing the text that makes the helipad invisable but the darn runway always shows up at about 42 meters. Works great, looks retarded. Can someone stear me in the right direction. Thanks
[/quote]
| Description: |
|
| Filesize: |
135.58 KB |
| Viewed: |
35 Time(s) |

|
|
|
| Back to top |
|
 |
ricktobin  Forum Moderator - Master member Joined: 21 Feb 2004 Total posts: 1646 Location: Virginia Beach, Virgina USA (KNTU, KORF) Age: 41 Gender: Male
| |
| Back to top |
|
 |
gruberst  New Forum Member Joined: 08 Feb 2008 Total posts: 6 Location: Titusville, FL. Age: 51 Gender: Male
|
|
I'm sorry, that was kinda dumb huh. Here it is. Thanks for the reply.
<?xml version="1.0"?>
<FSData
version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<Airport
region="NorthAmerica"
country="UnitedStates"
state="Florida"
city="Titusville"
name="Jess Parrish"
lat="28.636778333333"
lon="-80.827345000000"
alt="41.97543"
ident="JPAR">
<Helipad
lat="28.636778333333"
lon="-80.827345000000"
alt="41.97543"
surface="UNKNOWN"
heading="0.00"
length="20"
width="20"
type="NONE"
closed="TRUE"
transparent="TRUE"/>
<Runway
lat="28.636778333333"
lon="-80.827345000000"
alt="41.97543"
surface="UNKNOWN"
heading="0.0"
length="20"
width="20"
number="36"
designator="NONE"
patternAltitude="503.799988"
primaryTakeoff="YES"
primaryLanding="YES"
primaryPattern="LEFT"
secondaryTakeoff="NO"
secondaryLanding="YES"
secondaryPattern="LEFT">
<RunwayStart
type="HELIPAD"
lat="28.636778333333"
lon="-80.827345000000"
alt="41.97543"
heading="0.0"
end="PRIMARY"/>
</Runway>
</Airport>
</FSData>
|
|
| Back to top |
|
 |
capt.PropwashKCHS  SurClaro senior forum member Joined: 11 Feb 2006 Total posts: 779 Location: KCHS, Charletson, South Carolina Age: 28 Gender: Male
     |
|
i dont know of the name of the program that will do it, but you might be able to make the Helipad and such in AFCAD 2.2.1 (at least the BGL) then use the program to convert it to FSX compatible / useable. Ive heard people talking about it in the forums somewhere, but dang if i can find it.
hope this helps at all, if not, im sorry.
|
|
| Back to top |
|
 |
ricktobin  Forum Moderator - Master member Joined: 21 Feb 2004 Total posts: 1646 Location: Virginia Beach, Virgina USA (KNTU, KORF) Age: 41 Gender: Male
|
|
I'm most familiar with FS9 scenery design. I thought however, that knowing where to find info, I might be able to help you. Looks like that may not be the case.
Looking through other scenery design forums, I'm unable to come up with anything similar to your problem and have yet to see any other helipad or landable platform that includes as much data in the XML.
Have you tried removing this data:
<Runway
lat="28.636778333333"
lon="-80.827345000000"
alt="41.97543"
surface="UNKNOWN"
heading="0.0"
length="20"
width="20"
number="36"
designator="NONE"
patternAltitude="503.799988"
primaryTakeoff="YES"
primaryLanding="YES"
primaryPattern="LEFT"
secondaryTakeoff="NO"
secondaryLanding="YES"
secondaryPattern="LEFT">
|
|
| Back to top |
|
 |
gruberst  New Forum Member Joined: 08 Feb 2008 Total posts: 6 Location: Titusville, FL. Age: 51 Gender: Male
|
|
Tried removing the portion you suggested, it did remove the visable runway anomaly, but the helipad then became unlandable (sinking through). BGLCOMP would not process the XML file like that so I had to use SCASM. I got the initial XML code from the following link. I tried both examples shown in the link and get the same results:
http://www.sim-outhouse.com/sohforums/showthread.php?t=51071&highlight=helipad
I have done quite a bit of searching and have found very little on the subject. Thanks for your time and effort in this matter.
sg
|
|
| Back to top |
|
 |
gruberst  New Forum Member Joined: 08 Feb 2008 Total posts: 6 Location: Titusville, FL. Age: 51 Gender: Male
|
|
| Thanks Propwash & Tobin, I'll keep digging and if I find any magic answers I will post them here.
|
|
| Back to top |
|
 |
ricktobin  Forum Moderator - Master member Joined: 21 Feb 2004 Total posts: 1646 Location: Virginia Beach, Virgina USA (KNTU, KORF) Age: 41 Gender: Male
|
|
I found one major problem looking at the link you posted. You are trying to use an FS9 method to create a platform in FSX.
Checkout the FSX SDK, that should definately tell you what you need to know in order to create this.
It's a little different in FSX and the best place to search for the answer to this problem, in conjunction with the SDK, is:
http://www.fsdeveloper.com/forum/index.php?
I'll do a little looking around and see if I can find an answer.
Last edited by ricktobin on Fri Feb 08, 2008 9:46 pm; edited 2 times in total |
|
| Back to top |
|
 |
gruberst  New Forum Member Joined: 08 Feb 2008 Total posts: 6 Location: Titusville, FL. Age: 51 Gender: Male
|
|
Thanks Tobin, I'll try searching the link you provided. I used the FS9 version simply because it is the only example I could find. I know sometimes things designed for FS9 behave differently in X.
sg
|
|
| Back to top |
|
 |
ricktobin  Forum Moderator - Master member Joined: 21 Feb 2004 Total posts: 1646 Location: Virginia Beach, Virgina USA (KNTU, KORF) Age: 41 Gender: Male
| |
| Back to top |
|
 |
gruberst  New Forum Member Joined: 08 Feb 2008 Total posts: 6 Location: Titusville, FL. Age: 51 Gender: Male
|
|
| I'll give it a try. Thanks again.
|
|
| Back to top |
|
 |
|