Jump to content

[Serious Problem with Steam Update] Authentication timeout\Loading screen issues with new Steam update for OA


Chris9183

Recommended Posts

Posted 23 July 2014 - 04:25 PM

Phobix, on 12 Jul 2014 - 03:00 AM, said:snapback.png

I found the solution to your problem after a buddy and I spent a few hours hunting down the issue. 

In your bat file, you need to change your bat file .exe paths

This is what it currently is:

@echo off
start "arma2" /min "Expansion\beta\arma2oaserver.exe" -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayZ_Epoch;@DayZ_Epoch_Server;"

 

This is what it needs to be

 

@echo off
start "arma2" /min "arma2oaserver.exe" -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayZ_Epoch;@DayZ_Epoch_Server;"

The issue is that you need to use the exe in the root folder rather than the exe in the expansion folder. 

 OMG you fixed it haha thanks man :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...