-
Posts
596 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Tanuki44
-
After searching, I managed to create the MH-60R.lua file (with 5 switches for test) and DCS-BIOS transcribed it to json I attach the files if you want to transcribe in *.pp for test Thanks for your help MH-60R.lua MH-60R.jsonp MH-60R.json
-
Okay, I understand. No, I can't find a link to send my request to... (Sven) For the moment I'm studying the developers guide ... https://github.com/DCSFlightpanels/dcs-bios/blob/master/Scripts/DCS-BIOS/doc/developerguide.adoc
-
If we could generate the pp file without the json, would that work ? or is it absolutely necessary ?
-
Unfortunately, there is no DCS BIOS file for this mod. Attached is the clickabledata.lua file if it is useful for building the MH-60R.pp I'm looking for the DCS-BIOS contact, it seems they can add the mode to their work... Thanks for your help clickabledata.lua
-
I forgot the entry.tp entry.tp
-
-
Hello xoomigo, Sorry to reply so late, but the end of August was very complicated. Here are the files I created I don't really understand the "outputs" *.json file structure Thanks for your help MH-60R.jsonpMH-60R.jsonMH_60R.luaBIOS.luaMH-60R.ppaircraftModules.pp Munt.G_DCS-COINS.tpp
-
https://www.digitalcombatsimulatnullor.com/en/files/3331106/ Version 2.01 **************** Fixed - Sound problem for Missing Tank Engine Sounds - Thanks to DD_Friar Fixed - LAlt + C for the reactivated camera movements, compatible with the mouse button to activate gun movements. Version 2.0 **************** ISSUE Fixed - Park-Off-Slow-Fast Wiper sequence Fixed - Value of argument for Tail in Folding livery changed 1.0 to 0.98 - (the collision light superimposed on a blade) Fixed - Keybind of CAP lamp test did not work Fixed - Freeze when launching torpedoes IMPROVEMENT Raindrop-free wiper area, option can be disabled in the DCS - OPTIONS - SPECIAL - MH-60R Add mouse management for Gun movements - Set the curve to 50% for a base value, then adjust according to your material Kneeling Gunner in Fire position SONOBUOYS / SONAR Added a 3 positions switch on Sonar Console to select and display target data (Immersion / none / Surface) sent by buoys and diving sonar 'RAlt' + 'RCtrl' + 'S' = 'SonoBuoys State - IMMERSION/OFF/SURFACE' See Manual for more explanations SURFACE RADAR Added RADAR functionality via a keybind with ajustable range and sector and a commands panel on sonar console Based on the same principle as sonar, but only for detection of surface vessels Max. range : 18 NM with the same ability to adjust the radar range 'LAlt' + 'LShift' + 'S' = 'Sonar/Radar Range - Incr.' 'LAlt' + 'LCtrl' + 'S' = 'Sonar/Radar Range - Decr.' 'RAlt' + 'RShift' + 'R' = 'Sonar/Radar Sector - Incr.' 'RAlt' + 'RCtrl' + 'R' = 'Sonar/Radar Sector - Decr.' See Manual for more explanations Keybind for Radar Mode selection 'LAlt' + 'LCtrl' + 'R' = 'Surface Radar - OFF/ON/INTERCEPT/SOLUTION' The intercept mode display the heading, distance and time for the MH-60R. The solution mode activate firing solution calculation for torpedoes, target acquisition using the same method as for submarine hunting. ** REMINDER ** Firing solutions are only available and displayed if the Left Inboard or Right Inboard switch is ON. KNOWN ISSUES Naval units are displayed regardless of their size. TEMPLATES Update of templates with the latest ASW script (integration of surface radar) Creation of two templates folders in 'Missions' : One for NAVAL OPERATIONS One for CSAR Template_Caucasus_Radar.miz is just to test the surface radar functionalities. DESIGN Add Ammunitions supply for guns Add new GAU-21 Machine Gun (0.5 cal) in the choice of weapons Add Rear Door joint and various mesh corrections LIVERIES New unwrapping to make livery creation easier PaintKit compatible GIMP Add a layer with the rivets and trapdoors (Thanks a lot to Cubeboy) Add a grey livery 'WARLORDS' which becomes the default livery
-
Looking at your patch, I see that it concerns the UH-60L whose updates are made by ANDR0ID, so I passed the information on to him. For my part, I'm going to integrate your patch into my Mod MH-60R, although it's a maritime model and will have little opportunity to go into combat against tanks. I understand that this only concerns adding the Curve.lua file?
-
Your script gave me the basis for my detection scenario - WIP - Thanks again
-
I removed the condition if land.isVisible(scoutPos, uPos) then it seems functional Thanks again for your help
-
the value of 100 is the depth assigned to the submarine unit I found the function dcsCommon.getUnitAGL(theUnit), I will look at the returned values. I created a naval unit 'sonobuoys' to attach the recon script to them, It works fine, so I just need to get a good return from the script.
-
ahhh,I had not seen that the submarines that I positioned for the test were surfacing so detected, but if it remains under water, no detection if you have any idea?
-
Is there a script to dynamically add units to a group during a mission? ex: dropping a buoy at an unknown place during the creation of the mission
-
Thanks The depth value is positive, I experienced a value of 100 feet which is low for a current submarine, but the important thing is to make it invisible when hovering. I will do other tests and if you want I will return my modifications.
