Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Pages: 1 [2]

Author Topic: Cessna C-172 | Upgrades  (Read 15559 times)

Levi

  • Hero Member
  • *****
  • Posts: 585
    • Outerra Mods Site!
Re: Cessna C-172 | Upgrades
« Reply #15 on: March 14, 2015, 06:11:19 am »

Of course! I just started working on preparing the meshes for the blade-flexing, blade-coning, blade-pitching and rotor-disc-tilting. It's quite a task but hopefully the result will be satisfactory.

And yep, I would definitely like to take a look at the improved UH-60 FDM.

I'll create a new thread for the AW101 so we can keep the discussion outside this thread, if you don't mind.
Logged

Acetone

  • Hero Member
  • *****
  • Posts: 963
    • Youtube channel
Re: Cessna C-172 | Upgrades
« Reply #16 on: March 20, 2015, 06:16:24 am »

I wonder if it's possible to adapt theshanergy's vehicule camera script of the 335i for planes :

Code: [Select]
// interior camera movement
  var camera_z = ( ( wheel_FL_height + wheel_FR_height ) / 2 ) + 1.11;
  this.set_fps_camera_pos({x:-0.36,y:-0.17,z:camera_z});

Will give nice results during landings...
I tried but it seems to be tied to some variables that are not present in the c172 javascript file:

Code: [Select]
var brake_height_adjust = 0.04;
  var wheel_FL_height = wheel_FL.caxle - brake_height_adjust;
  var wheel_FR_height = wheel_FR.caxle - brake_height_adjust;

I guess it's the gear compression values that have to be used here, but I'm not really sure how it can be done...
Logged

Uriah

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 569
  • We do these things not because they are easy. -JFK
Re: Cessna C-172 | Upgrades
« Reply #17 on: March 20, 2015, 07:03:44 am »

There ya go.

var camera_movement = 1; //Set to 0 to disable

Or set to 0.5 for half, or 2 for double, etc...

http://www.mediafire.com/view/xqsvjwj3jjvmqwt/c172.js

Regards,
Uriah
Logged

Levi

  • Hero Member
  • *****
  • Posts: 585
    • Outerra Mods Site!
Re: Cessna C-172 | Upgrades
« Reply #18 on: March 20, 2015, 07:05:23 am »

There ya go.

var camera_movement = 1; //Set to 0 to disable

Or set to 0.5 for half, or 2 for double, etc...

http://www.mediafire.com/view/xqsvjwj3jjvmqwt/c172.js

Regards,
Uriah
Ah you are faster than me! :D

Anyways, here I attach my version.

Edit: I forgot to change the constant disable_cockpit_lights back to false. :facepalm:
Edit2: Attachment updated.
« Last Edit: March 20, 2015, 07:12:51 am by Levi »
Logged

Uriah

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 569
  • We do these things not because they are easy. -JFK
Re: Cessna C-172 | Upgrades
« Reply #19 on: March 20, 2015, 07:38:52 am »

 ;) My bad
Logged

Acetone

  • Hero Member
  • *****
  • Posts: 963
    • Youtube channel
Re: Cessna C-172 | Upgrades
« Reply #20 on: March 20, 2015, 07:43:11 am »

Wow, thanks guys, the ground effect is really good :)
Logged
Pages: 1 [2]