Jump to content

How to set pilot body and mouse look on by default


isoul

Recommended Posts

I think I 've seen once a thread about making the pilot's body visible by default(without pressing RShift+P) and/or making mouse look+cursor default without pressing LAlt+C...

 

I can't find it anymore... any ideas?

 

It must be possible...

Link to comment
Share on other sites

Don't know offhand about the mouselook, but for the pilot do the following:

 

open (your drive)\Eagle Dynamics\Ka-50\Scripts\Aircrafts\Ka-50\Cockpit and look for mainpanel_init.lua, open that with a suitable program like Notepad++ and change the value draw_pilot = false to draw_pilot = true.

  • Like 3
Link to comment
Share on other sites

thanks bro rep inbound :thumbup:

 

Don't know offhand about the mouselook, but for the pilot do the following:

 

open (your drive)\Eagle Dynamics\Ka-50\Scripts\Aircrafts\Ka-50\Cockpit and look for mainpanel_init.lua, open that with a suitable program like Notepad++ and change the value draw_pilot = false to draw_pilot = true.

  • Like 1

" any failure you meet, is never a defeat; merely a set up for a greater come back, "  W Forbes

"Success is not final, failure is not fatal, it is the courage to continue that counts,"  Winston Churchill

" He who never changes his mind, never changes anything," 

MSI z690MPG DDR4 || i914900k|| ddr4-64gb PC3200 || MSI RTX 4070Ti|Game1300w|Win10x64| |turtle beach elite pro 5.1|| ViRpiL,T50cm2|| MFG Crosswinds|| VT50CM-plus rotor Throttle || G10 RGB EVGA Keyboard/MouseLogitech || PiMax Crystal VR || 32 Samsung||

Link to comment
Share on other sites

thanks Mustang

 

(is there a way to have the control input red box on by default as well?....)

 

TIA

:music_whistling: Plus if possible..... Default the Flight Director mode to ON as well please would be sweet.


Edited by JasonJ

Sim Rig || Pics 2010 |

PC 2019 || 8600K @ 4.8GHz | RTX2080ti OC | 32GB RAM @3000 | 500GB SSD | Win10 64bit |

PC 2010 || 2600K @ 3.4GHz | Zotac GTX680 | 8GB RAM | Win7 64bit Ultimate SP1 |

Cockpit || Joystick: T.16000M | Pedals: Logitech G25 | Throttle & Collective: Logitech Attack3 Modded | Button Box: G25 Shifter |

Cockpit || HP Reverb VR | Custom Frame & Seat | 3x Bass Shaker | 2:1 Game Sound | 2x Rear Head Rest Speakers Comms/Music |

Link to comment
Share on other sites

Actually scratch that, after about an hour of persistance I don't need either now. ;)

 

e: But don't forget Conuk's requested the red input box overlay.


Edited by JasonJ

Sim Rig || Pics 2010 |

PC 2019 || 8600K @ 4.8GHz | RTX2080ti OC | 32GB RAM @3000 | 500GB SSD | Win10 64bit |

PC 2010 || 2600K @ 3.4GHz | Zotac GTX680 | 8GB RAM | Win7 64bit Ultimate SP1 |

Cockpit || Joystick: T.16000M | Pedals: Logitech G25 | Throttle & Collective: Logitech Attack3 Modded | Button Box: G25 Shifter |

Cockpit || HP Reverb VR | Custom Frame & Seat | 3x Bass Shaker | 2:1 Game Sound | 2x Rear Head Rest Speakers Comms/Music |

Link to comment
Share on other sites

Digging through the LUAs for some other purpose and found this in \Scripts\Aircrafts\Ka-50\Cockpit\clickabledata.lua

 

cursor_mode =

{

CUMODE_CLICKABLE = 0,

CUMODE_CLICKABLE_AND_CAMERA = 1,

CUMODE_CAMERA = 2,

};

 

clickable_mode_initial_status = cursor_mode.CUMODE_CLICKABLE

Link to comment
Share on other sites

Oh SNAP~

 

Thank you muchly. :thumbup:

 

 

Those not understanding what to do, change the line

 
clickable_mode_initial_status = cursor_mode.[b][color=red]CUMODE_CAMERA[/color][/b]

(Backup the .lua file first!)


Edited by JasonJ

Sim Rig || Pics 2010 |

PC 2019 || 8600K @ 4.8GHz | RTX2080ti OC | 32GB RAM @3000 | 500GB SSD | Win10 64bit |

PC 2010 || 2600K @ 3.4GHz | Zotac GTX680 | 8GB RAM | Win7 64bit Ultimate SP1 |

Cockpit || Joystick: T.16000M | Pedals: Logitech G25 | Throttle & Collective: Logitech Attack3 Modded | Button Box: G25 Shifter |

Cockpit || HP Reverb VR | Custom Frame & Seat | 3x Bass Shaker | 2:1 Game Sound | 2x Rear Head Rest Speakers Comms/Music |

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...