-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change Names from Development to Stable * Updated Changelog * Update Crash_report .md * Author Updates
- Loading branch information
1 parent
6d97a95
commit b7086c5
Showing
8 changed files
with
75 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
**0.7.3 Stable Changelog** | ||
- MAJOR FEATURE UPDATES | ||
- ACRE Integration | ||
- ICS for limited cargo seats | ||
- Troop Commander seats with access to ICS & personal radio booster (UH60M & MH60M) | ||
- Improvements to Copilots radio functionality | ||
- Radios no longer tied to FFCS system, in fact, please avoid using that and use the FMS instead. | ||
|
||
- Modded Keybinds | ||
- Most cockpit switches | ||
- FLIR | ||
- Flight Director | ||
- MFDs | ||
|
||
- CHANGES/FIXES/IMPROVEMENTS | ||
|
||
- Audio | ||
- Various config and script improvements | ||
- Fix remoteExec call use | ||
|
||
- HAAR | ||
- Compatibility with USAF Tankers module | ||
- Removed bespoke AAR Functions and KV-44 Blackfish variant | ||
|
||
- M230/30mm | ||
- ACE Frag settings for the 30mm have been adjusted to stop inadvertently killing DAP Pilots | ||
- 30mm Ammo Config now matches the Apache Longbow Project config (they're the same weapon) 🤷 | ||
- Removes AP variant of the M230. Ammo Config above contains an AP submunition | ||
- Base Class for 30mm Ammo changed | ||
- 30mm Tracers Removed | ||
|
||
- M134 Minigun/Door Guns | ||
- Updates Tracer count to 1-in-5 | ||
- Removes Minigun EOTech Sights | ||
- Fixes Minigun Burst continuing after releasing the trigger | ||
- Door Guns now have realistic traversal and elevation limits. Limits are the same for Turned In and Turned Out modes | ||
|
||
- AI Engagement | ||
- AI should now target the helicopter (more) appropriately. As of this build, most vehicles will engage the helicopter now. Only infantry that will engage the aircraft are AA and AT Launcher Rifleman. | ||
|
||
- Virtual Garage/Editor | ||
- Removed Broken "Remove Cockpit Door" Garage Option | Replaced with Individual "Hide L/R Cockpit Door" Option | ||
- Added "Close L/R Cabin Door" Garage Option | ||
- UH Variants spawn with cabin doors closed | ||
- Removed Garage Options to Add/Remove MH/HH-Specific Parts to all variants (with exception of the ERFS Tank). In-game removal of the Probe remains unchanged. | ||
- Added the different variants to the Virtual Garage | ||
- Removed the OPFOR Variants of the aircraft | ||
|
||
- MFD/Interaction | ||
- Topo Maps for the TAC uploaded at 4k as a temp fix for 8k not working | ||
- Removed ACE LST Function to avoid confliction with the MFD-Based LST Feature | ||
- Fixed Help UI showing up unwantedly on seat swap | ||
- Fixed Interaction setup not running on seat swap | ||
- Fix IVHMS Scroll Wheel action not displaying when no battery power is applied | ||
- JVMF Delete Message function added | ||
- Skis can be added via ACE | ||
|
||
- Miscellaneous | ||
- ACE/CBA Minimum Version Requirement added after missile guidance update | ||
- Changes to some weird spellings | ||
- MEDEVAC Variant renamed to HH-60M | ||
- Transferred Debug settings from Framework Addon Options to the H60 Addon Options |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name = "H-60 pack - Development Version"; | ||
name = "H-60 pack - Stable Version"; | ||
picture = "logo_vtx_ca.paa"; | ||
actionName = "Guide"; | ||
action = "https://uh-60m.gitbook.io/workspace/guides/getting-started"; | ||
description = "H-60 pack - Development Version"; | ||
description = "H-60 pack - Stable Version"; | ||
logo = "logo_vtx_ca.paa"; | ||
logoOver = "logo_vtx_ca.paa"; | ||
tooltip = "H-60 pack - Development Version"; | ||
tooltipOwned = "H-60 pack - Development Version Owned"; | ||
overview = "H-60 pack - Development Version"; | ||
author = "Yax"; | ||
tooltip = "H-60 pack - Stable Version"; | ||
tooltipOwned = "H-60 pack - Stable Version Owned"; | ||
overview = "H-60 pack - Stable Version"; | ||
author = "Project Hatchet Studios"; | ||
overviewPicture = "logo_vtx_ca.paa"; |