Kholsaet Posted November 29, 2011 Posted November 29, 2011 Does anyone know where one might find a listing of cockpit arguments for BS-2 similar to those that have already been published for the warthog? Would be extremely valuable for mission building. Thanks in advance.
kylania Posted November 29, 2011 Posted November 29, 2011 Last I read about this was this post. [sIGPIC][/sIGPIC] Christmas Cheer - A Landing Practice Mission : Beta Paint Schemes : HOTAS Keyboard Map : Bingo Fuel - A DCS A-10C Movie
Kholsaet Posted November 29, 2011 Author Posted November 29, 2011 Hey, thanks for the response. Not really comfortable with Lua yet -- would much prefer having a list if at all possible, but if not, then I'll just have to poke around in the Lua files until I find what I'm looking for. Thanks again
Kholsaet Posted December 2, 2011 Author Posted December 2, 2011 Ok -- That was helpful. Well, after thrashing about a bit and not being able to find the file in question (clickabledata.lua) I did eventually find it: for those who are interested it can be found at: X:\Game Directory\Scripts\Aircrafts I also downloaded Lua for windows which makes looking through these files much easier than trying to interpret using wordpad. I ultimately used the unimplemented MWS switch (arg 49; 0 = off, 1 = on) as a switch to let the server know when it was ok to look to see if the appropriate terms had been met to end a mission and load a subsequent one. Surprisingly, I could not find an argument for the cockpit door (open/close) anywhere. That is what I had originally intended to map to this function. If anyone happens to know or find out what the cockpit door argument is, I'd really love to know. Thanks again for your input on this! :D
AlphaOneSix Posted December 2, 2011 Posted December 2, 2011 Is this what you're looking for? left_door = CreateGauge() left_door.arg_number = 533 left_door.input = {0.0, 1.0} left_door.output = {0.0, 1.0} left_door.controller = controllers.left_door From \Scripts\Aircrafts\Ka-50\mainpanel_init.lua
EvilBivol-1 Posted December 2, 2011 Posted December 2, 2011 http://forums.eagle.ru/showthread.php?t=81376 - EB [sIGPIC][/sIGPIC] Nothing is easy. Everything takes much longer. The Parable of Jane's A-10 Forum Rules
flanker0ne Posted December 2, 2011 Posted December 2, 2011 Do you know if there is a way to change the operation of the Route Control in the collective mode, resulting in behavior similar to Descent Mode (OFF - momentary on) SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Kholsaet Posted December 2, 2011 Author Posted December 2, 2011 Is this what you're looking for? left_door = CreateGauge() left_door.arg_number = 533 left_door.input = {0.0, 1.0} left_door.output = {0.0, 1.0} left_door.controller = controllers.left_door From \Scripts\Aircrafts\Ka-50\mainpanel_init.lua Yes, that appears to be the code I was looking for... Now to go try it out! You know with the number of arguments actually mapped it's no wonder a list was never produced... It would have been a substantial undertaking unto itself. Cheers!
Kholsaet Posted December 2, 2011 Author Posted December 2, 2011 http://forums.eagle.ru/showthread.php?t=81376 This document will be quite useful, thanks for the link!
C6_Hellfrog Posted December 3, 2011 Posted December 3, 2011 I have made that one xslx doc for Helios development with BS2 : all clickable data.lua reorganized in columns in exel http://www.scsimulations.com/attachment.php?attachmentid=1063&d=1320500887
Recommended Posts