安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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://psteamcommunity.yuanyoumao.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.