-
Posts
625 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by buur
-
Or ED gives us a mobile version of the ICLS like in real life. Would be good for Hornet pilots and also a bunch of helos.
-
Very good book. Here a map with all places mentioned in the book https://www.google.com/maps/d/viewer?mid=1rh_rN2GMDLWxe8Z2nEfId7t5JkM&hl=en_US&ll=44.06456820394562%2C11.00324548250906&z=5
-
it is intended. You have to reset AFC every time.
-
ok, now it works. Thanks for your efforts. Great to know that it is possible to get the magnetic variation.
-
@Chump no luck. Now I have the problem that utils_common not found.
-
@Chump tried it with desanitazion but get the error that the command require is missing.
-
@Chump, do you need to de-sanitize DCS for this method?
-
unfortunately this is not in the API.
-
Tutorial: Introduction to Lua scripting
buur replied to Yurgon's topic in Scripting Tips, Tricks & Issues
try Notepad++ -
Hi there, Want to have the cargo indicator shifted to the bottom corner. Therefore I modified the CargoIndicator_page.lua. Added a new variable 'topmonitor'. With a value of -0.5 I have good results and the cargo indicator is in the bottom right corner. Maybe anybody else is interested. CargoIndicator_page.lua
- 1 reply
-
- 3
-
-
-
Ist drüben im englisch sprachigen Teil als buggy beschrieben: liegt also nicht an dir.
-
The user @scoobie posted here an export script and a profile:
-
@twistking Frage: Hast du deinen eigenen Radar ausgeschaltet? Der macht dich über weite Distanzen sichtbar
-
nagel mich auf die Minute bitte nicht fest Lookdown und Ground Clutter ist simuliert. Auch die Radarleistung ist simuliert. Aber dafür must du richtig tief runter. Die Sensoren dürften für beide Flieger unterschiedlich sein.
-
So ist es auch. Wenn du einmal entdeckt worden bist dann weis die KI für eine gewisse Zeitspanne wo du genau bist. Irgend wo findet man man auch eine Tabelle mit den Zeiten, find ich aber im Moment nicht. Sind für Flieger glaub ich so ne Minute, für Panzer so um die 10. Damit soll wohl simuliert werden das ein Mensch das Verhalten des Gegners ja ein etwas vorher sagen kann. Leider verhindert das das man die KI durch unerwartete Manöver täuschen kann. Und deswegen kommt die uns so allwissend vor. (Sie ist ja allwissend, jedenfalls für eine gewisse Zeit.) Ne gescheite Methode um die KI nichtwissend zu machen kenn ich jetzt auch nicht.
-
Jepp, haben es mal probiert. Konnte immer nur einer Hören.
-
Der JTAC/FAC läuft sozusagen lokal auf dem Rechner desjenigen der ihn anfunkt. Bedeutet es hört immer nur einer den JTAC. Deswegen würde jedem Flugzeug ein eigenen JTAC geben.
-
Der IP sollte so ca. 10-12 Meilen vom Ziel entfernt sein. Dann klappt das normalerweise auch. Leider kann man nicht einstellen welchen IP der JTAC nimmt wenn man mehrere setzt. @twistkingAllgemeiner Tipp: Auch mal ein Blick in Kneeboard werfen. Da wird der 9-liner auch noch mal abgedruckt. Und auf der Karte im Kneeboard wird das Ziel mit einem Dreieck markiert. Den IP sieht man übrigens auch auf der F10 Karte falls man sich nochmal genauer orientieren will.
-
Muss man beim Entladen nicht die umgekehrte Reihenfolge nehmen wie beim Entladen? Kann das daran liegen?
-
Der Gedanke das DCS die Tastaturbefehle abfängt hört sich für mich schlüssig an. Kannst du einfach mal die Resettentaste auf einen Joystick-Button legen? Oder auf einen Maus-Button?
-
You can stop the smoke via API. If you trigger the smoke with local someZone = trigger.misc.getZone('smoke').point trigger.action.smoke(someZone , 3,"uniqueName") You can stop it with trigger.action.effectSmokeStop("uniqueName" ) The unique Name does the trick edit: example mission added caucasus_smoke_test.miz
-
tried to add the channels into Syrias beacon.lua, but no luck. Neither DME nor ILS distance
-
Data Card autogeneration not working correctly
buur replied to gulredrel's topic in Bugs and Problems
any news with this bug? -
In mission editor you can change the coordinates format (Alt + y) or show the coordinates of a special point (strg +y). Here you have several formats like metric, lat long and MGRS. But one is missing: Coordinates in decimals, e.g. 51.214 -22.412. This format is very helpful if you work for example with scripting or google maps. Please add this format.