Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garage, Turn out, Model fixes #236

Closed
wants to merge 46 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a165f19
garage commit for gitgods
ampersand38 Dec 24, 2021
c8143df
update from main
ampersand38 Dec 24, 2021
fffd7a9
Merge branch 'Main' into garage-2
ampersand38 Dec 24, 2021
628d864
textures
ampersand38 Dec 24, 2021
cd46284
skin updates
ampersand38 Dec 24, 2021
585d699
4.0.0
ampersand38 Dec 24, 2021
993d09d
pbo prefix
ampersand38 Dec 24, 2021
e81ffdc
inherit turrets instead of copying
ampersand38 Dec 25, 2021
ddd826a
60S pylons should not have seats
ampersand38 Dec 25, 2021
d88cf10
Update fnc_perSecond.sqf
ampersand38 Dec 27, 2021
8fab0b3
Merge branch 'turret-inheritance' into garage-2
ampersand38 Dec 29, 2021
892ef47
compartments are inherited
ampersand38 Dec 30, 2021
daf9cea
Fix SFM handling
ampersand38 Dec 30, 2021
f1f26b0
No turrets to lock when hiding gunner seats on DAP
ampersand38 Dec 30, 2021
89a2a2a
Can animate pylons to match stores
ampersand38 Dec 30, 2021
7bad753
old flir shit somehow
ampersand38 Dec 31, 2021
c155dd9
bandaid for pilot turned out
ampersand38 Dec 31, 2021
eabf8c0
Merge branch 'Main' into garage-2
ampersand38 Dec 31, 2021
ff71652
GAU-21 muzzleFlash follow elevation
ampersand38 Jan 2, 2022
5e23e90
-60M and -60S animationSources
ampersand38 Jan 2, 2022
e72b9fd
remove crosshairs
ampersand38 Jan 2, 2022
78ce93e
formatting
ampersand38 Jan 3, 2022
7341c49
turn out limits
ampersand38 Jan 3, 2022
66bd4b1
rotor hub shadows
ampersand38 Jan 3, 2022
f8f4ac9
Fix left gun muzzle flash
ampersand38 Jan 4, 2022
78eb8a6
avoid conflicts with FFV-LOD
ampersand38 Jan 4, 2022
3ef7bab
thigh gap
ampersand38 Jan 5, 2022
282c158
suspension values were lost
ampersand38 Jan 5, 2022
9d7b64a
Crew seat in cabin compartment, not cockpit
ampersand38 Jan 5, 2022
80145bc
Disallow hiding turrets
ampersand38 Jan 5, 2022
2d2bf92
stronger main gear
ampersand38 Jan 5, 2022
f219415
door phsx, main damper top
ampersand38 Jan 5, 2022
0303270
doors open position
ampersand38 Jan 5, 2022
9a46bf1
window seat LOD
ampersand38 Jan 5, 2022
b53aeb2
cabin door phsX, hit points
ampersand38 Jan 5, 2022
67c52b5
doors flush with side when open
ampersand38 Jan 6, 2022
bd87307
shadow bits
ampersand38 Jan 6, 2022
b534e1d
shadows, hitpoints, uvsets
ampersand38 Jan 7, 2022
c2fb7af
remove unused bones
ampersand38 Jan 7, 2022
f2abec9
remove unused animations
ampersand38 Jan 7, 2022
97bf516
pedals go the right way now
ampersand38 Jan 7, 2022
f83adda
tail rotor hitpoints are ridiculously big
ampersand38 Jan 7, 2022
e799623
hitpoint
ampersand38 Jan 7, 2022
5cd57e5
Release 0.4.0.1
ampersand38 Jan 7, 2022
6ce8a58
Merge branch 'Main' into garage-2
ampersand38 Jan 8, 2022
cb06e10
Revert "Merge branch 'Main' into garage-2"
ampersand38 Jan 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions addons/uh60_flir/functions/fnc_setup.sqf
Expand Up @@ -58,6 +58,7 @@ vtx_uh60_flir_isVisibleMap = visibleMap;
call vtx_uh60_flir_fnc_setIsPipHidden;

if (vtx_uh60_flir_playerIsPilot) then {
player action ["TurnIn", vehicle player];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix #245

if (productVersion # 2 >= 207) then {
// https://community.bistudio.com/wiki/Arma_3:_Event_Handlers#VisionModeChanged
_id = player addEventHandler ["VisionModeChanged", {
Expand Down