Jump to content

GR27

Members
  • Posts

    75
  • Joined

  • Last visited

Everything posted by GR27

  1. Is there a release date for Black Shark? No?! Maybe 2008??? Pathetic!!!
  2. It seems that the only thing we ever going to see from BS is "new screenshots" every month, this is pathetic! :pilotfly:
  3. http://speedandangels.com/ I just see the movie and it is beautiful, the real deal, about two navy fighter pilots, a man and a woman who fly the F-14 TomCat, they both have an amazing story on how they became pilots and i am not going to say anything more but GO SEE THE MOVIE ! :pilotfly:
  4. I have CH pro pedals and i like it, but i recomend you to read this: http://www.simhq.com/_technology2/technology_104a.html this guy had CH and went to Saitek and he thinks they are better, so maybe he is right.
  5. OK i got it from bittorrent, thank you guys.
  6. It is only possible to download with bittorent or maybe something els? Thank you.
  7. Nice picture, here are some little things that can make the beautiful F-15 model even better, maybe it can be fix. :pilotfly:
  8. Thank you all and Jonnyb3 thank you for the mission it was fun but i'm looking for more than just flying in straight line, i want to turn and roll... well i think i will try to do this in HypeLobby, where can i download it from? Thank you. :pilotfly:
  9. OK but can i make the AI plane do a roll or anything else without me being the leader? Thank you. :pilotfly:
  10. I would like to fly formation flight like the Blue Angels in FC, is there a way i can edit a mission for such a flight? Is it possible to make 4 planes taxi and take off together and do all kind of aerobatics and i will try to fly on the right or left of the leader? Do you know if there is a mission like this that i can download for FC 1.12a? Thank you. :pilotfly:
  11. I am tired to hear "over G" or "pull up", is there a way to make "Betty" silence without turning off warning sound? Thank you. :pilotfly: Shift+N I did search and found the answer. :music_whistling:
  12. I've seen it and it is a wonderful movie, but i did not like that when he had the dogfight between the F-16 agressor from the red team they show a cockpit of an F-15 from the inside and from the outside it was an F-16 agressor, don't they know we fly the Eagle in Lock-On and we know how does an F-15 cockpit looks like? :pilotfly: A good movie for the whole family.
  13. The first movie i put is a clip from the new patch 1.2 and it shows the new flight model of a chopper (just press "play") http://arma.goop.co.il/Web/SiteHomePage.aspx?PageType=0&ItemID=37777 i recommend to watch it in full screen I know it is not BS, but still i think this game has a lot potential. I think this game is going to be excellent! :pilotfly:
  14. He is one lucky guy, good job on catching the cable with his hook. http://www.patricksaviation.com/videos/malakas/1330/ "He had a gear failure, the left main gear would collapse (it came out but didnt lock in place, so nue "green light"). The other F-15 trailed the landing Eagle as you can see. Thats the common procedure! These F-15s belong to the United States Airforce PACAF". :pilotfly:
  15. Until BS will come out why not try ARMED ASSAULT? It looks good very good, just press "play": http://arma.goop.co.il/Web/SiteHomePage.aspx?PageType=0&ItemID=37777 http://www.youtube.com/watch?v=A9kaqCaZ4Ys And if you don't know what is ARMED ASSAULT take a look: :pilotfly:
  16. This is the best movie i ever see, best in: Best Picture, Best Direction, Best Puppeteering, Best Voice Acting, Best Sound Design, Best Writing, Best Editing, Best Cinemtography, and Best Independent Work You are the best! :pilotfly:
  17. I have TrackIR and in Lock-On FC i can zoom in / out with TrackIR but still i can't see like this when i zoom out http://forum.lockon.ru/attachment.php?attachmentid=4325&d=1138774626 I see the same way i did with 3:4 screen but now the top and botem is cut, i change the aspect ratio to 1.6 in the graphics config file so i can see good in widescreen, i change the numbers in CameraViewAngleLimits in config\view\view.lua in to {20.0, 140.0}, and i change the config\view\view.cfg to CockpitViewAngleMax = 170.0; CockpitViewAngleDefault = 170.0; But no change. I also have a config\graphicsd.cfg file, is it OK, should there be this file? Can some please show me how the "config\graphics" file , the "config\view\view.lua" file, and the "config\view\view.cfg" file looks like on their " Lock On" folder? This is how my files look like: "config\graphics" : DisplayMode { resolution = {1680, 1050}; bpp = 32; fullscreen = 1; aspect = 1.6; Interface { resolution = {1680, 1050}; bpp = 32; fullscreen = 1; aspect = 1.6; } Simulation { resolution = {1680, 1050}; bpp = 32; fullscreen = 1; aspect = 1.6; } AVI { resolution = {640, 480}; fullscreen = 0; aspect = 1.3333; } "config\view\view.lua" : -- Camera view angle limits {view angle min, view angle max}. CameraAngleLimits = {} CameraAngleLimits[PlaneIndex.iSu_27] = {20.0, 145.0} CameraAngleLimits[PlaneIndex.iSu_33] = {20.0, 145.0} CameraAngleLimits[PlaneIndex.iSu_25] = {20.0, 145.0} CameraAngleLimits[PlaneIndex.iSu_39] = {20.0, 145.0} CameraAngleLimits[PlaneIndex.iMiG_29] = {20.0, 145.0} CameraAngleLimits[PlaneIndex.iMiG_29K] = {20.0, 145.0} CameraAngleLimits[PlaneIndex.iA_10] = {20.0, 145.0} CameraAngleLimits[PlaneIndex.iF_15] = {20.0, 145.0} "config\view\view.cfg" : // If MouseCockpit is not set here then option value is used. // Remove two slashes in the next line and set your custom value: MouseCockpit = 1; MouseExternal = 0; MouseSpeedSlow = 1.0; MouseSpeedNormal = 1.5; MouseSpeedFast = 3.0; KeyboardSpeedSlow = 0.5; KeyboardSpeedNormal = 3.0; KeyboardSpeedFast = 15.0; CockpitViewAngleMin = 20.0; CockpitViewAngleMax = 170.0; // If CockpitViewAngleDefault is not set here then option value is used // Remove two slashes in the next line and set your custom value: CockpitViewAngleDefault = 170.0; ExternalViewAngleMin = 3.0; ExternalViewAngleMax = 170.0; // If ExternalViewAngleDefault is not set here then cockpit value is used // Remove two slashes in the next line and set your custom value: ExternalViewAngleDefault = 90.0; CameraTerrainRestriction = 1; DisableSnapViewsSaving = 1; UseDefaultSnapViews = 0; ExplosionExpoTime = 1.0; CockpitSnapStepHor = 45.0; CockpitSnapStepVert = 30.0; CockpitNyMove = 1; ChazeCameraNyMove = 1; I hope some one can help me with the FOV, thank you.
  18. Please can any one please help to change the FOV so i can see more view on the sides? This is how i see now :helpsmilie:
  19. People pay 25$ so they can go into "area 51" :doh: :megalol: :megalol:
  20. I'm sorry i jump this thread but i have problem with FOV, i have new widescreen with 1680x1050 and i change the aspect ratio to 1.6 in the graphics config file and now i see OK but i'm very close to the HUD and don't have more view on the side. I change the numbers in config\view\view.lua in to {20.0, 145.0} but still no change, and i change the config\view\view.cfg to CockpitViewAngleMax = 170.0; CockpitViewAngleDefault = 170.0; But no change in FOV, what do i'm missing? Thank you.
  21. I'm testing on F15 and A10 and i want to see like this http://forum.lockon.ru/attachment.php?attachmentid=4325&d=1138774626 but i don't, my view is very close to the HUD in both planes, i change the aspect ratio to 1.6 in the graphics config file so i can see good in widescreen, and i change the numbers in config\view\view.lua in to {20.0, 140.0}, and i change the config\view\view.cfg to CockpitViewAngleMax = 170.0; CockpitViewAngleDefault = 170.0; But no change in FOV, so what am i doing wrong, or what els do i have to change? Please help. :helpsmilie:
  22. There is no slider option for cockpit view in Flaming cliffs, i think it was in 1.02, but thank you any way. Can some one please help me with change the FOV so i can see like this http://forum.lockon.ru/attachment.php?attachmentid=4325&d=1138774626 Any one, please? :helpsmilie:
×
×
  • Create New...