Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/heclak/community-a4e-c i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
08jne01 committed Oct 16, 2021
2 parents bfc6ebc + 9804e48 commit 9460543
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion A-4E-C/Input/joystick/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ join(res.keyCommands,{
---------------------------------------------
{down = iCommandPilotGestureSalute, name = _('Pilot Salute'), category = {_('Communications')}},
{down = iCommandPlaneShipTakeOff, name = _('Catapult Hook-Up'), category = {_('Communications')}},
{down = Keys.cat_power_toggle, name = _('Catapult Toggle Power Mode'), category = {_('Communications')}},
{down = Keys.cat_power_toggle, name = _('Catapult Power Mode - DEFAULT/AUTO'), category = {_('Communications')}},
{down = Keys.ToggleSlatsLock, name = _('Slats - LOCK/UNLOCK'), category = {_('Communications')}},
{down = Keys.ChangeCBU2AQuantity, value_down = 1, name = _('CBU-2/A Release Quantity - 1/2/3'), category = {_('Communications'), _('Kneeboard'), _('AN/ALE-29A Chaff Dispensing System')}},
{down = Keys.ChangeCBU2BAQuantity, value_down = 1, name = _('CBU-2B/A Release Quantity - 1/2/3/4/6/SALVO'), category = {_('Communications'), _('Kneeboard'), _('AN/ALE-29A Chaff Dispensing System')}},
Expand Down
2 changes: 1 addition & 1 deletion A-4E-C/Input/keyboard/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ join(res.keyCommands,{
---------------------------------------------
{down = iCommandPilotGestureSalute, name = _('Pilot Salute'), category = {_('Communications')}},
{combos = {{key = 'U'}}, down = iCommandPlaneShipTakeOff, name = _('Catapult Hook-Up'), category = {_('Communications')}},
{combos = {{key = 'U', reformers = {'LCtrl'}}}, down = Keys.cat_power_toggle, name = _('Catapult Toggle Power Mode'), category = {_('Communications')}},
{combos = {{key = 'U', reformers = {'LCtrl'}}}, down = Keys.cat_power_toggle, name = _('Catapult Power Mode - DEFAULT/AUTO'), category = {_('Communications')}},
{combos = {{key = 'S', reformers = {'LShift', 'LAlt'}}}, down = Keys.ToggleSlatsLock, name = _('Slats - LOCK/UNLOCK'), category = {_('Communications')}},
{combos = {{key = '2', reformers = {'RShift','RAlt'}}}, down = Keys.ChangeCBU2AQuantity, value_down = 1, name = _('CBU-2/A Release Quantity - 1/2/3'), category = {_('Communications'), _('Kneeboard'), _('AN/ALE-29A Chaff Dispensing System')}},
{combos = {{key = '3', reformers = {'RShift','RAlt'}}}, down = Keys.ChangeCBU2BAQuantity, value_down = 1, name = _('CBU-2B/A Release Quantity - 1/2/3/4/6/SALVO'), category = {_('Communications'), _('Kneeboard'), _('AN/ALE-29A Chaff Dispensing System')}},
Expand Down
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ Please list the changes you've made in this file. We should try to follow the gu
## Version 2.0.0-RC2 - 19 Sep 2021

### Added
- Mode to switch between automatic carrier speed and mass calculations and ones tuned for the stennis and supercarrier. Use automatic mode with modded aircraft carriers to make launches more realistic. Stennis/Supercarrier mode is default. There is a keybind Ctrl+U to switch by default.
- New keybinds
- A new mode switch for carrier launches - DEFAULT mode supports the Stennis and Supercarrier. A new mode, AUTO makes speed and mass calculations when launching from aircraft carrier mods (for example, the HMAS Melbourne) more realistic. A new keybind for Catapult Power Mode is provided (Default: 'LCtrl+U')
- Flight Model: added inital implementation of ground effect.
- Added gravity to slats (not just spring force).
- New sidewinder sounds (to also fix the bug where people hear no sounds).
- Brazil loviz fuel tank.
- More kneeboard pages.
- Added gravity to slats (not just spring force)
- Added AIM-9 sidewinder sounds (this fixes the bug where the some useres were missing sidewinder tones).
- Added new default keybinds for AFCS, BDHI, chaff, fuel system, gunsight, master exterior light switch
- Added unique fuel tank to 'Brazil Marinha do Brasil VF-1 LoViz, 2018' livery
- Added kneeboard pages for detail on takeoff, taxi, and landings. ('RShift+K')
- Aligned 'Throttle Panel' category to kneeboard

### Changed
- Flight Model:
Expand All @@ -31,8 +32,9 @@ Please list the changes you've made in this file. We should try to follow the gu
- Fixed radar keybind that was not showing.
- Blacking out when in the wake turbulance of another aircraft.
- Volume of some sounds not being correctly adjusted.
- Fixed Argentina aniversary livery.
- Kneeboard alignment issues.
- Fixed typo in Brazil Marinha do Brasil VF-1 15 ANOS, 2013
- Fixed roughmets for 'RNZAF Golden T-Bird No.2, Squadron Ohakea, 1986' livery
- Kneeboard errors.

## Version 2.0.0-RC1 - 19 Sep 2021

Expand Down

0 comments on commit 9460543

Please sign in to comment.