Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/22/10 in all areas

  1. Выкладываю свой вариант фоновых обоев для ГС2, может кому-то пригодится. В формате PNG loading-window(PNG)2.rar 2шт debriefing-window(PNG)2.rar 2шт campaign-window(PNG)2.rar 2шт open-file-dialog-window(PNG)2.rar 2шт base-menu-window(PNG)4шт.rar 4шт Один в формате BMP StartImage-2.(BMP)1.rar. Если захотите что-то добавить или поэкспериментировать с файлами , base-menu-window.png, debriefing-window.png файлы в формате PSD. base-menu-window(PSD)4шт.rar 4шт debriefing-window(PSD)2.rar 2шт Куда копировать файлы, надеюсь, разберетесь. Делал под разрешение 1280x1024. Файлы PSD редактируются в фотошопе. Скриншоты
    3 points
  2. Есть несколько "штурмовских" тонкостей. Это конечно в учебниках не пишут, дело опыта...:) 1. Конечно при первом заходе на цель нужно четко уяснить что представляет из себя цель. Есть ли в составе пвошное что-то, если есть , то это приоритетные цели на заходе. 2. Из личного опыта могу поделиться: при заходе на цель смотри на курс. Нужно уметь в голове вычислять обратный. Например если заходишь курсом 10 то обратный заход будет курсом 190. и т.д. и т.п..... 3. Нужно уметь четко запоминать особенности местности. Дороги, реки, мосты, нас. пункты... Лайт помнится, для ориентиру любил зажигать какой нибудь дом побольше (если рядом был нас. пункт).:smilewink: Дом горит долго и видать хорошо...:) А вообще ТСка рулит. Попробуй поработать с кем нибудь из опытных штурмов. Гораздо быстрее научишься если использовать голосовую связь.:thumbup:
    2 points
  3. Hi there! I've been working on some Su-25 skins for the wonderfull new modell. Useing the excellent Su-25 template from ED. Here is the first one: Strait out from Afganistan, historicaly correct camo and colors:
    1 point
  4. This campaign is made to be part of "Official ED Campaign Creation Competition". You can see all the details in the campaign introduction and briefings. There is total of 15 staged missions. We tried to make good briefings and interesting and non-repeating scenarios in each mission. There are a lot of recorded communications, and like in real life you will have to listen carefully because, sometimes you will be retasked in air from your original task. Also you will have to take a good look at the mission briefings, since many crucial information are exactly there. I wouldn’t call this campaign “expert difficulty”, but in some missions you will have to be able to enter new point in your PVI-800 based on received coordinates (very easy thing to do), or edit a new point in your ABRIS according to received bearing and distance from a known point (also easy to do). Therefore, I would recommend that you always have a paper and a pencil with you if you fly this campaign. I hope you will like it and enjoy in it (or you can completely hate it :cry:), but still there may be bugs in it, since testing time was extremely short, and when you test something you made your self, a lot of bugs can pass undetected. Therefore, be free to write your comments and notes, and if needed, V1.1 of the campaign can be produced. Team participated in the campaign: Igor “=MAF=Mongoose” Chkorov Ilija “=MAF=Loaded Dice” Panov Dragan “=MAF=Dragan” Cvetich Stefco "=MAF=Hercul" Tashovski You can download the campaign here: http://rapidshare.com/files/31869366...Havoc_v1.0.rar If you If you encounter some problems or find some bugs, please report it to me. Thanks!!!
    1 point
  5. While waiting for Tacview 1.0, here Tacview 0.95a! Full Flaming Cliffs 2 support Black Shark and Flaming Cliffs 2 flight recordings have been optimized and are now 3 times smaller in average You can now choose where to record your flights! + Many fixes and improvements Enjoy! http://tacview.strasoftware.com Flights are now recorded by default into [\My Documents\Tacview\]
    1 point
  6. A bunch of photos I took on the Dutch "Open Dagen" this weekend. Taken with a Nikon D300 + 80-200mm f/2.8 (not quite enough zoom for airshows though).
    1 point
  7. Kilp-Yavr AB 9th GvIAP Su-27 Skin for 3go Su-27 model by =Ali= Replaces skin 06 "AF 4th CTC Lypetsk AB-1". Thanks to 104th_Mustang for making this Modman package. This is my first upload here so I hope you guys enjoy this skin.I used one of the default skin as a base so it fits in perfectly with the other skins. If you fly on the 104th server the last 3 Red Su-27 on the list which are at Sochi use this skin on the Moonsheild Mission :). DOWNLOAD : http://www.mediafire.com/?zny45ymtdyt
    1 point
  8. Hi igormk, i like your campagin alot ! The missions are well set up and with lots of details ! Thanks for making it ! It's really very very good ! :thumbup: :thumbup: :thumbup:
    1 point
  9. With reference to the OP. Ultimately, a lot of speculation and conjecture with regards to AP & FD systems. http://www.104thphoenix.com/modules.php?name=Forums&file=viewtopic&t=1873 is the ultimate answer. Regards 'T'
    1 point
  10. Naah Su-24 Fencer or u-22 :D
    1 point
  11. Here are some nice pics from a trip to 917th Independent Composite Air Regiment (HQ at Kacha). Two full photo sessions: [helicopters] [aircraft] [more Be-12] A few Be-12: ...and a lot of Ka-27: Don't forget to check out full sessions, there are a lot of close-ups on interesting details of aircraft interiors and the overall quality is outstanding. Cheers and fly safe!
    1 point
  12. English version is now available AKADO Guns RAF Server
    1 point
  13. Кстати да. LuaExportBeforeNextFrame() полезнее. Вот немного упрощенный кусок моего кода (до упрощения он работал, после не проверял :) ) function moveSomething() local buf, err buf, err = mySocket:receive('*l') -- Получаем -- io.write(string.format("%s\n", buf)) -- собственный лог if buf ~= nil then ---запись в массив numbers = {} local first = 1 local s, e = string.find(buf, "%-?%d+%.%d+", first) -- подстрока вида xxx.xxx или -xxx.xxx, то бишь действительное число local i = 0 while s ~=nil do -- io.write(string.format("sub = %s\n", string.sub(buf, s, e))) -- собственный лог numbers[i] = tonumber(string.sub(buf, s, e)) -- io.write(string.format("numbers[%d] = %f\n", i, numbers[i])) -- собственный лог first = e s, e = string.find(buf, "%-?%d+%.%d+", first) i = i + 1 end for j=0, i-1 do LoSetCommand(2001+i, numbers[i]) end else -- io.write(string.format("At time %.3f Error: %s\n", t, err)) -- собственный лог end end function LuaExportBeforeNextFrame() if connected then moveSomething() end end
    1 point
  14. http://forum.aviasibir.ru/showpost.php?p=102055&postcount=1
    1 point
  15. Only visible in game, I'm afraid. Nate
    1 point
  16. Автомобильные педали отличаются от авиационных не только механически, но и электрически: там по одной оси на каждую педаль. А авиационные педали - две педали, одна ось. Зачем мудрить? У каждого вирпила в чулане валяется пара-тройка заюзаных джоев. Как сделать из Логитех Екстрим 3Д Про вполне достойные педали смотри здесь.
    1 point
  17. An new FS9 composite today, Kirks model still got it I think :) Hope you like it. BW Shaggy Big 3000 px version Original Screenshot
    1 point
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...