Jump to content
Sign in to follow this  
Waldo Pepper

F/A-18E "Super Warrior" Mod

Recommended Posts

I did a few searches,  didn't find any mention of this mod here.  Looks pretty cool.  I'm not even going to pretend that I know anything about an F-18,   I was wondering if anyone here has evaluated it?  Figured it might interest someone.

https://flightsim.to/file/23760/f-a-18-super-warrior

Quote

Microsoft Flight Simulator © Microsoft Corporation. F/A-18 "Super Warrior" MSFS add-on was created under Microsoft’s “Game Content Usage Rules” using assets from Microsoft Flight Simulator, and it is not endorsed by or affiliated with Microsoft.

https://www.xbox.com/en-US/developers/rules

ATTENTION!

If you want to submit some issue, please check ROADMAP tab with known issues. Feel free to provide additonal information if you found any.
Will be nice if you'll ensure that same problem does not happen with stock F/A-18 as it most buggy ASOBO airplane at the moment. Reports of original ASOBO issues can be submit here:
https://flightsimulator.zendesk.com

 

Roadmap of the project:

First stage is passed - visual effects added like vortex trails, vapor cone, exhaust and aerobatics smoke. 

Second - simplified catapult and arrestors functionality. Done.

Next fully working catapult - in cooperation with Photosbykev and 270inc we are making aircraft carrier with trained crew and detailed procedures. But it's not only about specific carrier - you can summon crew on any other carrier or even runway. You are scenery developer? Just insert required simobjects into your carrier scenery and you are eady to launch!

The reason for the project name - AA radar with gun assistant for close combat training simulation. Can you shoot down someone? We'll see.

And last - tailhook and arrestors again with precise hook-cable collision calculation, which will make many of you happy (or angry).

Bonus feature! External fuel tanks by LordFrites!

v1 features
  • wingtip vortices effect (respect folded wings)
  • leading edge vortices effect
  • vapor cone (sonic barrier)
  • engine exhaust (affected by afterburner)
  • aerobatics smoke (white only, can be toggled by LOGO LIGHT hotkey or cockpit switch on right panel)
  • engine heat appear only on working engines
  • native contrails disabled
v2 features
  • automatic afterburner
  • AOA indicator also activated by tailhook
  • simplified arresting process (tailhook handle, front-right panel)
  • simplified catapult launch process (launchbar switch, front-left panel)
  • dedicated smoke switch
v3 development version
  • animated catapult crew
v4 features
  • Carrier Ops - USS Enterprise is required for catapult work
  • mod separated into additional aircraft
  • two catapult launch modes - simple (anywhere) and procedural (supported aircraft carriers)
  • fuel, lights, aerodynamics fixes
  • visual efects tweaked
  • ILS
v5 features
  • AA radar
  • HUD targets designation
  • combat training mode
v6 features
  • arresting wires
  • catapult crew and jet blast deflector animation triggered when other player using catapult
    doesn't work relly well - animation may reset even before launch, sometimes animation not trigger at all
v7 features
  • animated canopy
  • external fuel tanks with jettison animation
  • helmet mounted display
Tutorials and reviews

MSFS F/A-18 TACAN & ILS carrier landing (USS Enterprise)

MSFS F/A-18 AA Radar & Combat Simulation

MSFS aircraft carrier bad/good landings with comments

MSFS F/A-18 External Fuel Tanks tutorial

MSFS F/A-18 Helmet Mounted Display tutorial

F/A-18E and Working Carrier with Catapult and Arresting Gear

REALISTIC Carrier Mod + F18 MOD | MSFS Addons

MSFS - F-18 Autopilot and Navigation Tutorial (not about SW mod, but still very helpful)

How to install

Unpack touchingcloud-aircraft-fa18e-sw into Community folder

Unpack pbk-carrier-crew from Carrier Ops - USS Enterprise package for catapult functionality.

DELETE asobo-aircraft-fa18e-warrior folder if you had previous version of Warrior mod installed

How to uninstall

Delete touchingcloud-aircraft-fa18e-sw from Community folder

FlightSim limitations

Current version of the sim does not support carriers and triggers crashing event right after you leave the deck. Even if we tried to add workaround - peace of land under the carrier bow, it still recommended to disable crashes in assistance options. When you get enough experience with this mod and understand its behaviour, you can try to enable crashes but no promises.
Also ensure you have disabled autopilot and engine assistances or you will not get enough speed by catapult.

Compatibility with other mods and LIVERIES

Since v4.0 Super Warrior became separate aircraft, custom liveries made special for stock F/A-18 Super Hornet will no longer work. You can apply quick fix by changing


base_container = "..\Asobo_FA18E"

on


base_container = "..\Asobo_FA18E_SW"

in aircraft.cfg file inside of livery folder.

Since v7 you also need to point livery textures fallback file to SW textures folder, where fuel tanks texture stored:

1. open livery texture.CFG file(s) with text editor
2. after last line, like
fallback.6=..\..\..\..\texture\Glass
add 
fallback.7=..\..\Asobo_FA18E_SW\texture

 If you are a livery artist, you can make an additional folder with another aircraft.cfg where Warrior ID is used, textures should be  linked with the folder of main livery. Feel free to contact me if you have any problems adjusting your livery for this mod. 

Remember that modded aircraft is not compatible with any of official events - Landing Challenges, Races etc. If you wish to participate, choose stock F/A-18 Super Hornet.

Any mods that altering CFGs (like fuel system tweaks) or XML (custom models) files are NOT COMPATIBLE. But you can try to move changed values manually.

How to adjust or disable visual effects

Parameters for all custom effectes stored in \Community\touchingcloud-aircraft-fa18e-sw\SimObjects\Airplanes\Asobo_FA18E_SW\model\FA18E_FX.xml file

To disable exhaust effect for example, open FA18E_FX.xml in text editor (like Notepad or Notepad++) and find EXHAUST_FAR. Below replace


(A:ENG N1 RPM:1, percent) (A:ENG N1 RPM:2, percent) + 40 >

with


0

so long trail of exhaust will never appear (most FPS consuming).

To disable aerobatics smoke (both for you and other players) replace


(A:LIGHT LOGO:1, Bool) (A:LIGHT LOGO ON:1, Bool) or (A:SMOKE ENABLE, bool) or

with


0

If you are familiar with XML/RPM coding you can adjust effect appearance modifiers. They are stored inside of and control the size/transparency of the effects.

Sadly, we still have no HUMIDITY sim variable so vortices/vapor modifiers use only temperature, precipitation level and fact of your presence inside of clouds, water reservoirs below you, which makes their appearance very inaccurate. 

Automatic afterburner

After you set throttle lever(s) to 100% afterburner will be enabled automatically. Ensure your joystick calibrated properly, just in case it never reach 100%.

As usual, when thorttle level less than 80% - afterburner goes out.

If you want to disable this feature, open in text editor file Community\touchingcloud-aircraft-fa18e-sw\SimObjects\Airplanes\Asobo_FA18E_SW\model\FA18E_cockpit.xml and find near to bottom of document these lines:


(L:XMLVAR_LastAB1ThrottleSet,number) 1 == (A:TURB ENG AFTERBURNER:1, bool) ! and if{ (>K:TOGGLE_AFTERBURNER1) }
(L:XMLVAR_LastAB2ThrottleSet,number) 1 == (A:TURB ENG AFTERBURNER:2, bool) ! and if{ (>K:TOGGLE_AFTERBURNER2) }

Remove both, restart the game.

For unknown reasons, sometimes afterburner effect does not appear. In this case press afterburner shortkey once, effect should appear properly during the flight after that.Afterburner suppressed before carrier launch, but will be unlocked right after launch initiated.

Fuel system

Original fuel system reworked to fit F/A-18E documentation. It is still not accurate and is missing a lot of details - external tanks, balance fuel lines, dual speed motors, emergency gravity transfers and valves, fueldump. Babysteps in other words.

Shot description of current fuel system:

Fuel tank 2 (LFD) and Fuel tank 3 (RFD) are engine feed tanks. If one runs out of fuel - the relative engine will die. Crossfeed valve not configured yet.

Fuel tank 1 (TK1) and Fuel tank 4 (TK4) transfer fuel into LFD and RFD (4 fuel lines in total) when the level of fuel in feed tanks drops lower than 2100lbs. So during flight you will see how fuel level goes up and down in feed tanks. Also TK1 and TK4 have balancing lines to compensate for fuel level differency in them.

Left wing fuel tank (L WG) and Right wing fuel tank (R WG) transfer fuel into TK4 by ejector pumps when it is not full. Fuel pumps are slow so it is normal if TK4 level drop for a while (usually during transfer into TK2 and TK3)

Minor change - afterburner fuel consumption coefficient increased to 1.65 (still lower than documented number - 1.850).

3 external fuel tanks available - centerline, left inboard and right inboard, 480 gallons each. Tanks appear only if fuel amount set.
You can jettison tanks manually, just select rewuired tanks and press JETT button: MSFS F/A-18 External Fuel Tanks tutorial

Flight model

Only MODERN flight model supported by this mod. If you have permanent stalling issues - highly likely flight model option in settings set to Legacy, please change it to Modern.

Base drag coeffcient decreased to make 1.8 Mach reachable, maximum range - 2000km (35 000ft 0.95 Mach ~75% thrust). Sonic barrier drag wall became stronger, gain at least 10 000ft altitude (at normal temperature) to break the barrier, but still supersonic behaviour not realistic (supercruise still possible at some conditions).

Lift tables adjusted to provide accurate angle of attack during landing and to get rid of stall conditions during manouvers.

Flaps parameters overrdided to force 0 degree angle at airspeed higher than 240kn. Maximum flaps angle set by automatics at 120kn.

Elevator effectiveness increased 10%, rudder - decreased 30%.

How to use catapult

Procedural launch from aircraft carrier with crew installed

  • start the flight (or land) on one of the supported aircraft carriers where crew already presented
  • ensure that launchbar switch DISABLED
  • find crew officer giving you signals
  • taxii to his direction following signals (left - forward - right)
  • when you get close to shuttle he will give you stop signal
  • make full stop and enable launchbar switch
  • disable parking brake if you engaged it
  • wait until shooter (on your left) will give you spin up signal
  • increase throttle to maximum, about 10 seconds later launch will be initiated
  • after you fly away 500m from catapult, crew will be reset and can be used again

Quick launch from runway or carrier wuthout crew installed (tutorial by simvol.org)

  • prepare for take off - on the runway or any aircraft carrier without crew presented
  • on the runway - stop in the middle, head against the wind
  • on the aircraft carrier - taxii to the closest catapult track, head straight to it
  • toggle launchbar switch (left-front panel, near gears handle)
  • wait for about 5 seconds - shuttle will appear in front of launchbar with crew around you
  • follow same preflight actions as in procedural launch
  • after you fly away 500m from catapult, crew will be removed completely

If you found something wrong with crew - enable > disable Launchbar switch so crew near to you will be reset to initial state (or removed if they were inserted)

How to use arresting gear

Landing on aircraft carrier with arresting wires installed

ATTENTION! To activate arresting gear, ensure that AA radar is disabled as features conflict with each other.

  • prepare for landing - extract gears, enable tailhook handle (right-front panel), set flaps to FULL
  • follow AOA indicator, keep airspeed around 140kn-160kn (depend on total weight)
  • right after touchdown set engines to full thrust in case you will miss all wires ("bolter")
  • after tailhook intersect one of the wires, arresting process will be triggered and it will drag you back
  • set engines to idle
  • after full stop arresting process will be finished, wire will be pulled back automatically
  • retract tailhook
  • taxi away from the landing area

MSFS aircraft carrier bad/good landing examples with comments: https://youtu.be/CkDE5VjbZLE


Landing on runway or aircraft carrier without wires installed

  • ensure that no carriers with wires installed in radius 2km
  • prepare for landing - extract gears, enable tailhook handle (right-front panel), set flaps to FULL
  • follow AOA indicator, keep airspeed around 140kn-160kn (depend on total weight)
  • if AOA less than 6 degrees, right before touchdown, raise pitch angle so tailhook will touch the deck/runway surface
  • after tailhook collision detected, you will experience deceleration
  • set engines to idle
  • after full stop arresting process will be finished
  • retract tailhook

Most replay tools does not work properly with tailhook variables yet (especially built in MSFS Replay toolbar). If you wish to make a video of landing with animated wires, right after Play button pressed get inside of the cockpit and toggle Tailhook handle severtal times to ensure that it engaged, not shaking, TAILHOOK lamp is active.

ILS (instrument landing system)

While most navy F/A-18 equipped with ICLS, we have used ILS as it only supported by MSFS at the moment. It is not unrealistic - some F/A-18 variants uses it as well, like Blue Angles and Swiss Airforce. This way you can have glodeslope and localizer during landing both on aircraft carrier (if it has ILS configured) and ground runway.

How to use:

  • Open HSI page on any of DDI screens
  • On navigation panel (in front of you) press D/L BCN ILS button
  • Type frequency of the ILS station (can be obtained on the world map)
  • Press ENT
  • Press OFF to enable ILS
  • Press CNI to exit ILS mode page
  • If any signal received, you will see glide slope indication on HSI page
  • On HSI page, press ILS button to enable HUD indication (ILS will have border when signal received)
  • Follow HUD glide slope and localizer indication

Video tutorial: https://youtu.be/Hl3-epZTNF8

You may ask why ILS not ICLS? MSFS does not supports ICLS or ACLS systems (yet?), so ILS equipment was added just to not invent the wheel and make F/A-18 suitable for usual runways landing. Main difference of ILS is low precision, which makes instrumental landing even more challenging than in real life.

Air to air radar

Radar linked with TAXI LIGHT variable. You can turn on radar by three ways:

  • press AA button on front panel (left side)
  • press SIL button on RDR DDI page
  • press TAXI LIGHT hotkey (ALT+J by default)

Buttons of RDR page on DDI:

  • SIL will toggle radar
  • ERASE clear current list of targets
  • ↑↓ scan range (5,10,20,40)
  • MODE toggle scan/combat modes
  • 80° is current scan width (20,40,60,80,140) affect horizontal/vertical scan width and sweep frequency

Video tutorial: https://youtu.be/07in0hDOMUE

You can improve experience by enabling helmet mounted display with HMD knob (right side of front panel).
Set Glass Cockpit Refresh Rate option to HIGH in graphics settings to improve HMD animation quality. VR, TrackIR and face track head tracking methods are limited and does not provide acceptable precision, you may try to enable HTRCK switch and adjust horizontal/vertical tracking modifiers, but do not expect much: MSFS F/A-18 Helmet Mounted Display tutorial

Combat training

No weapons will be used during training - you can only see information about locked target like distance and relative position

  • enable radar and find the target. When you close enough and HUD mark appear, press the MODE button on RDR page, HUD indication will change to combat simulation mode. 
  • shorten the distance to the target so it will be less than current max gun range (outside mark of gun pipper)
  • combine gun pipper with target designation rhombus and press BRAKE key (NUM DEL by default) or related joystick button (bottom trigger for Saitek)
  • hold designation mark close to the center of the gun pipper (distance limit inversely proportional to the range - from maximum range you need to keep pipper right on the target mark, while in close range some deviation is acceptable)
  • if you lose the target before progress circle get filled - miss counter will be increased
  • if progress circle filled and became yellow - hits counter will be increased

Ballistics calculations performed for 3.6 oz projectile with 1050 metres per second muzzle velocity

If you are strongly against any kind of weapon activity in MSFS and going to complain about this mod, remember that ASOBO made combat jet for MSFS, and ASOBO added SHOOT lamp over the pilot head. We just fixed minor issues like missing HUD indication 🙂

 

 

Share this post


Link to post
Share on other sites

@Waldo Pepper   Yes, using it for a while and enjoying the mod.

Especially the electronic warfare , I mean the "dog fight" option is really nice and enjoyable for me.

Edited by kt069
  • Like 1

Intel i7-9700K - Asus Nvidia RTX 2080 Super - 32 Gb Ram - SSD Drive - Win10 x64 - Samsung 43" 4K TV

Share this post


Link to post
Share on other sites

Installed it into my Community folder yesterday as it seems to add quite a bit of functionality to the otherwise pretty basic Asobo machine. Yet to find time to sim though. Seems to be getting a lot of downloads and the comments are positive.

  • Like 1

GregH

Intel Core i7 14700K / Palit RTX4070Ti Super OC / Corsair 32GB DDR5 6000 MHz / MSI Z790 M/board / Corsair NVMe 9500 read, 8500 write / Corsair PSU1200W / CH Products Yoke, Pedals & Quad; Airbus Side Stick, Airbus Quadrant / TrackIR, 32” 4K 144hz 1ms Monitor

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...