A3Wasteland / ArmA3_Wasteland.Stratis

A3Wasteland is a survival sandbox mission for Arma 3 where two teams and independent players fight for survival. Built in collaboration between GoT, TPG, KoS, 404Games, and others. –
http://a3wasteland.com/
GNU Affero General Public License v3.0
39 stars 79 forks source link

Select in Admin menu does nothing. #96

Closed 1datatec closed 6 years ago

1datatec commented 6 years ago

Just set up latest mission with extdb3. Used A3W_extDB3_pack. Disabled debug mode by commenting out the define. Everything works great but i start the server and on blue/red/green selection screen i login as admin. But then i can't select anything in admin menu. The menu shows up when i press U. When i press escape i do see the console. But when i choose something in menu and click Select nothing happens. RPT: https://pastebin.com/2XQWseu1 No errors in sql logs, all looks good in there and everything else works great. Please advice

AgentRev commented 6 years ago

The admin menu is non-functional before mission hints starting showing, due to startup lag; did you wait until that point before trying to use it?

1datatec commented 6 years ago

I think i disabled these hints. What file is it? Are they required? Here you can see that server was up for over an hour and its not working. I also tried with infistar off, still Select does nothing. It was exactly the same on pure vanilla mission for me before any customizations. https://youtu.be/Lsjm3VhBpoE Thanks!

AgentRev commented 6 years ago

Are you running the game with -showScriptErrors ?

The RPT log you gave is for the server, the admin menu is client-side

1datatec commented 6 years ago

While setting up server I just blindly copied admins.sqf from \server to A3Wasteland_settings. Had to remove this part:

if (!isServer) exitWith {};

if (loadFile (externalConfigFolder + "\admins.sqf") != "") then
{
    call compile preprocessFileLineNumbers (externalConfigFolder + "\admins.sqf");
}
else
{

It all works now, sorry!