Jump to content

MasterZelgadis

Members
  • Posts

    1033
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MasterZelgadis

  1. That's why I asked for europe :D Someone posted under the video in youtube, ther is a fligh school in UK offering something similar: http://www.ultimatehigh.co.uk/products/Flight_Experience/Top_Gun_Air_Combat_Missions
  2. Not quite what I was looking for. In the video ralfi and linebacker fly combat maneuvres against each other, of course with professional pilots.. _OSLFUn3dog
  3. I just watched ralfi's latest video about Air Combat USA. I was wondering, are there other schools maybe in europe offering such flights? Would be great to take part on such a flight, but from germany to USA + the costs of the program are really much for one holiday :D
  4. Wir sind fast jeden Abend im ts und fliegen auch oft. Einfach mal rein schauen und fragen Woelfe-des-nordens.myguildts.com:4124 Pw : mitra
  5. Tested it yesterday. This is awesome! But of course I hope some more blocks will be added and some features minecraft took way too long to implement (e.g. pistons). Let's see what the future of this will bring...
  6. WOOOOOW... thanks for this find. atm I'm more into tekkit, but this looks cool. I am a fan of the X series of course :D
  7. No, it places a point in the map where the Helo will land. Similar to the Fire at point action
  8. Perform Command (I think) -> Land
  9. Kurze Zwischeninfo für euch, ich werd mit der Mission noch warten, bis 1.2.3 raus ist. Ich habe noch einen Tanker eingebaut, und der macht ja noch Probleme
  10. Solved. Forwarded Port 10308 - 10309 TCP/UDP, that did it.
  11. I found that google maps is a nice resource too. Programs like paint.NET are sufficient for that. check it out, it's free. GIMP is nice too. Made that with google maps + paint.NET
  12. Forgot to say, of course TCP/UDP are forwarded
  13. I wanted to host a server a few days ago, but it didn't work. My server was not visible in the server list and direct connect didn't work. First I opened port 10308, the standard server port. -> No Connection I thought maybe there is a general problem, so I switched my PC to the DMZ. Server was visible in the list, and connection was possible. But I have a real server here (which doesn't run DCS..), so my DMZ is set to this server, not the PC. Then I searched for further ports used by DCS, I started the server and logged all ports: netstat -a >> c:\tmp\log1.txt Then I stopped the server: netstat -a >> c:\tmp\log2.txt I compared the files via excel and filtered the ports that are there only when the server is running and opened these ports. Result: 1 friend was able to see the server on the list, but can't connect, 1 other friend wasn't able to see the server on the list. I am out of ideas now...
  14. +1 for Bushmanni +1 for RedRain
  15. Wenn du Probleme mit dem Stick hattest kann ich dir den X-52 (Pro, je nach Geschmack) empfehlen, da lässt sich die Handauflagefläche beliebig in der Höhe verstellen. Ich hab meinen z.B. auch ein wenig höher um bequemer an die Knöpfe zu kommen. Einziger Nachteil: Man muss einige Steuerkreuze doppelt belegen (mit Strg-Taste oder so), ist aber ganz gut zu verschmerzen. Dass ich gesagt habe, dass es nicht das richtige Spiel für dich ist, war nicht böse gemeint, darum habe ich "Spiel" auch in "" gesetzt, denn es ist ja kein Spiel wie jedes andere. Es IST komplex, und erfordert viel Zeit und Nerven sich das alles beizubringen. Für viele ist das eben nix. Daher aber auch der Nachsatz, wenn du dich darauf einlässt, sind die Erfolgserlebnisse hinterher umso höher. @Frechdachs: Mach ne Luftbetankung, dann musst du auch fliegen können, statt nur Knöpfe drücken :p
  16. A flag can be true or false basically. So if anything happens, you can set a flag to true or to false. At the other end, you can ask which state a flag has. Is it true? Then xy has to happen. is it false? Then something else can happen. Simple as that. There is a second way to use flags, that is why flags can not only be true or false, they can also store a numeric value. So if condition xy is met, you can add 1 to a flag. For example you can count player planes in the air. Whenever a plane takes off, you can add 1 to the flag, whenever it becomes dead, you can decrease the flag value. On an other trigger you can let special things happen when for example 4 or more players are in the air, or to speak with the flag, when the flag is 4 or more. I found it useful to make an excel list with the flags 1 to 100 where i can note, which flag I used for which action
  17. Have the same problem, wanted to host a server yesterday. First I opened port 10308, the standard server port. -> No Connection I thought maybe there is a general problem, so I switched my PC to the DMZ. Server was visible in the list, and connection was possible. But I have a real server here (which doesn't run DCS..), so my DMZ is set to this server, not the PC. Then I searched for further ports used by DCS, I started the server and logged all ports: netstat -a >> c:\tmp\log1.txt Then I stopped the server: netstat -a >> c:\tmp\log2.txt I compared the files via excel and filtered the ports that are there only when the server is running and opened these ports. Result: 1 friend was able to see the server on the list, but can't connect, 1 other friend wasn't able to see the server on the list. I am out of ideas now...
  18. Generell würd ich sagen, dass taps Recht hat, wenn die Flieger zu komplex sind, dann ist es das falsche "Spiel" für dich. Wenn du dich aber darauf einlässt, und es lernen willst, dann bekommst du eine Simulation, in der du mit deinen Freunden sehr sehr viel Spaß haben willst (habe gestern erst im Multiplayer zusammen mit meinem Staffelkameraden die erste richtige Luftbetankung geschafft, geiles Gefühl, wenn man zum ersten mal sieht, wie die Tanks sich füllen ;) ) Und gerade wenn du Leute hast, die die A-10 schon fliegen, dann sollte das Lernen doch schnell von der Hand gehen.
  19. If a unit is there, but not activated, it is still alive. I would use a flag trigger, when the mirage group appears. So with 25% chance -> mirage becomes active AND flag xy is set to true. Second trigger: If flag xy is true then additional mig group spawns
  20. Oder halt im Editor, wenn du das Start-Loadout festlegst, rechts neben dem Wegpunkt Icon der Einheit ?????
  21. Einfach ein neues Loadout erstellen, und mit Rechtsklick auf die entsprechende Station kannst du die Beladung frei (mehr odder weniger) auswählen
  22. Flew this with crusher (my squadmate), and it was amazing. The mission was my inspiration to make a mission with spoken radio calls as well. Adds a lot of immersion. Just to the end, when Ferret was attacked at the river, and then from the forest, and then the vehicles came down the road was a bit confusing. But that could also be, because crusher was shot down and I made the rest alone
  23. This was my first try, so I searched for a audacity tutorial, and found the ones with 2x high pass filter. Edited my recordings, sounded good. Then I went to bed, and the next day I listened to the tracks I didn't like the effect at all. Tried some other effects, such as the hard limiter, and even the next day I liked it :D by the way.. I could record some files for you, if you are still looking for one. Don't know how well my spoken english will fit for a marine, but I could give it a try
  24. Asymmetrical loadout? When I take off, mostly the plane rolls to the right
×
×
  • Create New...