Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
No entry 'bin/config.bin/CfgVehicles/rhsusf_m1117_W/Turrets/MainTurret.maxHorizontalRotSpeed' .
this issue can be fixed if you follow how ALiVE Orbat is doing the turrets.
this is how i did mine
class rhsusf_M1117_O;
class rhsusf_M1117_O_OCimport_01 : rhsusf_M1117_O { scope = 0; class EventHandlers; class Turrets; };
class rhsusf_M1117_O_OCimport_02 : rhsusf_M1117_O_OCimport_01 {
class EventHandlers;
class Turrets : Turrets {
class MainTurret;
class MainTurret_Out;
class MainTurret2_Out;
};
};
class your_vehicle_class_name : rhsusf_M1117_O_OCimport_02 {
// code here
}
this mod is causing the crash, but only when loaded with EWR:PMC. looks like they might have done some weird stuff when configuring the turrets trying to override the gunner classes that RHS hard-coded in, and it doesn't seem to get along with my turret code.
also there is a ion hidden texture in arma for the merlin which would be a nice addition to this mod