Update of the Garage Airport

Post Reply
User avatar
Michael
Posts: 1825
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Update of the Garage Airport

Post by Michael »

Hello,

there is an update of the Garage Airport available. If you have problems with the performance, give it a try.

Michael
toomuchcookies
Posts: 3
Joined: 14 Mar 2015 22:18

Re: Update of the Garage Airport

Post by toomuchcookies »

I am running version 2015-3-7 ( ) of the Garage airport, but heli-x keeps telling me,

"Underground_Garage: Object is not available
Please update from the HELI-X server."

I then can update the airport, but the error message keeps popping up.
User avatar
Michael
Posts: 1825
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: Update of the Garage Airport

Post by Michael »

Hello

I cannot reproduce this. Do others have this probem?

Michael
ThomasC
Posts: 180
Joined: 29 Mar 2012 16:29
Location: Germany

Re: Update of the Garage Airport

Post by ThomasC »

Michael wrote:Hello

I cannot reproduce this. Do others have this probem?
Here absolutely no problem, cannot confirm
Mgfiest
Posts: 34
Joined: 13 Sep 2014 00:20

Re: Update of the Garage Airport

Post by Mgfiest »

I had no problem updating from the server. It installed with no issue
toomuchcookies
Posts: 3
Joined: 14 Mar 2015 22:18

Re: Update of the Garage Airport

Post by toomuchcookies »

Is there any log file i could look into? Otherwise i guess the next step would be to download the files again?

By the way i am running heli-x under linux.
toomuchcookies
Posts: 3
Joined: 14 Mar 2015 22:18

Re: Update of the Garage Airport

Post by toomuchcookies »

ok, i just found the problem:
In the file Underground_Garage.xml the file names with _Box_ in them do not correspond to the file names in the path. At least not if the system is looking for case sensitive file names.

So, i changed the path-parameters where i could find a "Box" into "box" and now it seems to work.

For example:

Code: Select all

   <Object FrictionFactor="0.5" MakeCrashObject="true">
      <Path> AWall_Box_mx.obj </Path>  
      <Translation> 12,0,-4 </Translation>  
      <Rotation> 0 </Rotation>  
      <ShadowCaster> false </ShadowCaster>  
      <ShadowReceiver>true </ShadowReceiver>  
   </Object> 
into

Code: Select all

   <Object FrictionFactor="0.5" MakeCrashObject="true">
      <Path> AWall_Box_mx.obj </Path>  
      <Translation> 12,0,-4 </Translation>  
      <Rotation> 0 </Rotation>  
      <ShadowCaster> false </ShadowCaster>  
      <ShadowReceiver>true </ShadowReceiver>  
   </Object> 
I guess, you would want to update that file, otherwise linux and mac users will have a problem with it.
tino227
Posts: 1
Joined: 01 Mar 2015 11:01

Re: Update of the Garage Airport

Post by tino227 »

toomuchcookies wrote: .., i changed the path-parameters where i could find a "Box" into "box" ...
thank you!
That was it!
User avatar
Michael
Posts: 1825
Joined: 25 May 2008 16:11
Location: Germany
Contact:

Re: Update of the Garage Airport

Post by Michael »

Yes, thanks. The download is corrected.

Michael
Post Reply