Skip to content

Commit

Permalink
split copperhead for now
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jan 13, 2025
1 parent cf0eb62 commit 42c26a8
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 671 deletions.
6 changes: 0 additions & 6 deletions addons/missile_clgp/ACE_GuidanceConfig.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
class EGVAR(missileguidance,AttackProfiles) {
class copperhead {
onFired = QFUNC(copperhead_onfired);
functionName = QFUNC(copperhead_attackprofile);
};
};
96 changes: 0 additions & 96 deletions addons/missile_clgp/CfgAmmo.hpp
Original file line number Diff line number Diff line change
@@ -1,104 +1,8 @@
class CfgAmmo {
class SubmunitionBase;
class ace_155mm_m712_launch: SubmunitionBase {
model = "\A3\weapons_f\ammo\shell";
hit = 1200;
indirectHit = 200;
indirectHitRange = 4;
EGVAR(frag,skip) = 0;
EGVAR(frag,charge) = 9979;
EGVAR(frag,metal) = 36000;
EGVAR(frag,gurney_c) = 2440;
EGVAR(frag,gurney_k) = "1/2";
EGVAR(frag,classes)[] = {QEGVAR(frag,large), QEGVAR(frag,large), QEGVAR(frag,large_HD), QEGVAR(frag,large), QEGVAR(frag,huge), QEGVAR(frag,huge_HD), QEGVAR(frag,huge)};

GVAR(artilleryDrag) = 1;
GVAR(deployCondition) = QFUNC(copperhead_deployCondition);
submunitionAmmo = "ace_155mm_m712_guidance";
submunitionCount = 1;
submunitionConeAngle = 0;
triggerDistance = 0;
muzzleEffect = "";
airFriction = 0;

class Eventhandlers {
fired = QUOTE(call FUNC(submunition_ammoFired));
};
class CamShakeFire {
power = 3.00922;
duration = 1.8;
frequency = 20;
distance = 72.4431;
};
class CamShakePlayerFire {
power = 0.01;
duration = 0.1;
frequency = 20;
distance = 1;
};
};

class ammo_Bomb_LaserGuidedBase;
class ace_155mm_m712_guidance: ammo_Bomb_LaserGuidedBase {
model = "\A3\Weapons_F_EPC\Ammo\Bomb_04_fly_F.p3d";
hit = 1200;
indirectHit = 200;
indirectHitRange = 4;
EGVAR(frag,skip) = 0;
EGVAR(frag,charge) = 9979;
EGVAR(frag,metal) = 36000;
EGVAR(frag,gurney_c) = 2440;
EGVAR(frag,gurney_k) = "1/2";
EGVAR(frag,classes)[] = {QEGVAR(frag,large), QEGVAR(frag,large), QEGVAR(frag,large_HD), QEGVAR(frag,large), QEGVAR(frag,huge), QEGVAR(frag,huge_HD), QEGVAR(frag,huge)};

maneuvrability = 0;
airFriction = 0; // note: works differently from shellsim (v^3...)
sideAirFriction = 0; // -----ToDo-----

artilleryLock = 0; // would keep shell pointed towards velocity, but disables manuverability and airfric

initTime = 0;
thrustTime = 0;
thrust = 0; // free fall

manualControl = 0;
flightProfiles[] = {};
autoSeekTarget = 0;
weaponLockSystem = 0;
irLock = 0;
laserLock = 0;
airLock = 0;

timeToLive = 200;

class ace_missileguidance {
enabled = 2;
minDeflection = 0.001; // Minium flap deflection for guidance
maxDeflection = 0.001; // Maximum flap deflection for guidance

// Guidance type for munitions
defaultSeekerType = "SALH";
seekerTypes[] = { "SALH" };

defaultSeekerLockMode = "LOAL";
seekerLockModes[] = { "LOAL" };

seekerAngle = 70; // Angle in front of the missile which can be searched
seekerAccuracy = 1; // seeker accuracy multiplier

seekerMinRange = 0;
seekerMaxRange = 3000; // Range from the missile which the seeker can visually search

seekLastTargetPos = 0; // seek last target position [if seeker loses LOS of target, continue to last known pos]

// Attack profile type selection
defaultAttackProfile = "copperhead";
attackProfiles[] = {"copperhead"};
useModeForAttackProfile = 0;
canVanillaLock = 0;
};
};

class GVAR(pike_launch): SubmunitionBase {
model = QPATHTOF(data\ace_pike_ammo.p3d);
submunitionAmmo = QGVAR(pike_guidance);
Expand Down
10 changes: 0 additions & 10 deletions addons/missile_clgp/CfgMagazines.hpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
class CfgMagazines {
class 32Rnd_155mm_Mo_shells;
class ace_1rnd_155mm_m712: 32Rnd_155mm_Mo_shells {
author = ECSTRING(common,ACETeam);
displayNameMFDFormat = "M712";
displayNameShort = "M712";
displayName = "Copperhead";
ammo = "ace_155mm_m712_launch";
count = 1;
};

class 1Rnd_HE_Grenade_shell;
class ACE_40mm_Pike: 1Rnd_HE_Grenade_shell {
author = ECSTRING(common,ACETeam);
Expand Down
8 changes: 0 additions & 8 deletions addons/missile_clgp/CfgWeapons.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
class CfgWeapons {
class CannonCore;
class mortar_155mm_AMOS: CannonCore {
reloadTime = 1;
magazineReloadTime = 1;
magazines[] += {"ace_1rnd_155mm_m712"};
};
};
92 changes: 0 additions & 92 deletions addons/missile_clgp/GUI.hpp
Original file line number Diff line number Diff line change
@@ -1,92 +0,0 @@
class RscObject;
class RscButton;

class GVAR(copperhead_dialButton): RscButton {
style = 2;
x = 0;
y = 0;
w = 99;
h = 99;
soundEnter[] = {"", 0.2, 1};
soundPush[] = {"", 0.2, 1};
soundClick[] = {"", 0.2, 1};
soundEscape[] = {"", 0.2, 1};
color[] = {0,0,0,0};
colorBackground[] = {0,0,1,0};
// colorBackground[] = {0,0,1,0.1};
colorBackgroundDisabled[] = {0,0,0,0};
colorBackgroundActive[] = {0,0,0,0};
colorFocused[] = {0,0,0,0};
text = "";
};

class GVAR(copperhead_dialog) {
idd = -1;
enableSimulation = 1;
onLoad = QUOTE(with uiNamespace do {GVAR(copperhead_dialog) = _this select 0});
duration = 1e99;
class ControlsBackground {};
class Controls {};
class Objects {
class TheThing: RscObject {
type = 82;
idc = 100;
model = QPATHTOF(data\ace_copperhead_interactive.p3d);
direction[] = {0,0,1};
up[] = {0,1,0};
position[] = {0,-0.338,0.5};
positionBack[] = {0,-0.338,0.5};
enableZoom = 0;
zoomDuration = 1;
scale = 1;
inBack = 0;
class Areas {
class Dial1 {
selection = "dial1";
class Controls {
class ButtonDial: GVAR(copperhead_dialButton) {
idc = 111;
tooltip = CSTRING(copperhead_dial_FlightProfile);
};
};
};
class Dial2 {
selection = "dial2";
class Controls {
class ButtonDial: GVAR(copperhead_dialButton) {
idc = 112;
tooltip = CSTRING(copperhead_dial_GuidanceDelay);
};
};
};
class Dial3 {
selection = "dial3";
class Controls {
class ButtonDial: GVAR(copperhead_dialButton) {
idc = 113;
tooltip = ECSTRING(laser,laserCode);
};
};
};
class Dial4 {
selection = "dial4";
class Controls {
class ButtonDial: GVAR(copperhead_dialButton) {
idc = 114;
tooltip = ECSTRING(laser,laserCode);
};
};
};
class Dial5 {
selection = "dial5";
class Controls {
class ButtonDial: GVAR(copperhead_dialButton) {
idc = 115;
tooltip = ECSTRING(laser,laserCode);
};
};
};
};
};
};
};
7 changes: 0 additions & 7 deletions addons/missile_clgp/XEH_PREP.hpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
LOG("prep");


PREP(copperhead_attackprofile);
PREP(copperhead_deployCondition);
PREP(copperhead_onfired);
PREP(copperhead_uiCanOpen);
PREP(copperhead_uiCreate);

PREP(submunition_ammoFired);
PREP(submunition_applyDrag);
PREP(submunition_submunitionCreated);
20 changes: 0 additions & 20 deletions addons/missile_clgp/XEH_postInit.sqf
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
#include "script_component.hpp"

// Copperhead - Add shell interface action to vehicles that can fire it
if (hasInterface) then {
["turret", {
params ["_player", "_turret"];
TRACE_3("turret",_player,_turret,typeOf vehicle _player);
if (_turret isNotEqualTo [0]) exitWith {};
private _vehicle = vehicle _player;

if ((!alive _player) || {!alive _vehicle} || {_vehicle getVariable [QGVAR(actionsAdded), false]}) exitWith {};
_vehicle setVariable [QGVAR(actionsAdded), true];
private _copperheadMag = ["ace_1rnd_155mm_m712"] call EFUNC(common,getConfigName);
if (((_vehicle weaponsTurret [0]) findIf {_copperheadMag in (compatibleMagazines _x)}) != -1) then {
TRACE_2("adding copperhead action to vehicle",_vehicle,typeOf _vehicle);
private _action = [QGVAR(copperhead), LLSTRING(copperhead_action), "", LINKFUNC(copperhead_uiCreate), LINKFUNC(copperhead_uiCanOpen)] call EFUNC(interact_menu,createAction);
[_vehicle, 1, ["ACE_SelfActions"], _action] call EFUNC(interact_menu,addActionToObject);
};
}, true] call CBA_fnc_addPlayerEventHandler
};


#ifdef ENABLE_QUICK_TESTING
call compileScript [QPATHTOF(dev\quickTesting.sqf)];
#endif
Binary file not shown.
Binary file removed addons/missile_clgp/data/copperhead_dial_co.paa
Binary file not shown.
92 changes: 0 additions & 92 deletions addons/missile_clgp/data/copperhead_mat.rvmat

This file was deleted.

Binary file removed addons/missile_clgp/data/copperhead_shell_co.paa
Binary file not shown.
Loading

0 comments on commit 42c26a8

Please sign in to comment.