JohnnyBravo2014
Members-
Content Count
36 -
Joined
-
Last visited
Everything posted by JohnnyBravo2014
-
May I ask which file you were able to adjust the stamina variable?
-
I am wanting to be able to access the database files, but am unsure of how to do so. Has anyone figured this out yet or is it not available to us?
-
Thanks for the reply @D3vilgoat. Damn lol
-
Hi all, I have everything setup but I am currently receiving an error upon trying to start my server that I cannot start host on port 2302. Any help with this would be greatly appreciated. Thanks!
-
I'll see if anyone posted it yet in the bug reports and I'll send a report if they haven't.
-
Hmm. I wonder why my server won't display then. I can connect to it just fine using the IP, but it will not show up in the server list unless I search by IP first.
-
Is your server displaying fine in the server list? I can get players to join my server by ip but I'd like for it to show itself in the server list without the use of typing in the IP manually.
-
Awesome thank you!
-
What are you using to start your server?
-
I would assume experimental
-
Nope. I even changed the port to load on 4302 and I had the same issue. I have posted the .bat file I use to load the server below. I'm not great with setting this up so this is the one I saw in another forum post. @echo off cls set version=1.0 set wat=Dayz SA title %wat% Watchdog cd E:\DayZ\Server :watchdog echo (%time%) %wat% started. start "Dayz_SA" /wait /affinity FF /high "DayZServer_x64.exe" -port=2302 -config=instance\serverDZ.cfg echo (%time%) %wat% closed or crashed, restarting. goto watchdog