Jump to content

Laz109G10

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Laz109G10

  1. Hi Everyone, Attended a Stormbird event at the Chesapeake airport in Virginia. Got a close up view of the replica Me 262 with a continuing werk number from Messerschmitt. It took off from the airport and flew a demo flight for the crowd. Hope someone can continue a mod to get this in DCS.
      • 4
      • Like
  2. Hi Everyone, Attended a Stormbird event at the Chesapeake airport in Virginia. Got a close up view of the replica Me 262 with a continuing werk number from Messerschmitt. It took off from the airport and flew a demo flight for the crowd. Hope someone can continue a mod to get this in DCS.
      • 2
      • Like
  3. Hope the force feedback can be fix too. I have a Microsoft FFB2 that is still going since 1998. So far I love everything you guys have done. I am actually happy with the original Grinnelli v3.0 which i have slightly modded, it can out turn everything with FFB. BHoop's EFM is even more maneuverable, crazy but no FFB at the moment. Want this HUD of coarse, can't wait. I really hate the F15 HUD. Only using Nightstorm's slightly less tinted HUD so I can see what I'm shooting at up close. Need to mod the F15 HUD to eliminate the vertical and horizontal scales. Thank you all for such a great mod.
  4. I know you guys are working very hard getting this mod together. Is it possible to use F16C HUD instead of F15C? Since there are no pictures of actual F22A HUD been turned on. I would think the F16C Viper HUD would be closest to the real thing. Both aircraft made by Lockheed. The F15C HUD is 1970's tech. Maybe a lot to ask for. Since you guys are working on a stand alone version. I have been flying the Bhoop v1.6 and the force feedback is very low on my Microsoft joystick. Thanks again.
  5. Can you share your lua script? I was trying the same thing for a custom mod. Trying to get the radio to work. At least to contact ATC.
  6. Is anyone good at modding cockpit edm's? Want to place only the F15C canopy on VSN F104 cockpit. Trying to create a F100D. I like the instruments in the F104, closest to F100. The F15C canopy fits exactly on the F104. The F15C canopy animation would make it look like the F100 canopy. Been messing around with the fm to get it close to F100D. Fighting Mig-15 and Mig-19 with a VSN F100 with F104 cockpit. 4 x M39 cannons no joke. Real fun. Can anyone help? Thank you. Waiting for Grinnelli's F100D and Redstar's Mig-17F. Have fun, enjoy
  7. Can someone fix the VSN Mk6 v2.9.7.XA10 test so I can take off and land? Been flying the VSN F100, at least I can take off and land. Added M_39 cannons. Thank you. Enjoy, have fun.
  8. Downloaded the VSN Mk6 v2.9.7.XA10 test version. I have used the 'F-15C' to fly the Hunter. Gear and flaps work, use "c" to fire guns. Mk6 instruments are not calibrated, use F15 HUD to see speed and altitude. More speed than using A10A FM. Can start in the air, can't land or spawn from runway, it explodes every time I touch the ground. LOL. Added ADEN Mk2 30mm cannons, can destroy anything with one burst. I have shot down Eurofighter, Mig15, Mig19, Mig29S, F86F, F-15C, and F-16C, all in Ace mode. The F-16C was toughest to shoot down. This is the "Spitfire" of jets. VSN_Mk6\entry.lua local cfg_path = current_mod_path .. "/FM/config.lua" dofile(cfg_path) MK6VSN[1] = 'F-15C' MK6VSN[2] = 'F15' MK6VSN.config_path = cfg_path MK6VSN.old = 6 MK6VSN.user_options = 'VSN_Mk6' dofile(current_mod_path.."/LUA/Views_Mk6Pit.lua") make_view_settings('VSN_Mk6', ViewSettings, SnapViews) make_flyable('VSN_Mk6',current_mod_path..'/Cockpit/Kneeboard6/', MK6VSN , current_mod_path..'/comm.lua')--F-15C PFM Have fun.
  9. Changed the state of the FCS to Override, I can pull over 30 degrees AOA. F-22A/Cockpit/Scripts/Systems/FCS.lua local fcs_state = 1 --track if fcs_state is on or off local fcs_mode = 3 -- 0 = AUTO - 1 = AOA Mode - 2 = G Mode - 3 = OFF local fcs_auto = 0 -- 0 = OFF - 1 = AUTO function post_initialize() -- print_message_to_user("FCS INIT") fcs_state = 1 fcs_auto = 0 fcs_mode = 3 end function update() parameters.FCS_STATE:set(fcs_state) parameters.FCS_AUTO:set(fcs_auto) parameters.FCS_MODE:set(fcs_mode) Have fun.
  10. This is easy to do, or I should say least work involved. G-10 lighter weight with no outer gear doors, same DC engine as K-4, different instrument placement, 151/20mm nose gun which is easy to do. G-6ASM everything same as above but with DB605ASM engine, so higher altitude performance G-6/R2 with DB605AM engine, bulges on cowling for MG151/13, older canopy, this can be G-14 also. G-6/U4 with 30mm nose gun, this option available on G-10 G-6/R6 with 20mm gun pods under wings, easy to add. the switch is already there. This will be slowest G-6 Or make standard G-6 with Rustsatz options. The P-51B/C razorback was faster than D model, had better aerodynamics, so change to FM to increase aero speed. only 4 guns instead of 6. These two aircraft types mostly encounter each other during Jan 1944 to Dec 1944. We also need a Germany map.
  11. Is it so hard to add 151/20mm nose cannon to K4? Or is it so hard to make another module a Bf109G10 with 151/20mm nose cannon? Should be easy since G10 and K4 is so similar. G6ASM or G14 would be good for Normandy, with included 151/20mm gun pods. Other wish list include Yak-3, He219, He177, Me262, Ju88G6, Ki-84, Ki-100, F6F, F4U. Probably will wait for years. Hope someone is listening. Or just come out with 151/20mm nose cannon mod.
×
×
  • Create New...