Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
That said, did you actually try to join the server that appears in the server list, or did you just exit when the name was wrong? (Did you use the same server name, or did you change it on the new server?)
Is the "old" server listed in white, or is it listed, but greyed out and not selectable?
-Have you checked on the LAN tab, or just the Recent tab?
In the game, I'd click on "Join this server" and then it would prompt me to enter the password, but it always returned the wrong password error.
The original server (Clydes server) is still showing up as a community server and it's not grayed out, even though it doesn't exist!
Nothing under LAN - tells me to check my internet connection!
Oh, and I restarted my PC several times during this process, AND i also deleted the Days Server from within Steam.
Do you mean THIS server?
Is that YOUR IP Address?
Is your server on a dedicated PC or is it on the same PC that you play the game on?
Nothing comes up under LAN servers.
My server is on my PC, the same one I play on.
I did open both types of ports, as per instructions.
Did something wrong, apparently, but i have no idea what.
If this needs to be in the Steam\Dayz\DayZServer folder, I can do that, and modify the start.bat path accordingly.
:start
::Server name
set serverName=Clyde
::Server files location
set serverLocation=”C:\Clyde\DayZServer_x64″
::Server Port
set serverPort=2302
::Server config
set serverConfig=serverDZ.cfg
::Logical CPU cores to use (Equal or less than available)
set serverCPU=4
::Sets title for terminal (DONT edit)
title %serverName% batch
::DayZServer location (DONT edit)
cd “%serverLocation%”
echo (%time%) %serverName% started.
::Launch parameters (edit end: -config=|-port=|-profiles=|-doLogs|-adminLog|-netLog|-freezeCheck|-filePatching|-BEpath=|-cpuCount=)
start “DayZ Server” /min “DayZServer_x64.exe” -config=%serverConfig% -port=2302 -profiles=Profilesfolder “-mod=” -cpuCount=%serverCPU% -dologs -adminlog -netlog -freezecheck
::Time in seconds before kill server process (14400 = 4 hours)
timeout 10800
taskkill /im DayZServer_x64.exe /F
::Time in seconds to wait before..
timeout 10
::Go back to the top and repeat the whole cycle again
goto start
Thanks for you help, btw...
hostname = "Clyde"; // Server name
password = "3333"; // Password to connect to the server
passwordAdmin = "3333"; // Password to become a server admin
set serverLocation= "E:\Steam\steamapps\common\DayZ\DayZServer_x64″
but still nothing shows up under the LAN tab
...I also used a new server name (and changed it in start.bat and serverDZ)
When you download and install the DayZ Server app/software it should end up in your Default Steam installation folder, like so: (your path will be different before the "steamapps" part.
"C:\_Steam\steamapps\common\DayZServer" .. all your created files should be inside this DayZServer folder, like so:
"C:\_Steam\steamapps\common\DayZServer\serverDZ_Vanilla_Chernarus.cfg" ..and..
"C:\_Steam\steamapps\common\DayZServer\Vanilla_Chernarus_Server_Start.bat"
Your Server Start bat should look like this: (yours having the address to your installation)
In these examples, the important things to note are that the Installation Locations all match, and that the Names also all match .. if you want to copy these, you just need to change the Address to YOUR installation location of YOUR SteamApps folder, and the Name of your files.
Plus, I've done it both this way:
set serverLocation= ”E:\Steam\steamapps\common\DayZ\DayZServer″
and this way:
set serverLocation=”E:\Steam\steamapps\common\DayZ\DayZServer_x64″
yet it still does not appear under LAN servers
Your INSTALLATION LOCATION dictates what those file entries should be .. It is not something that you assign, or decide on your own.
Both of the lines you have above are incorrect ...
In the first one, you have your DayZServer inside your DayZ Game folder .. this is wrong location. Your DayZ server should have its own folder inside SteamApps of your Steam installation folder.
In the second one, you just randomly made up a new folder that does not contain your server files.
Neither of those will ever work.
OK, i've corrected the path as follows:
E:\Steam\steamapps\common\DayZServer
...but still nothing
ill try a restart...
Still no go