武装突袭3

武装突袭3

co40 Domination! Blufor [4.73]
Nordost 2022 年 9 月 30 日 下午 12:47
Not working review after dead
After death 20 seconds and forced spawn! Doesn't even let you choose a spawn point. Nearby there are players (10 meters). There is no such bug on Western Sahara. But Altis has. I attach server.cfg:

disableVoN = 0;

autoSelectMission = true; // should fix battleye kicks

class Missions
{
class Domination
{
template = co40_domination_4_64_blufor.altis;
difficulty = "Veteran";
class Params
{
d_respawnatsql = 1;
d_with_MainTargetEvents = 1;
d_with_ranked = 1;
d_no_mortar_ar = 0;
d_show_playernames = 1;
d_show_player_marker = 2;
d_show_headshots = 3;
d_with_3Dicon = 0;
d_score_needed_to_fly = 50;
d_enable_civs = 1;
d_enable_civ_vehs = 25;
d_enable_civ_vehs_locked = 0;
d_enemy_mercenaries = 1;
d_grp_cnt_footpatrol = 2;
d_WithVoicesDisabled = 0;
d_only_medics_canrevive = 1;
d_WithRevive = 0;
d_with_autorevive = 1;

};
};
};
最后由 Nordost 编辑于; 2022 年 10 月 1 日 上午 4:14
< >
正在显示第 1 - 5 条,共 5 条留言
Nordost 2022 年 10 月 1 日 上午 4:47 
upd
It's problem reproduced after decompiling and compiling the mission.
(PBO manager 1.4.1)
最后由 Nordost 编辑于; 2022 年 10 月 1 日 上午 4:48
Nordost 2022 年 10 月 1 日 上午 5:46 
upd
It's problem reproduced after decompiling and compiling the mission.

FIXED. it's PBO manager problem (compress beraks the mission)
https://github.com/winseros/pboman3/issues/26

for fix, after decompile mission edit pbj.json to:

{
"compress": {
"exclude": [
],
"include": [
]
},
"headers": [
{
"name": "Mikero",
"value": "DePbo.dll.8.35"
},
{
"name": "version",
"value": "22082616"
}
]
}
Longtime 2022 年 10 月 27 日 下午 3:03 
The auto revive function is only broken for Altis? What version of Altis? I am testing with the 4.64 and it works as expected...
Nordost 2022 年 10 月 29 日 上午 5:21 
引用自 Longtime
The auto revive function is only broken for Altis? What version of Altis? I am testing with the 4.64 and it works as expected...
Hello!
You understood me wrong. The problem was on the side of the mission decompiler (PBO manager, problem with the compressor). The mission has nothing to do with it.
You have nothing to worry about
Longtime 2022 年 10 月 29 日 下午 6:54 
ok, thank you
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50