Skip to content

Commit 7427826

Browse files
authored
Merge pull request #100 from GNCLORD-MDB/änderung_heli_raketen
Weitere Fixes nach Feedback und Bugmeldung
2 parents cff5003 + 3774a19 commit 7427826

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

addons/characters/config.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,8 +1996,8 @@ class CfgVehicles
19961996
{
19971997
displayName = "Ingenieur";
19981998
faction = "OPT_WP";
1999-
Items[] = { "MineDetector"};
2000-
respawnItems[] = {"MineDetector"};
1999+
Items[] = {};
2000+
respawnItems[] = {};
20012001
weapons[] = {"OPT_CUP_arifle_AK101_railed", "Binocular", "Throw", "Put"};
20022002
respawnWeapons[] = {"OPT_CUP_arifle_AK101_railed", "Binocular", "Throw", "Put"};
20032003
magazines[] = {"CUP_30Rnd_556x45_AK", "CUP_30Rnd_556x45_AK", "CUP_30Rnd_556x45_AK", "SmokeShell", "SmokeShell"};

addons/vehicles/heli/config.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,8 +2934,8 @@ class CfgVehicles
29342934

29352935
class pylons3
29362936
{
2937-
hardpoints[] = {CUP_NATO_HELO_ROCKETS, CUP_NATO_HELO_GUNPOD};
2938-
attachment = "CUP_PylonPod_7Rnd_Rocket_FFAR_M";
2937+
hardpoints[] = {CUP_NATO_HELO_ROCKETS, CUP_NATO_HELO_GUNPOD,CUP_EAST_HELO_SMALL};
2938+
attachment = "CUP_PylonPod_7Rnd_S5_M";
29392939
bay = -1;
29402940
priority = 1;
29412941
UIposition[] = {0.56, 0.45};
@@ -2947,7 +2947,7 @@ class CfgVehicles
29472947
UIposition[] = {0.06, 0.45};
29482948
turret[] = {};
29492949
mirroredMissilePos = 1;
2950-
attachment = "CUP_PylonPod_7Rnd_Rocket_FFAR_M";
2950+
attachment = "CUP_PylonPod_7Rnd_S5_M";
29512951
};
29522952
};
29532953
};
@@ -3231,8 +3231,8 @@ class CfgVehicles
32313231
{
32323232
class pylonLeft1
32333233
{
3234-
hardpoints[] = {DAR, DAGR, B_SHRIEKER, CUP_NATO_HELO_SMALL, CUP_NATO_HELO_LARGE, CUP_NATO_HELO_AH64, "CUP_PylonPod_1Rnd_AGM65_Maverick_M"};
3235-
attachment = "CUP_PylonPod_12Rnd_CRV7_KEP_M";
3234+
hardpoints[] = {DAR, DAGR, B_SHRIEKER, CUP_NATO_HELO_SMALL, CUP_NATO_HELO_LARGE, CUP_NATO_HELO_AH64, "CUP_PylonPod_1Rnd_AGM65_Maverick_M", CUP_EAST_HELO_SMALL, CUP_EAST_HELO_LARGE, CUP_EAST_HELO_HIND};
3235+
attachment = "CUP_PylonPod_16Rnd_S5_M";
32363236
priority = 5;
32373237
UIposition[] = {0.59, 0.35};
32383238
turret[] = {};
@@ -3258,7 +3258,7 @@ class CfgVehicles
32583258
class pylonRight2 : pylonRight1
32593259
{
32603260
UIposition[] = {0.06, 0.35};
3261-
attachment = "CUP_PylonPod_12Rnd_CRV7_KEP_M";
3261+
attachment = "CUP_PylonPod_16Rnd_S5_M";
32623262
turret[] = {};
32633263
mirroredMissilePos = 1;
32643264
priority = 4;

addons/weapons/config.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ class CfgMagazines
920920
model = "\CUP\Weapons\CUP_Weapons_Ammunition\Stinger\CUP_Stinger_Proxy.p3d";
921921
modelSpecial = "";
922922
descriptionShort = "$STR_CUP_dss_stinger_M";
923-
mass = 219;
923+
mass = 90;
924924
count = 1;
925925
initSpeed = 40;
926926
maxLeadSpeed = 320;
@@ -940,7 +940,7 @@ class CfgMagazines
940940
model = "\CUP\Weapons\CUP_Weapons_Ammunition\9K38_Igla\CUP_9K38_Igla";
941941
initSpeed = 32;
942942
maxLeadSpeed = 150;
943-
mass = 219;
943+
mass = 90;
944944
maxThrowHoldTime = 2;
945945
maxThrowIntensityCoef = 1.4;
946946
minThrowIntensityCoef = 0.3;

0 commit comments

Comments
 (0)