Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/06/10 in Posts

  1. This mod will increase the options of available loadouts when using the rearm menu in maintenance via comms. This mod is recommended for single player use only, do not use in multiplayer unless you get the server providers permission to do so. It will fail integrity check on servers where default integrity check is enabled. Version 1.2a LINK Modman 7.2 mod intended for FC2.0. ------------------------------------- Version 1.2a tweaked F-15C Loadout to allow 1 fuel tank on some loadouts Corrected mistake in A-10A loadout menu ------------------------------------- Version 1.1 Fixed A-10A AGM-65x2 error. Left side AGM-65x2 was used on right wing - Corrected. -------------------------------------
    4 points
  2. 2 points
  3. Trying to get a fixed product that I paid for and have supported since before you were playing the lockon series? Sounds like the "Beta Testers" are getting upset for me posing the question, "Who tested the FM's" My Interest is first and foremost dogfighting and flight modeling of aircrafts, and currently FC2 is a pitiful dogfighting platform, which has been made evident numerous times including in this video and the lack of inertia. Why is it when someone talks about Falcon all of you get upset? Am i missing something? Are you all so blinded by the gospel of Lockon that you cannot see past it? You do realize people are entitled to their own views right? After all those views and opinions are formed with a certain set of experiences, and I must be coming from some where to say the things I do.. Do you believe in ostracizing a person merely for his own opinions? Instead of asking Why hasn't the Lockon series improved that much in the past 7 years you continue to sing the same song over and over. Why are you happy with mediocrity? I certainly am not, and I don't apologize for thinking the way I do. There should always be a voice of decent, at least that way things get fixed. Look what agreeing has gotten all of you in the past 7 years in the lockon series. Im sorry but it feels like there is no added depth in the game, which most of us were looking for. Think about what I said, keep your ego's in check and then come to a fair and balanced conclusion not for me but for yourselves, because in the grander scheme of things I don't matter. Don't try to be politically correct at the cost of compromise, you only delude yourselves. If you are satisfied GOOD FOR YOU, your expectations are different from mine. I am not, thats the bottom line and if you feel the same, Voice it, it's your right. Don't be a bunch of yes men. Think for yourselves... It only cheapens debate when you ask juvenile questions like "Then what are you doing here?" Are you trying to score political points at my expense? OK if you think you are, ask for what purpose? I'll give you an answer... It is to satisfy your own ego. Read and heed what I have written because there is wisdom in those words. Don't try to be a smart ass, just try to be smart and humble :) Peace
    2 points
  4. Is coming out whenever. For the quick arcade fix:thumbup: I have part 1, havent played it since Blackshark came out. And then FC2 http://hawxgame.us.ubi.com/ According to Blues News... http://www.bluesnews.com/s/109980/tom-clancy_s-hawx-2-announced
    1 point
  5. Вот мои два примера успешных уходов от AIM-120 при помощи кадушки. После многих неуспешных, само собой (опытным летуном я себя не считаю, просьба ногами не пинать). Заметил, что при выполнении кадушки очень важно не допустить снижения скорости ниже 900, а лучше держать более 1000. В связи с этим вопрос к умеющим: имеются ли какие-то общие рекомендации по выполнению кадушки7 за чем следить, какие ограничения и т.д. Наверняка же у кого-нибудь есть какое-то подобие методики, не все же делается по наитию... Трек 1 Трек 2 ЗЫ Это копия моего поста в этой теме, но ее безнадежно зафлудили. А обсудить хотелось бы.
    1 point
  6. ХОРЕК, http://ru-patent.info/21/20-24/2121645.html и да поможет тебе в будущем сила поисковика;)
    1 point
  7. Ух ты! Не знал что так можно делать в ГС1:joystick:
    1 point
  8. Based on a/c I have flown in RL only, and not my knowledge of the black shark, dials like this are for operating in a degraded INU state. ie, INU normally provides position, heading and attitude info. If it knows its position it can automatically derive a magnetic heading from its magnetic deviation almanac stored within the unit as well as apply a correction to position errors that result from travelling on around a spherical earth. If it is degraded for whatever reason (ie loses its position in the world) it still has the ability to provided heading and attitude data to the pilot. The problem is that it doesnt know what corrections to make because it doesnt know where it is. Manually setting this dial to the correct lattitude tells the INU where it is and allows the INU to provide the necessary corrections to these errors. So in summary- its not a function you need to use unless your IRU is operating in a degraded mode where it does not know its own position. As I say, this is how it works in my a/c.....
    1 point
  9. This video was made by 141st_Kanuni from 141st_Wolves. good job and sharing... have a good time...
    1 point
  10. Yeah... let me introduce my AI-wingman, returning to home safely after a fierce battle: :music_whistling:
    1 point
  11. Yep, I think also that it's possible to add New objects. Now I'm exploring this way. For exemple : wsTypes.lua wsType_Air = 1 wsType_Airplane = 1 wsType_Fighter = 1 F_4E = 45; -- Is that the FM of the F4 ? I saw in this file 57 planes ID and ..... that : LastPlaneType = 150; !!! In WSTypesTree.lua -- That's only à tree ? [wsType_Air] = { [wsType_Airplane] = { [wsType_Fighter] = { ["F-4E"] = F_4E, In Types.lua planes_types[45 ]= {wsType_Air, wsType_Airplane, wsType_Fighter,F_4E} -- array of the wsTypes data In Names.lua laTypes["{4B75FEBA-9997-4D34-A0D6-0DB061350951}"] = F_4E; -- assygn the CLSID ? And in F-4E.lua -- the definition of the plane return plane("{4B75FEBA-9997-4D34-A0D6-0DB061350951}", "F-4E", _("F-4E"), I want test this : - If I change in wsTypes.lua the line F_4E = 3; -- 3 = Su-27 what's happen ? -Or if I add : In Types.lua : planes_types[58 ]= {wsType_Air, wsType_Airplane, wsType_Fighter,F_4E} In Names.lua : laTypes["{new CLSID}"] = F_4E; In Mirage-F1.lua : return plane("{new CLSID}", "Mirage F1", _("Mirage F1"), Do I have than a new IA Plane with the F_4E FM ? Grimes : the only thing is to find where or how the FM is assigned to the model, all the other things is done in the models.lua files in \Scripts\Database\planes for the planes. :music_whistling:
    1 point
  12. Hi my frend Can do a simple suggestion, if you can remember that all the marginal information in a chart on a scale of 1:500 000, the standard is in the bottom of the table, i'm refer to the two Part graphs lower left of the map I think they are reference to airports landing instruments, I can not distinguish graphic or funtion of the other. These should be provided outside of the letter for better reading and location of points on this sector. Thank you very much for your work from now on.
    1 point
  13. ветка закрыта. каждому, кто продолжит политический флейм - влеплю недельный отдых.
    1 point
  14. You may compare flare vs. warm and cool tail which in RL (not sure how much in FC) plays an important role. I have the impression FC models only with / without AB. The people in charge can tell you more. But the situation described were someone fires a missile at you, and you reduce thrust won't make the flares more effective, because by the time the missile reaches you the tail is as hot as before. Sidenote: in F4.0 AF you must be out of AB couple of minutes before someone fires a IR at you and you have better chances of survival.
    1 point
  15. That's what forums are for, just eat up the advice, chew it, and if you don't like it spit it out :P
    1 point
  16. Только надо помнить, что на высотах 200-2000 метров гораздо выгоднее уходить от ракет, чем на высотах 6000-10000. Потому что в игре не смоделировано ухудшение манёвренности ракет с высотой. А вот у самолётов это смоделировано.
    1 point
  17. I've had alot of free time checking stuff... but I havn't checked that.
    1 point
  18. А тут видимо долго не будет нормального взаимодействия между типами ЛА, пока не будут слетываться, не, пока не будет нормального понимающего командывания в сквадах, пока не будет нормально сделанных карт и пока нам не датут возможность задавать число вылетов с борта (отсечка по айпи и нику скажем (не даст простым перезаходм прыгать с борта на борт), на нное число минут, т.е. пока не вышел интервал - сиди в кабине или еще где, как время закончится так запускайся, причем чтобы писалось сообщение клиенту - вам запрещено - запрет снимится через... (триггерами ИМХО не дело, если карта на 32 клиента - описывать задолбает, вместо того, что бы делать миссию, больше описывать поведение придется, причем видимо с запасами по типам ЛА, что бы потом таскать как шаблон)), ну и сделалиб ограничение по возможности рулить по газонам - если скорость больше 20 км/ч что бы народ стойки гнул, оставить только ГВВП у ИВПП, что б можно было совершать аварийную посадку на нее. Заставит такое людей рулить по рулежкам. А то бардак в сети. Имхо не так уж и много вроде для создании комфорта для настоящих летчиков или к ним стремившимся, а не для хулиганов.
    1 point
  19. А при взлёте и посадке включенные фары уменьшают вероятность столкновения с птицей? Это прописано как-нибудь? Птичку жалко... :megalol:
    1 point
  20. Очередной наезд на Грузию? А как же наезды на Ирак, где так и не нашли ни химического ни ядерного оружия? Как же Югославия, и другие страны куда лезут творить мир США? Или Вам кажется, что у в одном случае война освободительная, а в другом случае наезд?
    1 point
  21. Yes IP 64.182.113.193 port 10308 and WIRLESS INTERNET + INTERNET GAMING = CRAP sorry, but it's the truth.
    1 point
  22. Уважаемый, если бы Вы, перед тем как начать отчитывать меня, ВНИМАТЕЛЬНО прочитали весь мой вопрос - ВЫ бы заметили, что я тоже мануал читал. И, прошу заметить, не раз... Специально для Вас прилагаю ту часть мануала, где речь идет о радиокомандах. Если Вы любезно укажете мне, идиоту, где там указано использование симовла "\" - то с меня ящик пива. Радиосвязь и сообщения.doc
    1 point
  23. hmm do you remember install directx 9 game wont start and cry some dx9something dll , or d3d9something.dll reinstall game and allow directx 9 install too then probably game start and work fine
    1 point
  24. Someone espousing their own words as wisdom is IMO hardly in any position to ask for humbleness in others.
    1 point
  25. I did not know there were 2 log types. I guess I am talking about total time flown without getting killed, so this would even include multiplayer.
    1 point
  26. Ну вобщем вот.Вот выкладываю на Суд одну из миссий так сказать будующей компании. До этой сделал десяток миссий но вчера сел посмотрел на них подержался за голову и фсе удалил в сад.И вот сегодня ночью смастерил вот первую миссию(правда большую часть ночи читал форум и придумывал(где придумывал сам где брал с инета историю-описание-предисловие компании).И вот уже утром ребенка в школу надобно везти а я делаю последний тест(чють в школу не опоздали :)) Планировал я создать ОГОГООООО!!!! в смысле грандиозную битву что б и пухи бабахали и самолеты летали, ну типа грандиозно тактико-стратигический симулятор(ЫЫЫ)и что б в конце все БАХ-ТРАБАБАХ - все! красные выиграли.В итоге как писалось выше фсе пошло в шифт делейт.Если коснутся моей истории то с 87 по 91 я жил в Меори Гудава ( Приморское ) Гальский район, это в Абхазии.И решил держатся типа этой темы.Ну вобщем в описании миссии почитаете(если кому интересно).А вобще так прикольно именно работать с вашей картой(я родился в Гиагинской это возле Белореченска, я когда нашел ее на карте в игре - радости было полные штаны(миссий пятнадцать создал по обороне моей станицы).Ну вобщем это лирика, ща к делу. Ну вобщем в процессе производства появляются и вопросы и ... вопросы. 1.Все ли создают(имею ввиду те кто творит компании) компании так как написано в мануале : тобиш на одну стадию несколько миссий? И если все же кто и создает тогда вопрос-пример: допустим есть компания 10 стадий в каждой стадии три миссии( по очкам понятно) но если игрок в первой мисси выбил с врагов 100 очей он автоматом переходит на следующую компанию( тем самым пропуская еще две захватывающие миссии)и так же во второй стадии он опять с голодранцев выбил 100 очков - результат третья стадия и опять побоку еще две миссии.То есть от тяжелейшего и кропотливого труда авторов игры игрок при проходе каждой стадии на 100 получает только треть игры?(ну в смысле треть именно компании) 2.Как и с любой другой игрой со временем появляются патчи, так вот (считайте это криком души) - можно ли как нить сделать так что б на статы можно клепать шаблоны!!! Ну реально легче б жить стало бы.И я низнаю как кто но я приспособился вымирять направления на карте в редакторе с помощью линейки(сказать честно не каждый новичек додумается) а поставить технику или статы или суда в нужном направлении это как бы сказать небходимо для общей картины миссии. 3.Я делал миссии без флагов.Насколько это провинциально, или не принципиально.Полной картины сути существования этх флагов я не имею(если кто тыкнет носом где почитать - пожму лапу, т.к облазил вроде весь сайт но не узрел). 4.Ну про то что не помешал бы десант и десантный корабль( так как почти пол карты занимает морская гладь) я даже и не мечтаю. 5.Есть смысл делать компанию смешанной - Су-25 и Су-27. 6.В двух словах (или в трех) какими триггерамми добится что б засчитала посадку на ту же ВПП с которой взлетал(как по мне так в компании должно быть условие взлет-посадка(допустим энное кол-во очков)Если мона то разжевать а я попытаюсь проглотить. 7.Где то на форуме я видел скрин с игры - карта при F-10 выделеный юнит ЗРК и летящие цели (пиндосы)и там типа где информация про юнит есть параметры на атаку и приоритет целей! Я у себя такого дивайса не нахожу !? (плачевно вытираю сопли)Что это за счастье такое? вобщем че вспомнил то навоял, если что допишу. Жду критики по поводу миссии, сразу скажу что миссия не боевая, озвучку делал всю сам и впервый раз держал микрофон в руках( так что когда услышал себя в этой ацкой махине чють со стула не упал).Старался выдержать некоторые мелочи(пример когда Ка-50 позывной 53-й докладавает о том что он наблюдает скопление бронитехники в районе таком то , то если глянуть на маркер то там будет видно что это летит 53-й.Ну вобщем сами увидите. Вот вспомнил: дело в том что очень хлопотно подобрать голос РП ( а так как нам общатся с ним целую миссию и весь остальной эфир буду озвучивать я вместо РП то я что б не было слышно подвоха и дабы не морочить головы я делаю так после отлета от ВПП я триггирую текст якобы от второго РП который отныне и до конца операции(миссии) будет вести со мной радиоэфир а на подлете на базу передаст меня РП посадки.Но возможно это сильно в обьезд? могет есть дорога покороче? И еще чисто из любопытности - повышения в звании ждать?И че ордена закончились? Миссия http://letitbit.net/download/09116.09579448643eebb9c218b294a/______________.rar.html
    1 point
  27. Cat: I've got it. We laser our way through! Kryten: An excellent plan, with just two drawbacks: One, we don't have a power source for lasers; and Two, we don't have any lasers. OT: Your answer reminded me of this scene from RD. Nate
    1 point
  28. ADSL, what's that? Fiber is where it's at. ;)
    1 point
  29. I guess, there are not many new releases on the Falcon-Front to complain about?
    1 point
  30. Agreed. And ED for sure has all the info it needs to do this. You know it makes sense devs :smilewink:
    1 point
  31. по подробней о новом джое?
    1 point
  32. Thank you all for the support! Here is a test of how precise the chart is. I took the dam on the Inguri lake as a reference point. On the upper section there is a SS from Google Earth. According to Google Earth, the middle of the dam is 42 45’ 29’’N; 42 01’ 52’’E. In the middle section I’ve took out coordinates of the same point from my TC-1 chart. They are 42 45’ 25’’N; 42 02’ 50’’E. That means that there is 1.34km difference between Google Earth and TC-1 (at this particular point). But it is more important how big is the difference between DCS and TC-1. So in the lower section there is a SS of a helicopter landed on the middle of the dam. Then I scrolled the marker on the ABRIS to the coordinates taken from TC-1 (42 45’ 25’’N; 42 02’ 50’’E) and you can read on the ABRIS that the difference is 0.31km, which on 1:500000 scale chart should be 0.62mm, and I think that is acceptable error. The chart itself if printed to match 1:500000 scale should be 140x110cm :) That is quite huge, and (when I was already near finishing it) I asked around printing offices to find out that 1m2 of color printing is 15-20EUR, so this map should cost 25-30EUR just to print it. :cry: I’m planning to post just a .jpg file of the chart when is completely done. JPG itself is 55MB. Chart is made in CorelDraw, and I didn’t consider posting .CDR file, but if someone wants it, he can send me PM, and we will try to work it out. I hope to finish it these days, soon as I get info how to find those antennas, factories and oil platforms. I would really like to include them on the chart, since I think they would be very important. Also I would like to leave some time for you to find possible errors, and maybe some good suggestion will come up. GhostDog, thank you! :thumbup: It is corrected. This is exactly what I’m talking about! Keep finding things like that, I would be embarrassed to release the final version with such errors.
    1 point
  • Recently Browsing   0 members

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