flanker0ne Posted May 27, 2011 Posted May 27, 2011 Someone know how to modify the "Cold & Dark" situation? Maybe a .lua file or is more encrypted? Just to change the position of one or two switches. ThanX. SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Panzertard Posted May 27, 2011 Posted May 27, 2011 Someone know how to modify the "Cold & Dark" situation? Maybe a .lua file or is more encrypted? Just to change the position of one or two switches. ThanX. What situation? What switches? Why lua or encrypted? Please elaborate. The mind is like a parachute. It only works when it's open | The important thing is not to stop questioning
flanker0ne Posted May 27, 2011 Author Posted May 27, 2011 Uh, sorry. I'm talking about these switches: 1) Fixtaking Method (below the PVI) 2) Voice message emergency mode (behind the cyclic) SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Panzertard Posted May 27, 2011 Posted May 27, 2011 Sorry, I still don't understand. Call me slow. Whats the issue at hand? Switches not working? Feature in game not working? The mind is like a parachute. It only works when it's open | The important thing is not to stop questioning
flanker0ne Posted May 27, 2011 Author Posted May 27, 2011 I just want these switches in a different position as a normal. Don't get me wrong! :music_whistling: SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Panzertard Posted May 27, 2011 Posted May 27, 2011 Ah, so the initial startup position of these switches is not to your liking - you want to set it to another setting when you start the chopper? Now I get it - yeah, hm, probably something you can tweak in a LUA file. Okai, I think this is a good place to start: \Ka-50\Scripts\Aircrafts\Ka-50\Cockpit The mind is like a parachute. It only works when it's open | The important thing is not to stop questioning
flanker0ne Posted May 27, 2011 Author Posted May 27, 2011 (edited) Tnx Panzer, so you tell me that the Cold&Dark situation is not in "One" general file, instead every single panel has it's own in the relative directory, right? Tnx again! Edited June 3, 2011 by flanker0ne SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Panzertard Posted May 27, 2011 Posted May 27, 2011 Not sure, sorry. I just remember similar request regarding the UV-26: http://forums.eagle.ru/showthread.php?t=37116 The mind is like a parachute. It only works when it's open | The important thing is not to stop questioning
Heli Shed Posted May 27, 2011 Posted May 27, 2011 (edited) Tnx Panzer, so you tell me that the Cold&Dark situation is not in "One" general file, instead every single panel has is own in the relative directory, right? Tnx again! cold and dark??????????????????????? i missed something in over 10 years of simming? Edited May 27, 2011 by Tyger Come pay us a visit on YouTube - search for HELI SHED
msalama Posted May 27, 2011 Posted May 27, 2011 Not possible b/c it's all defined in a DLL somewhere I think. Was in a similar situation a couple of years ago myself where I wanted to mod this - no go AFAIR... The DCS Mi-8MTV2. The best aviational BBW experience you could ever dream of.
Panzertard Posted May 27, 2011 Posted May 27, 2011 "Cold at rampstart" is probably a correct term I guess? The mind is like a parachute. It only works when it's open | The important thing is not to stop questioning
Panzertard Posted May 27, 2011 Posted May 27, 2011 1. It's the "“И-251В – ПРОЛ” (INU fix-taking method)"? 2. Is it the "“АП” (Emergency radio receiver) switch"? The mind is like a parachute. It only works when it's open | The important thing is not to stop questioning
flanker0ne Posted May 27, 2011 Author Posted May 27, 2011 For the 1) you get it! The 2) is a 2 position switch with Normal - Emergency. And set the way Ivanka' s messages are played. SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Panzertard Posted May 27, 2011 Posted May 27, 2011 (edited) Okai, just taking some notes here. .\Ka-50\Scripts\Aircrafts\Ka-50\Cockpit\command_defs.lua PlaneNavSetFixtakingMode = 457, .\Ka-50\Scripts\Aircrafts\Ka-50\Cockpit\PVI\PVI_commands.lua {command = Keys.PlaneNavSetFixtakingMode}, Hm. Arcade mode has a post-init LUA-file. .\Ka-50\Scripts\Aircrafts\Ka-50\Cockpit\ARCADE\arcade.lua Some code there, which we may be able to decipher. function post_initialize() local [b]weapon_interface[/b] = GetDevice([b]devices.WEAP_INTERFACE[/b]) local laser_ranger = GetDevice(devices.LASERRANGER) local cpt_mech = GetDevice(devices.CPT_MECH) [b]weapon_interface:performClickableAction[/b](device_commands.[b]Button_1[/b],1.0); Perhaps we could make something like this work: pvi_interface = GetDevice(devices.[b]PVI[/b]) pvi_interface:performClickableAction(device_commands.[b]PlaneNavSetFixtakingMode[/b],1.0); You may need to put it somewhere in .\Ka-50\Scripts\Aircrafts\Ka-50\Cockpit\device_init.lua Okai, enough digging in LUA for now. You're on your own. :) Edited May 27, 2011 by Panzertard The mind is like a parachute. It only works when it's open | The important thing is not to stop questioning
Recommended Posts