Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4cb8671
smoke: new component
BrettMayson Jan 7, 2026
307aa65
headers
BrettMayson Jan 7, 2026
c4ea58b
Apply suggestions from code review
BrettMayson Jan 7, 2026
e9e58b4
Apply suggestion from @PabstMirror
BrettMayson Jan 7, 2026
7dcb19e
compat: aegis
BrettMayson Jan 7, 2026
8a958b5
compat: cup
BrettMayson Jan 7, 2026
838ab18
fix default breathing protection
BrettMayson Jan 9, 2026
1fbd5cd
fix var assignment
BrettMayson Jan 9, 2026
28bdebc
use 500
BrettMayson Jan 10, 2026
db09e41
compat: ws
BrettMayson Jan 10, 2026
c7a5c5f
don't check inside vehicles
BrettMayson Jan 11, 2026
1fd6f2c
Apply suggestions from code review
BrettMayson Jan 25, 2026
2a60198
don't seVariable every run
BrettMayson Jan 25, 2026
3ad6102
reduce pfh frequency, fix detection in tight spaces
BrettMayson Jan 25, 2026
7ff70cc
5 times per second
BrettMayson Jan 25, 2026
729c5a4
don't apply in tanks
BrettMayson Jan 25, 2026
a3b0064
Merge remote-tracking branch 'upstream/master' into smoke
BrettMayson Feb 2, 2026
9d26334
better vehicle handling
BrettMayson Feb 2, 2026
f6cb458
full protection allows recovery
BrettMayson Feb 2, 2026
dc53019
reuse code, various tweaks
BrettMayson Feb 2, 2026
33001b1
improve vehicle logic
BrettMayson Feb 2, 2026
7399a22
change helicopter config
BrettMayson Feb 3, 2026
276a584
add back sky check
BrettMayson Feb 3, 2026
98feb6b
Update addons/smoke/functions/fnc_isOpenSeat.sqf
BrettMayson Feb 3, 2026
4c3feef
remove false positive when going prone in some environments
BrettMayson Feb 16, 2026
58a346a
Apply suggestions from code review
BrettMayson Feb 20, 2026
3c0a940
Apply suggestions from code review
BrettMayson Feb 20, 2026
2759bea
Apply suggestion from @PabstMirror
PabstMirror Feb 20, 2026
fbc8503
Disable visual effects in spectator/zeus
PabstMirror Mar 7, 2026
9952aee
smoke -> irritants
BrettMayson Mar 20, 2026
a8a538c
Update addons/compat_cup_units/compat_cup_smoke/CfgGlasses.hpp
BrettMayson Mar 21, 2026
370da58
replace all ace_smoke -> ace_irritants
PabstMirror Mar 24, 2026
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
29 changes: 24 additions & 5 deletions .hemtt/launch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ workshop = [
"450814997", # CBA_A3
]

[adt]
extends = "default"
workshop = [
"3499977893", # ADT
]

[zen]
extends = "default"
workshop = [
"1779063631", # ZEN
]

[rhs]
extends = "default"
workshop = [
Expand All @@ -26,22 +38,29 @@ workshop = [
"1369691841", # Community Factions Project
]

[wardrobe]
[aegis]
extends = "default"
workshop = [
"949252631", # Aegis
]
dlc = [
"ws", # Western Sahara
]

[wardrobe]
extends = "adt"
mission = "Wardrobe.VR"
workshop = [
"3499977893", # Advanced Developer Tools
"1779063631", # ZEN
# "751965892", # ACRE
# "623475643", # eden enhanced
# "623475643", # 3den Enhanced
]

[sogns]
extends = "default"
extends = "adt"
dlc = ["vn"]
workshop = [
"623475643", # 3den Enhanced
"3499977893", # Advanced Developer Tools
"3083451905", # S.O.G. Nickel Steel
"1779063631", # Zeus Enhanced
]
Loading
Loading