Jump to content

Recommended Posts

Posted

Hello!

 

I'm wondering what the logic is, for the wheel chocks. Some aircraft like the L-39 have this option in the ground communication menu, but most others don't have it. For some aircraft like the Bf-109, the Fw-190 that would be a welcome entry since otherwise the pilot has to maintain the brakes, which beside being annoying and awkward, is probably not a good practice after landing (or for distracted pilots).

 

I'm not sure whether the options in that menu are only set by each aircraft, or if there are common options, but if there are indeed common options it would be best to have chocks for all planes, like in reality.

 

Of course for that the ground crew should respond, but that's another issue and I haven't done extensive tests recently.

 

The missing "wheel chocks" could also be a bug, or an option which has been removed in some aircraft, I have no idea, so I put this thread here :)

System specs: Win7 x64 | CPU: i7-4770K | RAM: 16 GB | GPU: GTX 980 Ti 6 GB | Thrustmaster HOTAS | MFG rudder pedals | SATA3 SSD | TrackIR

Posted

Not a bug, they're just one of these additional ground crew features programmed in for individual plane modules, like inertia starter in -109, or air supply in F-5, or canopy closing in L-39.

 

I wouldn't mind having these added for all the planes though!

i7 9700K @ stock speed, single GTX1070, 32 gigs of RAM, TH Warthog, MFG Crosswind, Win10.

Posted (edited)

I tried by adding this to the comm.lua (for now in the Bf109):

 

g_crew_items[#g_crew_items + 1] = {name = _('Place wheel chocks'), command = sendMessage.new(Message.wMsgLeaderGroundToggleWheelChocks, true)}

g_crew_items[#g_crew_items + 1] = {name = _('Remove wheel chocks'), command = sendMessage.new(Message.wMsgLeaderGroundToggleWheelChocks, false)}

 

The menu shows, and the dialog with the ground crew works, but I see no chocks and it doesn't prevent the aircraft from moving. I must be missing something...

 

I've also tried Message.wMsgGroundCrewWheelChocksOff and Message.wMsgGroundCrewWheelChocksOn, but all those seems to be only dialogs.

Edited by Redglyph

System specs: Win7 x64 | CPU: i7-4770K | RAM: 16 GB | GPU: GTX 980 Ti 6 GB | Thrustmaster HOTAS | MFG rudder pedals | SATA3 SSD | TrackIR

Posted

You can't just simply add the wheel chocks option to all planes. For example the A-10 doesn't have this option, because it does not have wheel cocks modeled. So they won't appear. ;)

It's part of the module itself and quite hardcoded, not something that is available everywhere.

- Deutsche Tutorials und DCS Gameplay: youtube.com/Rakuzard | raku.yt/discord -
Posted

Ah, too bad. Thanks for telling me :)

System specs: Win7 x64 | CPU: i7-4770K | RAM: 16 GB | GPU: GTX 980 Ti 6 GB | Thrustmaster HOTAS | MFG rudder pedals | SATA3 SSD | TrackIR

Posted

Now that wheel chocks are mentioned,

I realize that it is strange, that an aircraft is parked without chocks !!

 

It would be great if every aircraft with wheel type undercariage,

(cold)-starts, with wheel chocks in place, just like in the real world.

 

Hope this will be added in the future.

  • Recently Browsing   0 members

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