orcrist Posted November 8, 2020 Posted November 8, 2020 Hi folks. As per title, is there any way to set up certain parts of the aircraft in the mission editor by a script or other mod? Specifically I am looking to turn the F18 Low Altitude warning to zero at the start of a mission, to save having to adjust it manually as I fly in VR and this mission starts at 400kn at 300ft, and I don't want it beeping the whole time. Thanks
Grimes Posted November 9, 2020 Posted November 9, 2020 Yes, but it isn't very practical if you plan on using it a lot. The gist is to use the trigger action "X: Set Command with Value" at or learn mission start. Another part of the impracticality of it is figuring out what the command Id for a given instrument should be. I recommend looking through the training missions that cover the instrument and trying to figure it out that way. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
WytchCrypt Posted November 9, 2020 Posted November 9, 2020 I do it both when I fly the Hornet and the Su33. It's a great way to initialize my aircraft to all the settings I want to begin a mission with (interior lights on high, exterior lights on, etc). In the Hornet I even use it to press the LDDI & RDDI buttons to setup waypoint mode on the left and radar mode on the right etc. Once I configure all my startup commands I set up template missions for the Caucasus, Nevada & Normandy then build my regular missions on top of them. Discovering the command ID for a given option really isn't that hard...you just change line 4 of the \Program Files\Eagle Dynamics\DCS World\MissionEditor\MissionEditor.lua file to true. Then start DCS and open the options->controls screen for your specific aircraft. Hover your mouse over any command and the popup tooltip will give you the command id... Anyway, here's a thread that explains how to make it happen :smilewink: https://forums.eagle.ru/forum/englis...-mission-start 1 1 Alienware Area-51M: i7-9700K, 165Hz 27" ASUS Swift PG279 IPS with G-SYNC, 32GB DDR4 Ram, 1TB M.2 PCie x4 SSD, 1TB SSHD, NVIDIA GeForce RTX 2070 8GB GDDR6, Windows 10, CH Eclipse... Check out my fictional F/A 18-C Hornet and Su33 Flanker skins at: https://www.digitalcombatsimulator.com/en/files/?CREATED_BY=WytchCrypt&set_filter=Y
orcrist Posted November 9, 2020 Author Posted November 9, 2020 Great, thankyou both very much. I’m figuring this out on my personal machine prior to going with a commercial dcs license, as I can’t expect non regular players to know how to automate some of this stuff, and need to set it at mission start.
Rudel_chw Posted November 9, 2020 Posted November 9, 2020 Great, thankyou both very much. I’m figuring this out on my personal machine prior to going with a commercial dcs license, as I can’t expect non regular players to know how to automate some of this stuff, and need to set it at mission start. The cockpit triggers commands are meant for use on training missions, I’m not sure if they work the same on a Multiplayer environment. But you can certainly try them to see if they work. For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
Recommended Posts