Arma 3
co40 Domination! Blufor [4.73]
Nordost Sep 27, 2022 @ 2:47pm
Strange issue with server.cfg (Western Sahara)
Hello.
My server.cfg:

hostname="[UA] Ukraine veteran Domination server. [HARD]. "; maxPlayers = 20; passwordAdmin = "somepass"; // This code breaks mission for players: class Missions { class Domination { template = co40_domination_4_64_blufor_ws.sefrouramal; difficulty = "Veteran"; class Params { d_respawnatsql = 1; d_with_MainTargetEvents = 1; d_with_ranked = 1; d_no_mortar_ar = 0; d_with_base_sabotage = 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; }; }; };

The code after Missions breaks the mission for the players.

I tried to pass parameters by this tutorial:
https://community.bistudio.com/wiki/Arma_3:_Server_Config_File
(Mission rotation)

The mission starts and players can connect. When players connect to the console, the following warnings appear:

23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Server error: Player without identity kiosk (id 1390892884)
23:30:15 Player kiosk connected (id=76561198027192650).
23:30:15 BattlEye Server: Verified GUID (cb82f662575667bec9e252dad07b0a88) of player #0 kiosk

After that, the player enters and can run for a while until the first main task begins...
After which the player is simply kicked:
Player kiosk kicked off by BattlEye: Client not responding

I couldn't find anything like it on the internet...
Everything is fine without this problem code (class Missions...). But I really need these parameters for a comfortable game.

I start the server with this command:
./arma3server -name=server -config=server.cfg -mod=ws;

I hope for your help!
< >
Showing 1-2 of 2 comments
Nordost Sep 27, 2022 @ 3:06pm 
before being kicked the player also sees this text (error) and the Close button:
No entrty 'bin/config.bin/CfgMagazines.20Rnd_762x51slr_lxWS_desert'.
After that:
Player kiosk kicked off by BattlEye immediately appears: Client not responding
Nordost Sep 28, 2022 @ 10:06am 
FIXED.
autoSelectMission = true; // should fix battleye kicks
add this param

i get this fix from there:
https://forums.bohemia.net/forums/topic/233566-battleye-server-kick-query-timeout-or-client-not-responding/
< >
Showing 1-2 of 2 comments
Per page: 1530 50