Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/zhexu14/dcs_liberation i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
zhexu14 committed Nov 29, 2024
2 parents 6fcff10 + 82258f3 commit b348e29
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Saves from 12.x are not compatible with 12.1.0.

## Features/Improvements


* **[Engine]** Support for CH-47 Chinook.

## Fixes

Expand Down
25 changes: 25 additions & 0 deletions resources/customized_payloads/CH-47Fbl1.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
local unitPayloads = {
["name"] = "CH-47Fbl1",
["payloads"] = {
[1] = {
["name"] = "Liberation Air Assault",
["pylons"] = {
[1] = {
["CLSID"] = "{CH47_STBD_M60D}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{CH47_PORT_M60D}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 35,
},
},
},
["tasks"] = {
},
["unitType"] = "CH-47Fbl1",
}
return unitPayloads
1 change: 1 addition & 0 deletions resources/factions/bluefor_modern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ aircrafts:
- C-130J-30 Super Hercules
- C-17A
- CH-47D
- CH-47F Block I
- CH-53E
- F-117A Nighthawk
- F-14B Tomcat
Expand Down
1 change: 1 addition & 0 deletions resources/factions/usa_2005.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ aircrafts:
- C-130J-30 Super Hercules
- C-17A
- CH-47D
- CH-47F Block I
- CH-53E
- F-117A Nighthawk
- F-14B Tomcat
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions resources/units/aircraft/CH-47Fbl1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
class: Helicopter
carrier_capable: true
description: # from https://en.wikipedia.org/wiki/Boeing_CH-47_Chinook
In 2001, the CH-47F, an upgraded CH-47D, made its maiden flight. The first production model rolled out at Boeing's
facility in Ridley Park, Pennsylvania, and first flew on 23 October 2006. Upgrades included 4,868-shaft-horsepower
(3,630 kW) Honeywell engines and airframe with better integrated construction for lower maintenance requirements.
The milled construction reduces vibration, as well as inspection and repair needs, and eliminates flexing points to
increase service life. The CH-47F can fly at speeds of over 175 mph (282 km/h) with a payload of more than
21,000 lb (9,500 kg). New avionics include a Rockwell Collins Common Avionics Architecture System (CAAS) cockpit,
and BAE Systems' Digital Advanced Flight Control System (DAFCS). AgustaWestland assembles the CH-47F under license,
known as the Chinook ICH-47F, for several customers. Boeing delivered 48 CH-47Fs to the U.S. Army through August 2008;
at that time Boeing announced a $4.8 billion (~$6.67 billion in 2023) contract with the Army for 191 Chinooks.
lha_capable: true
introduced: 2006
cabin_size: 24 # It should have 33 but we do not want so much for CTLD to be possible
can_carry_crates: true
manufacturer: Boeing
origin: USA
price: 8
role: Transport
variants:
CH-47F Block I: {}
radios:
intra_flight: AN/ARC-186(V) FM
inter_flight: AN/ARC-186(V) FM
channels:
type: common
intra_flight_radio_index: 1
inter_flight_radio_index: 1
tasks:
Air Assault: 120
Transport: 110

0 comments on commit b348e29

Please sign in to comment.