Fix RHIB2Turret bad vehicle type crew error

https://epochmod.com/forum/topic/44700-bad-vehicle-type/
This commit is contained in:
ebayShopper
2017-11-29 12:54:44 -05:00
parent 038da982b4
commit 139b81d190
2 changed files with 6 additions and 6 deletions

View File

@@ -82,6 +82,7 @@
[FIXED] A rare error in keyboard.sqf for certain combination binds. [FIXED] A rare error in keyboard.sqf for certain combination binds.
[FIXED] Floating loot positions in hotel (Land_HouseB_Tenement) [FIXED] Floating loot positions in hotel (Land_HouseB_Tenement)
[FIXED] Updates to humanity and player stats after a skin change not always saving in hive (server_getDiff) [FIXED] Updates to humanity and player stats after a skin change not always saving in hive (server_getDiff)
[FIXED] Bad vehicle type crew error for RHIB2Turret on A2OA main menu intro scene
[NOTE] Fixes below were included in hotfix 1.0.6.1A (March 10th 2017) and are now in the default files. [NOTE] Fixes below were included in hotfix 1.0.6.1A (March 10th 2017) and are now in the default files.
[FIXED] Fixed food and drink going down 10x faster from melee and other "working" actions. [FIXED] Fixed food and drink going down 10x faster from melee and other "working" actions.

View File

@@ -267,21 +267,20 @@ class Boat : Ship
}; };
class RHIB: Boat class RHIB: Boat
{ {
displayName = "RHIB"; displayName = $STR_DN_RHIB;
crew = "";
typicalCargo[] = {}; typicalCargo[] = {};
class TransportMagazines {}; class TransportMagazines {};
class TransportWeapons {}; class TransportWeapons {};
}; };
class RHIB2Turret: RHIB class RHIB2Turret: RHIB
{ {
displayName = "RHIB (Mk19)"; displayName = $STR_DN_RHIB2;
}; };
class RHIB_DZ : Boat class RHIB_DZ : Boat
{ {
scope = public; scope = public;
displayName = "RHIB"; displayName = $STR_DN_RHIB;
vehicleClass = "Ship"; vehicleClass = "Ship";
accuracy = 0.5; accuracy = 0.5;
crew = ""; crew = "";
@@ -498,7 +497,7 @@ class RHIB_DZ : Boat
"100Rnd_127x99_M2", "100Rnd_127x99_M2",
"100Rnd_127x99_M2" "100Rnd_127x99_M2"
}; };
gunnerName = "front gunner"; gunnerName = $STR_POSITION_FRONTGUNNER;
gunnerOpticsModel = "\ca\weapons\optika_empty"; gunnerOpticsModel = "\ca\weapons\optika_empty";
gunnerForceOptics = 0; gunnerForceOptics = 0;
startEngine = 0; startEngine = 0;
@@ -533,7 +532,7 @@ class RHIB_DZ : Boat
}; };
class Library class Library
{ {
libTextDesc = "The Naval Special Warfare Rigid Hull Inflatable Boat is a fast, high-buoyancy all weather boat designed to transport a fully equipped team of eight-men and three crew members. It is also fully transportable by C-130 Hercules."; libTextDesc = $STR_LIB_RHIB;
}; };
extCameraPosition[] = { extCameraPosition[] = {
0, 0,