Derringer Posted September 7, 2013 Share Posted September 7, 2013 Hiya, maybe this is something I missing out on. I cannot get this to run on my ded server. When I (or anyone) tries to join, Arma 3 gets stuck on the loading screen. The ded server console just spams: Mission co60 AW Invade & Annex -ALTIS- 2.36 read from bank. This happens until I kill it, or the player connecting disconnects in Arma 3. This is the only mission that I haven't been able to get working yet, and of course it's the main one I want :/ Any ideas? Maybe there's something really easy I'm missing? This is my pretty generic server.cfg: //server Info BattlEye=1; //No Battleye hostname = "xxx"; password = "xxx"; passwordAdmin = "xxx"; reportingIP = "arma3pc.master.gamespy.com"; //STEAM Info Port steamport = 8766; steamqueryport = 27016; //Message of the Day motd[]= { "xxx", "", ""}; motdInterval = 5; // Server Param maxPlayers = 5; // VON disableVoN = 1; persistent = 1; // Missions class Missions { class Mission_1 { template = "co50_AW_Invade_&_Annex_2_36.Altis"; difficulty = "regular"; }; }; Link to comment Share on other sites More sharing options...
Jester Posted September 7, 2013 Share Posted September 7, 2013 have you run any of our previous builds? Link to comment Share on other sites More sharing options...
tombguy5 Posted September 7, 2013 Share Posted September 7, 2013 BattlEye=1; //No Battleye I thought 1 = true, so there is BattlEye and 0 = false which means no BattlEye? Link to comment Share on other sites More sharing options...
Derringer Posted September 7, 2013 Author Share Posted September 7, 2013 Jester: I have not run a previous build. R. Berezon: Oh, that's just me not updating the comment. BattlEye=0; is no BattlEye. I have tried with and without it with no luck so far. Edit: I should have mentioned that I am running the Dev branch as well. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now