While your here you mine as well leave a like and sub to me
Steps to set it up:
1. Make a txt document on your desktop
2.Open it and paste this
@echo off
cls
echo starting ^7daystodie Dedicated Server
"c:\Program Files (x86)\7DaysToDie-Alpha\7DaysToDie.exe" -port 25000 -dedicated Navezgane Switch0r -batchmode -nographics
Pause
3.Save the file as 7d2dServer.bat (Not txt!@!@!@!@!@!@@!@)
4.Double Click the bat file
5.Launch your game
6. Login and hit the connect to a server tab
7.If your logging into your server type 127.0.0.1 as your ip
If your friends are logging in use this Ip address found here http://ipchicken.com/
8.The port shouldn't be changed unless you changed it when you were port forwarding.
Reminder:
This will not work if you didn't pre-open the port 25000 like i said in the video
Which you need to port forward for.
If this video gets enough requests ill make a video on how to open port 25000
Another Reminder If you install the game to anywhere else besides where is automatically setup as you will need to change the code in the batch file or it will not work.
Im assuming if you know what your doing to the point where your changing the location of the files you will know what you need to change in the batch file
If the First Code for the Batch file isnt working for you this seems to work as an alternate for some people. Its doesnt work for me though
@ECHO OFF
title 7D2D Dedi Server
:Start
@echo (%time%) Starting Server...
start /WAIT /ABOVENORMAL "C:\Program Files (x86)\7DaysToDie-Alpha\7DaysToDie.exe" -port 25000 -dedicated World1 -batchmode -nographics
TIMEOUT /T 10
@echo (%time%) WARNING: Server Closed or Crashed, Restarting...
GOTO Start
Thanks to BrainFlush, and da.dcthehole
Also How to stop your server
• How to delete saved games, Change you...