SurClaro Flight Simulator Resources Forum Index SurClaro Flight Simulator Resources
Flight Simulator & Aviation forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups    FavoritesFavorites   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SurClaro.com Home Page | Downloads | New files | Top files | ScreenShots | Reviews | News | Links | Forum Archive | Upload files | Get RSS Get RSS

Search for answers to your questions:
*** You can use AND to define words which must be in the results ***
Click here for more search options...
How can I make a helipad landable in FSX ?

 
Post new topic   Reply to topic    SurClaro Flight Simulator Resources Forum Index -> Scenery
View previous topic :: View next topic  
Author Message
gruberstOffline
New Forum Member
New Forum Member
Joined: 08 Feb 2008
Total posts: 6
Location: Titusville, FL.
Age: 51
Gender: Male

PostPosted: Fri Feb 08, 2008 1:27 am    Post subject: How can I make a helipad landable in FSX ? Reply with quote

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]



Image1.jpg
 Description:
 Filesize:  135.58 KB
 Viewed:  35 Time(s)

Image1.jpg


Back to top
View user's profile 
ricktobinOffline
Forum Moderator - Master member
Forum Moderator - Master member
Joined: 21 Feb 2004
Total posts: 1646
Location: Virginia Beach, Virgina USA (KNTU, KORF)
Age: 41
Gender: Male

PostPosted: Fri Feb 08, 2008 1:59 am    Post subject: Reply with quote

Post up the XML data.
Back to top
View user's profile 
gruberstOffline
New Forum Member
New Forum Member
Joined: 08 Feb 2008
Total posts: 6
Location: Titusville, FL.
Age: 51
Gender: Male

PostPosted: Fri Feb 08, 2008 3:42 am    Post subject: Reply with quote

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
View user's profile 
capt.PropwashKCHSOffline
SurClaro senior forum member
SurClaro senior forum member
Joined: 11 Feb 2006
Total posts: 779
Location: KCHS, Charletson, South Carolina
Age: 28
Gender: Male

Warnings : 5Warnings : 5Warnings : 5Warnings : 5Warnings : 5
PostPosted: Fri Feb 08, 2008 4:20 am    Post subject: Reply with quote

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
View user's profile Visit poster's website 
ricktobinOffline
Forum Moderator - Master member
Forum Moderator - Master member
Joined: 21 Feb 2004
Total posts: 1646
Location: Virginia Beach, Virgina USA (KNTU, KORF)
Age: 41
Gender: Male

PostPosted: Fri Feb 08, 2008 11:32 am    Post subject: Reply with quote

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
View user's profile 
gruberstOffline
New Forum Member
New Forum Member
Joined: 08 Feb 2008
Total posts: 6
Location: Titusville, FL.
Age: 51
Gender: Male

PostPosted: Fri Feb 08, 2008 4:28 pm    Post subject: Reply with quote

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
View user's profile 
gruberstOffline
New Forum Member
New Forum Member
Joined: 08 Feb 2008
Total posts: 6
Location: Titusville, FL.
Age: 51
Gender: Male

PostPosted: Fri Feb 08, 2008 6:46 pm    Post subject: Reply with quote

Thanks Propwash & Tobin, I'll keep digging and if I find any magic answers I will post them here.
Back to top
View user's profile 
ricktobinOffline
Forum Moderator - Master member
Forum Moderator - Master member
Joined: 21 Feb 2004
Total posts: 1646
Location: Virginia Beach, Virgina USA (KNTU, KORF)
Age: 41
Gender: Male

PostPosted: Fri Feb 08, 2008 9:24 pm    Post subject: Reply with quote

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
View user's profile 
gruberstOffline
New Forum Member
New Forum Member
Joined: 08 Feb 2008
Total posts: 6
Location: Titusville, FL.
Age: 51
Gender: Male

PostPosted: Fri Feb 08, 2008 9:41 pm    Post subject: Reply with quote

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
View user's profile 
ricktobinOffline
Forum Moderator - Master member
Forum Moderator - Master member
Joined: 21 Feb 2004
Total posts: 1646
Location: Virginia Beach, Virgina USA (KNTU, KORF)
Age: 41
Gender: Male

PostPosted: Fri Feb 08, 2008 9:47 pm    Post subject: Reply with quote

Try this:

http://www.fsdeveloper.com/forum/showthread.php?t=3956&highlight=Landable+elevated+helipad

It'll require you to actually create everything yourself.
Back to top
View user's profile 
gruberstOffline
New Forum Member
New Forum Member
Joined: 08 Feb 2008
Total posts: 6
Location: Titusville, FL.
Age: 51
Gender: Male

PostPosted: Fri Feb 08, 2008 9:50 pm    Post subject: Reply with quote

I'll give it a try. Thanks again.
Back to top
View user's profile 
Display posts from previous:   
Post new topic   Reply to topic    SurClaro Flight Simulator Resources Forum Index -> Scenery All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum




Your use of this website constitutes acceptance of the SurClaro Privacy Policy and Terms & Conditions | Advertise on this site

Powered by phpBB © 2005 phpBB Group

AVIATION TOP 100 - www.avitop.com Avitop.com