TeTeT Posted Monday at 06:34 AM Posted Monday at 06:34 AM Hello, Just tested our Vietnam War Vessels A-1 Skyraider on the Essex '44 and wondered how I can shape the mechanimations so the bridle for the Vietnam Essex (VWV mod) shows it, and the '44 Essex doesn't. I checked the Corsair code and there's no launchbar sequence, understandbly. Any chance you can maybe block the launchbar sequence from being played at all on '44 Essex? Here's the A-1 Mechanimation code, if it helps: mechanimations = { -- from FA-18C LaunchBar = { {Transition = {"Retract", "Extend"}, Sequence = {{C = {{"ChangeDriveTo", "HydraulicGravityAssisted"}, {"VelType", 2}, {"Arg", 85, "to", 1.0, "in", 4.5}}}}}, {Transition = {"Extend", "Retract"}, Sequence = {{C = {{"ChangeDriveTo", "Hydraulic"}, {"VelType", 2}, {"Arg", 85, "to", 0.0, "in", 4.5}}}}}, {Transition = {"Retract", "Stage"}, Sequence = {{C = {{"ChangeDriveTo", "HydraulicGravityAssisted"}, {"VelType", 2}, {"Arg", 85, "to", 0.745, "in", 4.0}}}}}, {Transition = {"Any", "Retract"}, Sequence = {{C = {{"ChangeDriveTo", "Hydraulic"}, {"VelType", 2}, {"Arg", 85, "to", 0.000, "in", 1.0}}}}},--4.5 LaunchBar Hoch from VSN F-4B {Transition = {"Stage", "Retract"}, Sequence = {{C = {{"ChangeDriveTo", "Hydraulic"}, {"VelType", 2}, {"Arg", 85, "to", 0.0, "in", 0.5}}}}}, -- in was 4.0 {Transition = {"Extend", "Stage"}, Sequence = {{C = {{"ChangeDriveTo", "Mechanical"}, {"Arg", 85, "from", 1.0, "to", 0.745, "in", 1.0}}}}}, {Transition = {"Stage", "Pull"}, Sequence = {{C = {{"ChangeDriveTo", "Mechanical"}, {"Arg", 85, "from", 0.745, "to", 0.743, "in", 1.0}}}}}, {Transition = {"Stage", "Extend"}, Sequence = {{C = {{"ChangeDriveTo", "Mechanical"}, {"Arg", 85, "from", 0.745, "to", 1.0, "in", 0.2}}}}}, }, Door0 = { {Transition = {"Close", "Open"}, Sequence = {{C = {{"Arg", 38, "to", 0.9, "in", 9.0},},},}, Flags = {"Reversible"},}, {Transition = {"Open", "Close"}, Sequence = {{C = {{"Arg", 38, "to", 0.0, "in", 6.0},},},}, Flags = {"Reversible", "StepsBackwards"},}, {Transition = {"Any", "Bailout"}, Sequence = {{C = {{"JettisonCanopy", 0},},},},}, }, FoldableWings = { {Transition = {"Retract", "Extend"}, Sequence = {{C = {{"Arg", 8, "to", 0.0, "in", 10.0}}}}, Flags = {"Reversible"}}, {Transition = {"Extend", "Retract"}, Sequence = {{C = {{"Arg", 8, "to", 1.0, "in", 10.0}}}}, Flags = {"Reversible", "StepsBackwards"}}, }, }, -- end of mechanimations If there's an error in the code, always open to get help If you want to test a slightly adjusted Skyraider that can take off with a regular load without catapult from the WWII Essex, check out https://tetet.de/dcs/mods/[VWV] A-1-2025-06-30.zip Cheers, TeTeT 1
-Rudel- Posted Monday at 01:53 PM Posted Monday at 01:53 PM The Essex class carrier is not setup for catapult launches. I have submitted a feature request a few years ago asking for bridal cable support and animations. Until ED properly develops this new catapult system, we will not implement the current system. 2 https://magnitude-3.com/ https://www.facebook.com/magnitude3llc https://www.youtube.com/@magnitude_3 i9 13900K, 128GB RAM, RTX 4090, Win10Pro, 2 x 2TB SSD, 1 x 15TB SSD U.2 i9 10980XE, 128GB RAM, RTX 3090Ti, Win10 Pro, 2 x 256GB SSD, 4 x 512GB SSD RAID 0, 6 x 4TB HDD RAID 6, 9361-8i RAID Controller i7 4960X, 64GB RAM, GTX Titan X Black, Win10 Pro, 512GB PCIe SSD, 2 x 256GB SSD
TeTeT Posted Monday at 05:22 PM Author Posted Monday at 05:22 PM 3 hours ago, -Rudel- said: Until ED properly develops this new catapult system, we will not implement the current system. Thanks for the clear answer, perfectly understood! If it's not implemented, I wonder why the mechanimation for deploying the bridle is played? Or maybe it's best to have two configs, one for the traditional Essex WWII style carrier without mechanimation and one for newer carriers with catapult? Looking for a nice way out... And when we're on the wishlist subject, Essex with SCB-27 update (https://en.wikipedia.org/wiki/SCB-27) would be mine Let me close this post with best wishes for the team, the Essex WWII carrier looks just awesome and fills quite a void in the game!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now