安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
'..._severity = 0;
_rank = 0;
{
_xType = _x ¦#¦select 0;
xSeverity = _x select 1;
xRa...`
Error Generic error in expression
File GR\functions\fn_onUnitKilled.sqf..., line 42
Any idea's?
{_cargo |#| addItemCargoGlobel [_x,1]; forEach _it…. Error Type Array, expected String File GR\functions\fn_initServer.sqf…, line 113”
I just tried your mod, and the relative just stands there when I drag the body bag to them. What else am I supposed to do?
Are those Tasks dedicated to a single player (the shooter) or are those faction wide tasks?
// ------snip------
[{
params["_killer", "_killed", "_nextofkin"];
// protect the body
_killed setVariable ["ALiVE_SYS_GC_IGNORE",true];
// protects the AI next-of-kin
_nextofkin setVariable ["ALiVE_SYS_GC_IGNORE",true];
}] call GR_fnc_addCivDeathEventHandler;
[{
params["_killer", "_nextofkin", "_grave"];
// protect the grave
_grave setVariable ["ALiVE_SYS_GC_IGNORE",true];
// protect the AI next-of-kin
_nextofkin setVariable ["ALiVE_SYS_GC_IGNORE",true];
}] call GR_fnc_addConcealDeathEventHandler;
// ------snip------
// ------snip------
[{
params["_killer", "_killed", "_nextofkin"];
// protect the body
_killed setVariable ["GCblackList", true];
// protects the AI next-of-kin
_nextofkin setVariable ["GCblackList", true];
}] call GR_fnc_addCivDeathEventHandler;
[{
params["_killer", "_nextofkin", "_grave"];
// protect the grave
_grave setVariable ["GCblackList", true];
// protect the AI next-of-kin
_nextofkin setVariable ["GCblackList", true];
}] call GR_fnc_addConcealDeathEventHandler;
// ------snip------
I am working this mod into an ALiVE Mod mission but im having issues with ALiVE or corps manager deleting the bodies before players get to them.
thx
As for the body bag spawning I'm just running KP Liberation but I ended up adding the body bag to all civs inventories through one of the mission files they provide.
With those two things working this mod is perfect! Love your work ^^
re: body bag spawning, i'd need to know more about your setup. feel free to post on the forums or else send me an email (address listed above)
@Feint: thanks (i feel the same about the sailing mod)