wess24m Posted March 1, 2013 Posted March 1, 2013 somebody told me it was possible to edit a .LAU file so I don't have to keep changing the ABRIS settings manually. I'd like to have it start up with both imperial units and the lat and long in minutes so I can relay them to the A-10C guys.
tietze Posted March 1, 2013 Posted March 1, 2013 The file: C:\Program Files\Eagle Dynamics\DCS World\Mods\aircrafts\Ka-50\Cockpit\Scripts\ABRIS\Options.lua Change the order of line 457 & 458 (DCS Version 1.2.3.9871), so the line with the decimal option is first. Do the same for the second coordinates located at line 464 & 465. From post by Ironstrike: http://forums.eagle.ru/showpost.php?p=1431202&postcount=15 1 Please fix the KA-50 bugs :-) Black Shark: Controller profile & setup, TrackIR profile, pit. Warthog HOTAS: Lubing the stick and extending the stick. Posts on howto customize switches in DCS & . Must-have mods for DCS World and KA-50 (mostly JSGME). Casual couch pilot, watching capped.tv...
wess24m Posted March 1, 2013 Author Posted March 1, 2013 The file: C:\Program Files\Eagle Dynamics\DCS World\Mods\aircrafts\Ka-50\Cockpit\Scripts\ABRIS\Options.lua Change the order of line 457 & 458 (DCS Version 1.2.3.9871), so the line with the decimal option is first. Do the same for the second coordinates located at line 464 & 465. From post by Ironstrike: http://forums.eagle.ru/showpost.php?p=1431202&postcount=15 Thank you
flanker0ne Posted March 2, 2013 Posted March 2, 2013 http://forums.eagle.ru/showpost.php?p=1671422&postcount=15 Just change or add Default=0/1 Original Option.lua opt.Options.measurements.latitude = { data = { {"%02.f°%02.f\'%.s%02.f\""..LOCALIZE("C")," __°__\'__\""..LOCALIZE("C/Ю")}, {"%02.f°%02.f.%s\'" ..LOCALIZE("C")," __°__.__\'" ..LOCALIZE("C/Ю")}, }, } opt.Options.measurements.longitude = { data = { {"%03.f°%02.f\'%.s%02.f\""..LOCALIZE("В"),"___°__\'__\""..LOCALIZE("В/З")}, {"%03.f°%02.f.%s\'" ..LOCALIZE("В"),"___°__.__\'" ..LOCALIZE("В/З")}, }, } Modified Option.lua is opt.Options.measurements.latitude = { data = { {"%02.f°%02.f\'%.s%02.f\""..LOCALIZE("C")," __°__\'__\""..LOCALIZE("C/Ю")}, {"%02.f°%02.f.%s\'" ..LOCALIZE("C")," __°__.__\'" ..LOCALIZE("C/Ю")}, }, default = 1 } opt.Options.measurements.longitude = { data = { {"%03.f°%02.f\'%.s%02.f\""..LOCALIZE("В"),"___°__\'__\""..LOCALIZE("В/З")}, {"%03.f°%02.f.%s\'" ..LOCALIZE("В"),"___°__.__\'" ..LOCALIZE("В/З")}, }, default = 1 And for WGS-84 Ellipsoid instead of the default Krasowsky Original is (default Krasowsky) opt.Options.measurements.ellipsoid = { data = { {LOCALIZE("WGS-84"),LOCALIZE("WGS-84")}, {LOCALIZE("Красовского"),LOCALIZE("Красовского")}, }, default = 1 } Modified is opt.Options.measurements.ellipsoid = { data = { {LOCALIZE("WGS-84"),LOCALIZE("WGS-84")}, {LOCALIZE("Красовского"),LOCALIZE("Красовского")}, }, default = 0 } SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Griffin Posted March 2, 2013 Posted March 2, 2013 Which coordinate system did the mission planner use? Does changing this in ABRIS create problems with other systems? Thanks for info guys! Will definately use these when I reinstall my Windows this weekend.
karambiatos Posted March 2, 2013 Posted March 2, 2013 is there an explanation somewhere on these forums on how to change the countermeasure system defaults as well? A 1000 flights, a 1000 crashes, perfect record. =&arrFilter_pf[gameversion]=&arrFilter_pf[filelang]=&arrFilter_pf[aircraft]=&arrFilter_DATE_CREATE_1_DAYS_TO_BACK=&sort_by_order=TIMESTAMP_X_DESC"] Check out my random mods and things
Grimes Posted March 2, 2013 Posted March 2, 2013 is there an explanation somewhere on these forums on how to change the countermeasure system defaults as well? Best guess is the file: \Mods\aircrafts\Ka-50\Cockpit\Scripts\Devices_specs\UV_26.lua And the entries: init_ripple_quantity_program init_num_in_burst_program init_ripple_intervals_program *Did not actually test it, so modify at your own risk. 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
JG14_Smil Posted March 3, 2013 Posted March 3, 2013 (edited) yes, you can edit the uv-26.lua to have your desired program installed at the mission start. I think it will set the side switch too(?) The ellipsoid change is new to me. Can we learn more about it? Always wondered why they put so much work into the GNSS page. Edited March 3, 2013 by JG14_Smil
flanker0ne Posted March 3, 2013 Posted March 3, 2013 Changing the ellipsoid from Krasowsky to WGS-84 is useful for have the compatibility with the A-10s. Doing so introduce some problem with alignment with the map, like not perfect position when you're taxiing and with the mate's helicopter icon on Shkval. SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
tietze Posted March 3, 2013 Posted March 3, 2013 (edited) For the lazy people using JSGME the following can be placed in the JGSME-mods folder and used :-) Description KA-50 ABRIS: set default to decimal coordinates and WGS-84 Ellipsoid.ABRIS setup (1.2.3.9871).zip Edited March 3, 2013 by tietze typo! Please fix the KA-50 bugs :-) Black Shark: Controller profile & setup, TrackIR profile, pit. Warthog HOTAS: Lubing the stick and extending the stick. Posts on howto customize switches in DCS & . Must-have mods for DCS World and KA-50 (mostly JSGME). Casual couch pilot, watching capped.tv...
tietze Posted March 21, 2013 Posted March 21, 2013 And for WGS-84 Ellipsoid instead of the default Krasowsky Modified is opt.Options.measurements.ellipsoid = { data = { {LOCALIZE("WGS-84"),LOCALIZE("WGS-84")}, {LOCALIZE("Красовского"),LOCALIZE("Красовского")}, }, default = 0 } I find that setting the WGS-84 ellipsoid results in wrong location of the KA-50 on the ABRIS map in DCS 1.2.3.10201. For example checking runway/ airfield. Can anyone confirm this? Please fix the KA-50 bugs :-) Black Shark: Controller profile & setup, TrackIR profile, pit. Warthog HOTAS: Lubing the stick and extending the stick. Posts on howto customize switches in DCS & . Must-have mods for DCS World and KA-50 (mostly JSGME). Casual couch pilot, watching capped.tv...
ajax Posted March 21, 2013 Posted March 21, 2013 Yes, I've come to the same conclusion. The default ellipsoid seems to work better for the Ka-50. 1
flanker0ne Posted March 23, 2013 Posted March 23, 2013 (edited) Yes, confirmed the little displacement. But a little price for the perfect (more or less) compatibility in term of position with A-10s. I'm sure to be in the runway because... I can see the runway below my Helicopter not because a Satellite Navigator tell me where I am. If the Wingman's only mean for rejoin is by following the Icon in ABRIS they are not ready for combat! Someone agree with me?? Edited March 23, 2013 by flanker0ne SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Recommended Posts