isoul Posted June 6, 2010 Share Posted June 6, 2010 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 More sharing options...
Frederf Posted June 6, 2010 Share Posted June 6, 2010 Not sure about the LAlt+C state, would be very handy for people that spend most of their time in this mode. Pilot body: http://forums.eagle.ru/showthread.php?t=36972 1 Link to comment Share on other sites More sharing options...
Mustang Posted June 6, 2010 Share Posted June 6, 2010 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. 3 Link to comment Share on other sites More sharing options...
71st_Mastiff Posted June 7, 2010 Share Posted June 7, 2010 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. 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," Asus z690 tuf || i9x129000k|| ddr4-64gb PC3200 || RTX 3090Ti|GameMax1300w|Win10x64| |turtle beach elite pro 7.1|| ViRpiL,T50cm2|| MFG Crosswinds|| VT50CM-plus rotor Throttle || G10 RGB EVGA Keyboard/MouseTorque10 || PiMax8KX VR || 32 Samsung|| Link to comment Share on other sites More sharing options...
isoul Posted June 7, 2010 Author Share Posted June 7, 2010 THX Mustang! 1 Link to comment Share on other sites More sharing options...
Xjikz Posted June 7, 2010 Share Posted June 7, 2010 nice !!! Thanks for the info !!! You've just earned a "+" in your forum's reputation 1 Proud to be a [sIGPIC][/sIGPIC] :joystick::pilotfly::book: Link to comment Share on other sites More sharing options...
Conuk Posted June 7, 2010 Share Posted June 7, 2010 thanks Mustang (is there a way to have the control input red box on by default as well?....) TIA Link to comment Share on other sites More sharing options...
JasonJ Posted June 8, 2010 Share Posted June 8, 2010 (edited) 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 June 8, 2010 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 More sharing options...
isoul Posted June 8, 2010 Author Share Posted June 8, 2010 :music_whistling: Plus if possible..... Default the Flight Director mode to ON as well please would be sweet. Someone can't handle the AP behaviour..?:pilotfly: Link to comment Share on other sites More sharing options...
JasonJ Posted June 8, 2010 Share Posted June 8, 2010 (edited) 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 June 8, 2010 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 More sharing options...
Frederf Posted June 9, 2010 Share Posted June 9, 2010 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 More sharing options...
isoul Posted June 11, 2010 Author Share Posted June 11, 2010 Nice finding Frederf... Link to comment Share on other sites More sharing options...
JasonJ Posted June 12, 2010 Share Posted June 12, 2010 (edited) 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 June 12, 2010 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 More sharing options...
Recommended Posts