-
Posts
593 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by buur
-
I'm talking from a future witch is very far away
-
this is great. So in the future you could be able to export drawings from CombatFlite to the kneeboard? This will be great.
-
MOOSE - Mission Object Oriented Scripting Framework
buur replied to FlightControl's topic in Scripting Tips, Tricks & Issues
Interesting idea. Best is that you raise the question on the Moose discord. there are the experts and I know that they never look into this forum. -
Normally, when you want to see the distance with the ruler in miles or kilometers you have to switch between in the settings. But you can modify the me_map_window.lua so that you see both. Please see attached picture. You have to modify the function updatRulerText in the following way: local function updateRulerText_() if getRulerStarted_() then local distance = getDistance(ruler_.tape.points[1], ruler_.tape.points[2]) local mdistance = distance local angleInRadians = getAngle(ruler_.tape.points[1], ruler_.tape.points[2]) local angle = math.mod(360 + UC.toDegrees(angleInRadians), 360) local unitSys = OptionsData.getUnits() local sunit local msunit --if (unitSys == "metric") then sunit = _('m') distance = math.floor(distance) if (distance > 1000) then distance = distance /1000 sunit = _('km') end --else msunit = _('feet') mdistance = math.floor(mdistance/0.3048) if (mdistance > 6076.12) then mdistance = math.floor(mdistance/6.07612) / 1000 msunit = _('nm') end --end local text = distance ..' '..sunit..', '..mdistance..' ' ..msunit..', '.. angle ..'°' ruler_.text.title = text end end enjoy
-
reported AI taxi over water on supercarrier
buur replied to Grodin's topic in Aircraft AI Bugs (Non-Combined Arms)
I saw this once when I had modified the RunwaysAndRoutes.lua. Do you have changed something in this file? -
solved Can't get AFAC or JTAC to use the laser instead of WP
buur replied to Bertuz's topic in Mission Editor
you have two FAC command in your advanced waypoint actions. The second one, the one with the laser command, will not be activated because the first one is still active. Change the first FAC command to "Perform Waypoint Task" and than "FAC - Assign Group" -
ATC is not working correct since several years, but ED want to overhaul the system. We have to wait for ... maybe two weeks™. So not your fault.
-
MOOSE - Mission Object Oriented Scripting Framework
buur replied to FlightControl's topic in Scripting Tips, Tricks & Issues
Checked the log? Enough fuel? To fast on the mission that your fuel gets empty? The zone to far away? -
Bei dieser Version funktioniert der JTAC. JTAC Laser Test.miz
-
Schau mal nach ob die Reaper überhaupt noch lebt. Bei mir ist die relativ zügig von der SAM abgeschossen worden. Entfernung fürs Lasern ist maximal 10 nm.
-
interesting news that the AWLS works with the mobile TACAN. No we only need a AWLS frequency for Mother and I'm happy.
-
Dein HMMWV hat den Befehl bekommen FAC - Gruppe angreifen, aber du hast ihm keine Gruppe gegeben. Du must die Frequenz nicht separat setzen, reicht beim FAC. Die Frequenz ist arg hoch. FM geht bei der AC nur von 30 - 50 MHz. Den Rufnamen must du auch nicht doppelt setzen. Es ist auch sinnvoll den HMMWV unsichtbar zu machen, sonst ist der sofort platt. Bei der Drohne setzt du den FAC Befehl doppelt. Einmal als Wegaufgabe und dann noch als Gruppe angreifen. Das kann nicht funktionieren. Die Drohne am besten auch auf unsichtbar setzen.
-
Basic Surface Attack - Mariana Islands
buur replied to Draken35's topic in User Created Missions General
You can unzip a .miz file with tools like 7-zip. Then you find the scripts in the folder I10n → DEFAULT. -
fixed [FIXED] Unable to communicate with FAC unit
buur replied to Larry77W's topic in Bugs and Problems
haven't the f1. Do you have a CAS layout, e.g. bombs? Without JTAC do not react. -
fixed [FIXED] Unable to communicate with FAC unit
buur replied to Larry77W's topic in Bugs and Problems
You see it in F10 Menu? you see it in F10 menu but you do not hear in in the radio? We need more information if we should help you. -
Thanks for the link, but I mean the military symbols as icons.
-
Is there a change that we get a scripting possibility for the icons? It will be very helpful if we can set them via scripting.
-
Move or hide the text at the top right side of the screen
buur replied to red23's topic in DCS World Tutorial & Help Requests
Simply disable the Tactical Overview in the script you have loaded. That's all -
try Mirage-F1CE
-
A lot of Aircraft can be AFAC. Simply place a aircraft, choose AFAC under task and then you have a list with all planes that can do the job. An other question is how capable these planes are for the job.
-
For me this sounds more like that the distance to the JTAC is to far. Place the planes on the ground with engine hot near to the JTAC. Also give the JTAC always enough time to respond and wait with the next request until JTAC has finished his message. If you are to fast the JTAC logic get lost.
-
Are you realy calling the JTAC with RCtrl+# and RAlt+#? Because if the Harrier is working then is the JTAC ok.
-
Sure, but I haven't modified anything. ExampleJTACProblem.miz
-
maybe easy comms are not working. I have no experience because never use easy comms, but give it a try
-
yes, I'm also in open beta. For the Hornet, check your comms. Hornet has three types of comunication. # only works on ground. RAlt + # and RCtrl +# works in air.