Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
First MEU Auxmod
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hobnob
First MEU Auxmod
Merge requests
!8
Patch 1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Patch 1
patch-1
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Mark Broome
requested to merge
patch-1
into
master
5 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
adds increased LR range to pelican/falcon/hornet, adds target pod to falcon
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
45a79753
2 commits,
5 years ago
2 files
+
72
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
addons/first_meu_aux/CfgVehicles.hpp
+
70
−
1
Options
class
CfgVehicles
{
class
Helicopter_Base_H
;
class
OPTRE_falcon_base
;
class
OPTRE_Ammo_SupplyPod_Empty
;
class
OPTRE_Ammo_SupplyPod_Launcher
:
OPTRE_Ammo_SupplyPod_Empty
{
@@ -94,5 +96,72 @@ class CfgVehicles
delete
xx_OPTRE_MA5C
;
};
class
TransportItems
{};
};
};
class
OPTRE_UNSC_falcon
:
OPTRE_falcon_base
{
tf_range
=
30000
;
class
pilotCamera
{
class
OpticsIn
{
class
Wide
{
opticsDisplayName
=
"WFOV"
;
initAngleX
=
0
;
minAngleX
=
0
;
maxAngleX
=
0
;
initAngleY
=
0
;
minAngleY
=
0
;
maxAngleY
=
0
;
initFov
=
"(75 / 120)"
;
minFov
=
"(75 / 120)"
;
maxFov
=
"(75 / 120)"
;
directionStabilized
=
1
;
visionMode
[]
=
{
"Normal"
,
"NVG"
,
"Ti"
};
thermalMode
[]
=
{
0
,
1
};
gunnerOpticsModel
=
"\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_wide_F.p3d"
;
opticsPPEffects
[]
=
{
"OpticsCHAbera2"
,
"OpticsBlur2"
};
};
class
Medium
:
Wide
{
opticsDisplayName
=
"MFOV"
;
initFov
=
"(14.4 / 120)"
;
minFov
=
"(14.4 / 120)"
;
maxFov
=
"(14.4 / 120)"
;
gunnerOpticsModel
=
"\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_medium_F.p3d"
;
};
class
Narrow
:
Wide
{
opticsDisplayName
=
"NFOV"
;
initFov
=
"(4.8 / 120)"
;
minFov
=
"0.01"
;
maxFov
=
"(4.8 / 120)"
;
gunnerOpticsModel
=
"\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d"
;
};
};
minTurn
=
-
90
;
maxTurn
=
90
;
initTurn
=
0
;
minElev
=
-
10
;
maxElev
=
90
;
initElev
=
25
;
maxXRotSpeed
=
1
;
maxYRotSpeed
=
1
;
maxMouseXRotSpeed
=
0.5
;
maxMouseYRotSpeed
=
0.5
;
pilotOpticsShowCursor
=
1
;
controllable
=
1
;
};
memoryPointDriverOptics
=
"gunnerview"
;
};
class
OPTRE_Pelican_F
:
Helicopter_Base_H
{
tf_range
=
30000
;
};
class
OPTRE_Hornet_base
:
Helicopter_Base_H
{
tf_range
=
30000
;
};
};
};
\ No newline at end of file