Jump to content

funkyfranky

ED Beta Testers
  • Posts

    2808
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by funkyfranky

  1. Just wanted to say thank you for all the switches and rotaries you implemented already in early access. This is more than I was hoping for! Great job, ED :thumbup:
  2. I have never tried to enable the hidden option. This setting is not overwritten when by the RAT logic when the plane is spawned from the template. So like other options, I would have thought that the RAT planes should get this setting from the template. Does it work for you in other cases? I ask because I vaguely remember that there was a DCS bug that hidden units are displayed on the map. But I don't know if this was fixed already. Yeah, sorry, that will not work with the RAT manager. Because it keeps the number of planes constant. And there is currently no way to keep the plane alive after it has reached the parking position and shut down the engines. I could try to add parameter and schedule the despawn. Good idea actually. It probably looks a bit nicer when the plane does not immediately vanish :)
  3. Der IPD ist anders als die Abkürzung suggeriert nicht der Augenabstand sondern eher ein Skalierungsfaktor, den Du einstellen kannst, wenn Dir die Welt um dich herum zu klein/groß erscheint. Mit der Einstellung, die Du mechanisch machst, hat das nichts zu tun. Ich hab bei mir z.B. den "IPD" in DCS auf 50 eingestellt und in der Rift den wirklichen IPD auf 61 mm. Gehört aber eher ins VR Forum ;)
  4. Jungs, YT Videos richtig einbinden :) URL https://www.youtube.com/watch?v=[color="red"][b]lm-M3VUy-_I[/b][/color] YT - ohne die * Sternchen (sonst zeigt er uns hier gleich das Video) [YOUTUBE[color="Blue"]*[/color]][b][color="Red"]lm-M3VUy-_I[/color][/b][/YOUTUBE[color="blue"]*[/color]] Also nur das hinter dem "v=" ==>
  5. This line causes a new aircraft to be spawned each time another one takes off. Delete it and you will have only seven aircraft going from Dubai to Bandar Abbas. Each time one reaches Badar Abbas, a new one in Dubai is spawned. So you have a constant flow of seven aircraft in that direction.
  6. yes, you can use the carrier group (or was it the unit?) name in SetDeparture and/or SetDestination just like airbases. Just did it with the Stennis today.
  7. Indeed! This is awesome, well done, ED :thumbup:
  8. Hi kaymelkan, RAT does not depend on any airport lists of maps. It works with all current maps including PG and should also work with all future maps. That is unless anything vital in the DCS API changes, of course ;) But I would fix that immediately. So there must be something else in your script that causes SetDeparture and SetDestination not fail. I have used it in my scripts and it works :) Shoot me your mission file and I'll have a look in the next few of days!
  9. Merci :thumbup:
  10. Wie genau schreibt sich das Verzeichnis für das eingene Kniebrett? Ich hatte gestern "FA-18C" versucht, aber meine Seiten wurden nicht angezeigt.
  11. This is really cool. Thanks for putting in the request, Grimes :thumbup:
  12. Thanks, mate :thumbup: I like it - a lot!
  13. +1, sounds very interesting :thumbup:
  14. Jup, das Bild guck ich mir auch schon zum 20ten mal an ;) Wird schon...
  15. Aber bis Du nicht fertig bist, hat keiner richtig Spaß an der Hornet! :thumbup:
  16. Gab es die in echt?
  17. S_EVENT_MARK_* (DCS 2.5.2.17559.377) S_EVENT_MARK_ADDED S_EVENT_MARK_CHANGE S_EVENT_MARK_REMOVE Event.pos.x --> Event.pos.z Event.pos.z --> Event.pos.x
  18. There were some changes by Heatblur regarding the kneeboard. I'll upload a new, working version soon :)
  19. You are. Try this :) {down = iCommandPlaneAirBrakeOn, up = iCommandPlaneAirBrakeOff, name = _('Airbrake ON/OFF'), category = _('HOTAS')},
  20. Yes, that's exactly what it does. Best "neutral" faction option we have atm :)
  21. Indeed :)
  22. Nein, FC3 verkauft sich auch deshalb so gut, weil es ein "einfacher" Einstieg ist. Viele (auch ich) brauchen am Anfang eine flache Lernkurve. Darauf kann man dann aufbauen und sich an die komplexeren Module wagen. Heute fasse ich FC3 nicht mehr mit der Kneifzange an. Aber zum Einstieg waren die Module Gold wert. Das hat mit MP nichts zu tun, nur damit, wie viele (die meisten?) etwas lernen. Da geht Deine Sichtweise meiner Meinung nach ziemlich weit an der Realität vorbei. Du bringst (Grund-)Schülern ja auch nicht das Lesen bei, in dem Du ihnen Text von Kafka vorsetzt oder erzählst ihnen etwas von Quantenmechanik, wenn sie noch nicht mal das Einmaleins kennen. Klar, kannst Du machen, aber viele würden frustiert aufgeben obwohl sie eigentlich das Zeug zu mehr hätten... PS: Wobei ich noch hinzufügen will, dass ein FC3 Heli ein no-go wäre ;)
  23. Hi mav, You can't - only ED can. This is something we users have no control over unfortunately. Well, in principle you just exchange the names of the departure and destination airports/zone, i.e. something like local b737inbound=RAT:New("RAT_B737", "B737 Inbound") b737inbound:SetDeparture("RAT Zone) b737inbound:SetDestination("Dubai Intl") b737inbound:Livery(b737skins) b737inbound:StatusReports(false) b737inbound:SetSpawnDelay(60) b737inbound:SetSpawnInterval(10) b737inbound:SetTakeoff("air") b737:Spawn(7) BUT, it will not work correctly if you also have a lot of outbound traffic. The inbound aircraft won't get landing clearance from the DCS ATC. They will always abort their final approach because the outbound planes occupy the runway. At least this is what I found. Unfortunately, there is also not much we can do about this. It's on ED to improve their ATC logic. So you can have either inbound or outbound traffic with a relatively high frequency. Or you reduce the frequency quite a bit so that there are windows where incoming planes have enough time to land before the next outbound panes block the runway. But that needs a bit of fiddling around and fine tuning.
  24. CAM and RAT is all you need to easily create more random (civil) air traffic than DCS could ever handle ;) RAT documentation is here but I can help with the script if necessary :) MOOSE download link and RAT examples. Some vids: Part 1: Introduction and Concepts Part 2: Examples and Options McCarran Airport Cam (Inbound Traffic) McCarran Airport High Frequency Outbound Traffic Henderson Executive Activate Uncontrolled Aircraft
  25. An early version of Vaicom 2.5.2 broke simshaker.
×
×
  • Create New...