Page 1 of 1

Update of the Garage Airport

Posted: 02 Mar 2015 21:40
by Michael
Hello,

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

Michael

Re: Update of the Garage Airport

Posted: 14 Mar 2015 22:21
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.

Re: Update of the Garage Airport

Posted: 14 Mar 2015 22:41
by Michael
Hello

I cannot reproduce this. Do others have this probem?

Michael

Re: Update of the Garage Airport

Posted: 14 Mar 2015 23:13
by ThomasC
Michael wrote:Hello

I cannot reproduce this. Do others have this probem?
Here absolutely no problem, cannot confirm

Re: Update of the Garage Airport

Posted: 15 Mar 2015 01:42
by Mgfiest
I had no problem updating from the server. It installed with no issue

Re: Update of the Garage Airport

Posted: 15 Mar 2015 07:29
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.

Re: Update of the Garage Airport

Posted: 15 Mar 2015 07:41
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.

Re: Update of the Garage Airport

Posted: 16 Mar 2015 20:57
by tino227
toomuchcookies wrote: .., i changed the path-parameters where i could find a "Box" into "box" ...
thank you!
That was it!

Re: Update of the Garage Airport

Posted: 17 Mar 2015 21:58
by Michael
Yes, thanks. The download is corrected.

Michael