Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
76457f4
fix tac map self/north align condition
ampersand38 Jun 27, 2025
ff1eb08
fix missing )
ampersand38 Jun 27, 2025
2b3ff3e
fix missing sections
ampersand38 Jun 27, 2025
72d33e8
fix front vector not unit vector
ampersand38 Jun 27, 2025
820d29d
fix missing animation due to case difference
ampersand38 Jun 27, 2025
d9786f3
fix Undefined variable in HitPoints. Close #407
ampersand38 Jun 27, 2025
1c8ae4e
Fix FMS pylon. Close #506
ampersand38 Jun 27, 2025
5cb604a
final new line
ampersand38 Jun 27, 2025
1abd12d
fix unknown animation source
ampersand38 Jun 27, 2025
0abccc5
fix binarize log
ampersand38 Jun 27, 2025
d218afc
dev info update
ampersand38 Jun 27, 2025
792bffb
clean up old hemtt
ampersand38 Jun 27, 2025
c77d787
fix `Warning: Convex component representing wheels not found`
ampersand38 Jun 27, 2025
cdda0c5
simplify config, no effective change
ampersand38 Jun 27, 2025
c0ac02f
Fix mastercaution stuck. Close #440
ampersand38 Jun 28, 2025
a95c79b
dev log
ampersand38 Jun 28, 2025
f21d556
Fix FLIR for pilot (#505)
ampersand38 Jun 29, 2025
613aa6d
fix duplicate cross hair in sling cam
ampersand38 Jun 29, 2025
30c2104
fix rpt spam due to no target in vtx_uh60_flir_fnc_syncPilots
ampersand38 Jun 29, 2025
2d8243b
Update CHANGELOG-DEV.md
ampersand38 Jun 29, 2025
0f654f7
Fix HH-60 defaulting to slingcam
ampersand38 Jul 15, 2025
ebf38d6
Fix Stabilize Turret keybind needing T+Ctrl instead of responding to …
ampersand38 Jul 15, 2025
9da55d7
quick fix for mlass stores jettison
ampersand38 Jul 15, 2025
b3bbd0d
remove pylons from models without wing stores
ampersand38 Jul 15, 2025
490b188
undo commit, broke hellfires
ampersand38 Jul 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
release/*
releases/*
keys/*
.hemtt/local
/.hemtt
/.hemttout
*.pbo
texHeaders.bin
*.swp
Expand All @@ -14,4 +15,4 @@ build/
Thumbs.db
.sconsign.dblite
*.wav
*.pkf
*.pkf
5 changes: 5 additions & 0 deletions CHANGELOG-DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**0.7.5.3**

- Fix various RPT spam https://github.com/Project-Hatchet/H-60/issues/506
- Fix seam in MH exterior

2 changes: 1 addition & 1 deletion addons/H60_SFX/CfgSoundSets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ class vtx_SpeedStress_Int_SoundSet_Base: vtx_Internal_Base
};
};

#include "Engine_SoundSets.hpp"
#include "Engine_SoundSets.hpp"
2 changes: 1 addition & 1 deletion addons/H60_SFX/CfgSoundShaders.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class vtx_TransmissionDamage_Ext_phase1_SoundShader_Base
}
};
frequency="0.66 + rotorspeed / 3";
volume="((transmissiondamage factor [0.3, 0.35])*(transmissiondamage factor [0.5, 0.45])*(rotorspeed factor [0.2, 0.5])*(CustomSoundController14+1)";
volume="(transmissiondamage factor [0.3, 0.35])*(transmissiondamage factor [0.5, 0.45])*(rotorspeed factor [0.2, 0.5])*(CustomSoundController14+1)";
range=100;
};
class vtx_TransmissionDamage_Ext_phase2_SoundShader_Base: vtx_TransmissionDamage_Ext_phase1_SoundShader_Base
Expand Down
2 changes: 1 addition & 1 deletion addons/H60_SFX/Compat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ class vtx_MH60S_GAU21L: vtx_H60_base
{
class CargoTurret_01: CargoTurret{};
};
};
};
2 changes: 1 addition & 1 deletion addons/H60_SFX/Engine_SoundSets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ class vtx_Engine_Transport_SoundSet_Base: vtx_EngineInt_SoundSet
{
"vtx_Engine_Transport_SoundShader_Base"
};
};
};
2 changes: 1 addition & 1 deletion addons/H60_SFX/Engine_SoundShaders.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ class vtx_Engine_Transport_SoundShader_Base
};
frequency="rotorSpeed";
volume="camInt*(rotorSpeed factor [0.3, 1])*playerPos*(CustomSoundController16+1)";
};
};
2 changes: 1 addition & 1 deletion addons/H60_SFX/functions/fn_PlayAPUGlobal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ private _var = call _Vars;

if (({_x == "ON"} count _var) == 3) then {
[_vehicle,"APU",8] call vtx_uh60_Sound_fnc_EngineEH;
};
};
2 changes: 1 addition & 1 deletion addons/H60_SFX/functions/fn_PlayEngineGlobal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if ((_Vars find "STARTING" > -1) && (_rotorspeed < 0.6)) then {
//-Engine Off
if ((_Vars find "OFF" > -1) && (_rotorspeed != 0)) then {
[_vehicle,"Shutdown",18] call vtx_uh60_Sound_fnc_EngineEH;
};
};
2 changes: 1 addition & 1 deletion addons/H60_SFX/functions/fn_engineEH.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ _delay
};
}, [_vehicle,cameraView,_sound,_state,_condition,_status_count]] call CBA_fnc_waitUntilAndExecute;
};
} foreach _types;*/
} foreach _types;*/
12 changes: 8 additions & 4 deletions addons/MH60M/config/cfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class VTX_FDRight;
class VTX_FDLeft;
class VTX_FMS_L;
class VTX_FMS_R;
class VTX_FMS_L2;
class VTX_FMS_R2;
class VTX_FMS_L4;
class VTX_FMS_R4;
class VTX_ESIS_BOOT;

class CfgVehicles {
Expand Down Expand Up @@ -241,8 +245,8 @@ class CfgVehicles {
class VTX_ESIS_Misc: VTX_ESIS_Misc {};
class VTX_FDRight: VTX_FDRight {};
class VTX_FDLeft: VTX_FDLeft {};
class VTX_FMS_L: VTX_FMS_L {};
class VTX_FMS_R: VTX_FMS_R {};
class VTX_FMS_L2: VTX_FMS_L2 {};
class VTX_FMS_R2: VTX_FMS_R2 {};
class VTX_ESIS_BOOT: VTX_ESIS_BOOT {};
};
}; // vtx_H60_base
Expand Down Expand Up @@ -343,8 +347,8 @@ class CfgVehicles {
class VTX_ESIS_Misc: VTX_ESIS_Misc {};
class VTX_FDRight: VTX_FDRight {};
class VTX_FDLeft: VTX_FDLeft {};
class VTX_FMS_L: VTX_FMS_L {};
class VTX_FMS_R: VTX_FMS_R {};
class VTX_FMS_L4: VTX_FMS_L4 {};
class VTX_FMS_R4: VTX_FMS_R4 {};
class VTX_ESIS_BOOT: VTX_ESIS_BOOT {};
};
}; // vtx_MH60M_DAP_MLASS
Expand Down
2 changes: 1 addition & 1 deletion addons/MH60M/data/Mlass.rvmat
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ class Stage7
{
texture="z\vtx\addons\UH60\Data\Exterior\env_land_co.paa";
uvSource="none";
};
};
Binary file modified addons/UH60/Data/Exterior/Glass_old.rvmat
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/UH60/cfgSetting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ class CfgSettings {
};
};
};
};
};
2 changes: 1 addition & 1 deletion addons/UH60/config/MFD/MFDConfig.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "ESIS.hpp"
#include "CLOCK.hpp"
#include "FDRight.hpp"
#include "FDLeft.hpp"
#include "FDLeft.hpp"
1 change: 1 addition & 0 deletions addons/UH60/config/cfgAnimationSources.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class AnimationSources {
//#define ANIMSRC(name,src,per,init)
ANIMSRC(cockpitlight_show,user,1,0);
ANIMSRC(cabinlight_show,user,1,0);
ANIMSRC(PositionLight_Show,user,1,0);
ANIMSRC(Hoist_Hook_hide,user,1,0);
ANIMSRC(Door_LF,door,0.5,0);
ANIMSRC(Door_RF,door,0.5,0);
Expand Down
2 changes: 1 addition & 1 deletion addons/UH60/config/cfgVehiclesParts/UI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ unitInfoTypeRTD = "vtx_uh60_rscUnitInfoMinimal";

// unitInfoType = "RscUnitInfoAir";
// unitInfoTypeLite = "RscUnitInfoAirRTDBasic";
// unitInfoTypeRTD = "RscUnitInfoAirRTDFullDigital";
// unitInfoTypeRTD = "RscUnitInfoAirRTDFullDigital";
Loading