安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Is there possibly a GitHub link for the source? I'd be interested in creating pull requests to fix any issues we come across during our sessions
Step 1: Install PBO Manager
Step 2: DePBO the mission
Step 3: Locate the sunday_system\generate_ao\generateAOLocation.sqf file
Step 5: Replace lines 209-212 with the following code instead.
// CODE
_continue = true;
_building = [_buildings] call sun_selectRemove;
_buildingClass = typeOf _building;
_buildingDestructionType = (configFile >> "CfgVehicles" >> _buildingClass >> "destrType");
_buildingDestructionTypeCfgData = "";
if (!(isNull _buildingDestructionType)) then {_buildingDestructionTypeCfgData = _buildingDestructionType call BIS_fnc_getCfgData;};
if (_buildingDestructionTypeCfgData == "DestructNo") then {_continue = false};
// END CODE
i Want to use the Revive System you made, for some private missions for me and my friends.
im allready looking into it and im trying to combind the code with some libaration missions.
you see i love the Ai Revive system, but i cant get it to work. is there any chance you could let me know what files From the PBO file i need in order to make your Code work ?
As I said we don't have this problem on DRO on any other map.
Many thanks about the "cba_xeh" dependency. :)
I´ll try again and see if there is a specific setting which made it so slow. Thanks
it switches scenes and it doesn´t seem like it crashed/froze but it keeps generating...
A pop-up says that "cba_xeh" is required. It happens also with Chernarus and Zargabad.
No problem when i lauch Arma3 with @CBA.
The CBA is required now with your missions ?