Arma 3
co40 Domination! Blufor [4.70]
Nordost Sep 30, 2022 @ 12:47pm
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;

};
};
};
Last edited by Nordost; Oct 1, 2022 @ 4:14am
< >
Showing 1-5 of 5 comments
Nordost Oct 1, 2022 @ 4:47am 
upd
It's problem reproduced after decompiling and compiling the mission.
(PBO manager 1.4.1)
Last edited by Nordost; Oct 1, 2022 @ 4:48am
Nordost Oct 1, 2022 @ 5:46am 
Originally posted by Нічний Токіо:
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 Oct 27, 2022 @ 3:03pm 
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 Oct 29, 2022 @ 5:21am 
Originally posted by 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 Oct 29, 2022 @ 6:54pm 
ok, thank you
< >
Showing 1-5 of 5 comments
Per page: 1530 50