From 139b81d190a8bcef951fb5b09cd8d5043d28c419 Mon Sep 17 00:00:00 2001 From: ebayShopper Date: Wed, 29 Nov 2017 12:54:44 -0500 Subject: [PATCH] Fix RHIB2Turret bad vehicle type crew error https://epochmod.com/forum/topic/44700-bad-vehicle-type/ --- CHANGE LOG 1.0.6.2.txt | 1 + SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGE LOG 1.0.6.2.txt b/CHANGE LOG 1.0.6.2.txt index 5320df69b..55109e822 100644 --- a/CHANGE LOG 1.0.6.2.txt +++ b/CHANGE LOG 1.0.6.2.txt @@ -82,6 +82,7 @@ [FIXED] A rare error in keyboard.sqf for certain combination binds. [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] 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. [FIXED] Fixed food and drink going down 10x faster from melee and other "working" actions. diff --git a/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp b/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp index 8009a7024..95d487ab9 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp @@ -267,21 +267,20 @@ class Boat : Ship }; class RHIB: Boat { - displayName = "RHIB"; - crew = ""; + displayName = $STR_DN_RHIB; typicalCargo[] = {}; class TransportMagazines {}; class TransportWeapons {}; }; class RHIB2Turret: RHIB { - displayName = "RHIB (Mk19)"; + displayName = $STR_DN_RHIB2; }; class RHIB_DZ : Boat { scope = public; - displayName = "RHIB"; + displayName = $STR_DN_RHIB; vehicleClass = "Ship"; accuracy = 0.5; crew = ""; @@ -498,7 +497,7 @@ class RHIB_DZ : Boat "100Rnd_127x99_M2", "100Rnd_127x99_M2" }; - gunnerName = "front gunner"; + gunnerName = $STR_POSITION_FRONTGUNNER; gunnerOpticsModel = "\ca\weapons\optika_empty"; gunnerForceOptics = 0; startEngine = 0; @@ -533,7 +532,7 @@ class RHIB_DZ : Boat }; 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[] = { 0,