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
Bug appears if you launch it with RHSGREF. There must be something wrong with the config. I'll try to fix it this week
If you really want to add them to the uniform, then add DHI Uniforms to your modset. It has gloves you can use in the googles or the nvg-slot.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1573550621&searchtext=dhi
To find the hotkey hit "ESC" ingame -> left hand "RHS - Game Options" -> opens a menu where you can find "weapon interaction", default bind should be "l.ctrl + R".
The crewmen only have thier ak folded by default, because there isnt much room in a tank ;).
Most vehicles are not showing up in Zeus. This is because you forgot to include the `O_RWR_crew` to the `units[]` array in `CfgPatches`. If you could please do this hotfix, that would be awesome.
Also, the crew for the vehicle `RWR_ural_open_camo` is apparently the `O_RWR_crew` unit... even though it makes more sense to have a rifleman driving an open transport truck...
Here's the code I've used to fix both of the above:
```
class CfgPatches {
class bnb_e_russian_winter {
name = "2BNB Extras - Russian Winter";
units[] = {
"O_RWR_crew"
};
weapons[] = {};
requiredAddons[] = {
"RWR_vehicles"
};
author = "2nd Battalion, Nord Brigade";
authors[] = {
"Arend"
};
};
};
class CfgVehicles {
class RHS_Ural_Open_VDV_01;
class RWR_ural_open_camo: RHS_Ural_Open_VDV_01 {
crew = "O_RWR_soldier";
};
};
```
Winterstuff for RHSAFRF/GREF? I dont have the time atm for a larger project, maybe in the future
and i feel bad for asking but any chance of seeing the AKS-74 in winter camo?
https://thebarentsobserver.com/en/security/2018/04/chechen-flag-waves-russia-new-arctic-base
I dont know if i add more vest variants in the future. Maybe, maybe not.
Any Possibillity of seeing the 6B23 with the Vydra-3m Vest in Winter camo?
Also would be fun to see the 6B7 in Blot/Schneetarn Camo.