Skip to content

Commit

Permalink
Stable 0.7.3 Pre-Release (#471)
Browse files Browse the repository at this point in the history
* Change Names from Development to Stable

* Updated Changelog

* Update Crash_report .md

* Author Updates
  • Loading branch information
Riverman02 authored Dec 18, 2024
1 parent 6d97a95 commit b7086c5
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 117 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Crash_report .md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ assignees: ''
- **Arma 3:** `x.xx` [e.g. 1.00 stable, rc, dev, Prof ]
- **CBA:** `3.x.x` [e.g. 3.0.0 stable]
- **ACE3:** `3.x.x` [eg. 3.0.0 stable]
- **Hatchet H-60 pack - Development Version:** `YYYYMMDD` [eg. 20200427 stable]
- **Hatchet Framework - Development Version:** `YYYYMMDD` [eg. 20200427 Prof]
- **Hatchet H-60 pack - Stable Version:** `YYYYMMDD` [eg. 20200427 stable]
- **Hatchet Framework - Stable Version:** `YYYYMMDD` [eg. 20200427 Prof]

<!-- We know you use more mods, please list all and include a link make more or less as needed -->

Expand Down
2 changes: 1 addition & 1 deletion addons/UH60/config/cfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CfgVehicles
#include "cfgUVAnimations.hpp"
#include "CfgUserActions.hpp"
#include "edenAttributes.hpp"
author = "Project Hatchet Studio";
author = "Project Hatchet Studios";
class VTX_H60_HDTS_Copilot;
#include "cfgVxf.hpp"
memoryPointDriverOptics = "slingcam";
Expand Down
4 changes: 2 additions & 2 deletions addons/uh60_hoist/config/cfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CfgVehicles
};
class vtx_hook_helper: vtx_hook_base{
displayName = "Rescue Hoist Hook Helper";
author = "Project Hatchet Studio";
author = "Project Hatchet Studios";
scope = 1;
model = "z\vtx\addons\uh60_hoist\data\vtx_hook_helper.p3d";
slingLoadCargoMemoryPoints[] = {"sling_point"};
Expand Down Expand Up @@ -113,7 +113,7 @@ class CfgVehicles
class AcreRacks {};
class AcreIntercoms {};
armor = 1000000;
author = "Project Hatchet Studio";
author = "Project Hatchet Studios";
cargoAction[] = {"ChopperLight_CB_static_H"};
memoryPointsGetInCargo = "pos cargo";
memoryPointsGetInCargoDir = "pos cargo dir";
Expand Down
2 changes: 1 addition & 1 deletion addons/uh60_misc/config/cfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class cfgVehicles {

class Land_MobileScafolding_01_F;
class vtx_serviceplatform: Land_MobileScafolding_01_F {
author = "Project Hatchet";
author = "Project Hatchet Studios";
displayName = "Blackhawk Service Platform";
model = "\z\vtx\addons\uh60_misc\data\serviceplatform\Yax_service_test.p3d";
};
Expand Down
2 changes: 1 addition & 1 deletion addons/uh60_weapons/config/cfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class CfgVehicles {
class AcreRacks {};
class AcreIntercoms {};
armor = 1000000;
author = "Project Hatchet Studio";
author = "Project Hatchet Studios";
cargoAction[] = {"ChopperLight_CB_static_H"};
memoryPointsGetInCargo = "pos cargo";
memoryPointsGetInCargoDir = "pos cargo dir";
Expand Down
104 changes: 0 additions & 104 deletions changelog-060.md

This file was deleted.

62 changes: 62 additions & 0 deletions changelog-073.md
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
12 changes: 6 additions & 6 deletions mod.cpp
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";

0 comments on commit b7086c5

Please sign in to comment.