-
Posts
116 -
Joined
-
Last visited
-
no mentioning about the carrier landing heading issue too
-
without wind = you die ^^ that's the way
-
Does anyone have a good recomendation hwo to taxi to park position and back to the take off point? experimented with tail wheel locked and drivting . But if you cant take the plane completely arround you can get stuck on that tiny deck pretty easily
-
Cannot catch a wire - think I found the reason
Danzig replied to Don Rudi's topic in Bugs and Problems
after reading this i changed my grouping from 3 carriers to 1. traped 4 times in a row. thanks ! -
maybe you all wanna check this out
-
Cannot catch a wire - think I found the reason
Danzig replied to Don Rudi's topic in Bugs and Problems
What a crazy " feature" is this.... i believe this tops the rocket-trainingmission that has no rockets -
1. 17 2 south 3. wind; 8 4 south to north Flaps Full with those setting i managed my first carrierlanding , after 20 meters of rolling the hook catched a cable.
-
look up their Discord v. 2.9.1 is dropped in the DCS channel there
-
WSO- Using Mavericks , the viewscreen is lagging extremly.
Danzig replied to Danzig's topic in DCS: F-4E Phantom
Could this be causing trouble with using sparrows from the backseat, too? ( pilot describediscribes his radarscreen in the front as "ping pong" while mine looks like this. ) -
How to integrate CH47 Chinook into Dynamic Missions
Danzig replied to Dangerzone's topic in DCS: CH-47F
trying to get behind moose but i think i can't get it working. A miz file where i could copy all triggers/ triggerzones from to make this work with my own made missions. Just wanna load troops and vehicles at base X and drop them on the map -
How to integrate CH47 Chinook into Dynamic Missions
Danzig replied to Dangerzone's topic in DCS: CH-47F
is it possible to load more than one group of infantry? with moose? -
Hi ! CTLD: If I have loaded an infantry group but would like to load an anti-air group for example, the message "You all ready loaded a group" appears. Does anyone know if this can be set in the CTLD lua so that you can load several infantry groups into the helicopter? I can't find anything about it.
-
How to integrate CH47 Chinook into Dynamic Missions
Danzig replied to Dangerzone's topic in DCS: CH-47F
Thanks, that did it ! -
How to integrate CH47 Chinook into Dynamic Missions
Danzig replied to Dangerzone's topic in DCS: CH-47F
hey don't want to hijack your post : I tried to edit the lua. File from the Caucasus pretense dynamic mission to make the chinook abel to load troops. But it does not work. These are some of the lines within the lua. file PlayerLogistics = {} do PlayerLogistics.allowedTypes = {} PlayerLogistics.allowedTypes['Mi-24P'] = { supplies = true, personCapacity = 8 } PlayerLogistics.allowedTypes['Mi-8MT'] = { supplies = true, personCapacity = 24 } PlayerLogistics.allowedTypes['UH-1H'] = { supplies = true, personCapacity = 12} PlayerLogistics.allowedTypes['Hercules'] = { supplies = true, personCapacity = 92 } PlayerLogistics.allowedTypes['CH-47F'] = { supplies = true, personCapacity = 43 } PlayerLogistics.allowedTypes['UH-60L'] = { supplies = true, personCapacity = 12 } Are you experienced with this stuff?