how to transfere a world with buildings to a server?
If i just copy the world-files, all buildings are missing. i can see the "bed" on the map, but there is no bed, house or fireplace.
11:13 am, July 14, 2021
nasurdin replied to how to transfere a world with buildings to a server? September 15, 2021 @ 1:27:38 pm PDT
Hi, I am hosting x servers and im using "-port" parameter to set different worlds on the same IP but with different port number. When I'm oppening bat files to start servers, I want to see the name of the server in title of my CMD window, so I'm using "TITLE" parameter.
11:13 pm, September 15, 2021
0 comments
0 likes
nasurdin replied to how to transfere a world with buildings to a server? September 15, 2021 @ 1:38:56 pm PDT
@echo off
set SteamAppId="YOUR APP ID"
TITLE "TITLE IN CMD"
echo "Starting "NAME OF THE SERVER / WORLD" server. PRESS CTRL-C to exit"
REM Tip: Make a local copy of this script to avoid it being overwritten by steam.
REM NOTE: Minimum password length is 5 characters & Password cant be in the server name.
REM NOTE: You need to make sure the ports 2456-2458 is being forwarded to your server through your local router & firewall.
valheim_server -nographics -batchmode -name "NAME OF THE WORLD" -port PORT NUMBER -world "WORLD NAME (SAME AS WORLD FILE NAME)" -password "PASSWORD" -public 0
set SteamAppId="YOUR APP ID"
TITLE "TITLE IN CMD"
echo "Starting "NAME OF THE SERVER / WORLD" server. PRESS CTRL-C to exit"
REM Tip: Make a local copy of this script to avoid it being overwritten by steam.
REM NOTE: Minimum password length is 5 characters & Password cant be in the server name.
REM NOTE: You need to make sure the ports 2456-2458 is being forwarded to your server through your local router & firewall.
valheim_server -nographics -batchmode -name "NAME OF THE WORLD" -port PORT NUMBER -world "WORLD NAME (SAME AS WORLD FILE NAME)" -password "PASSWORD" -public 0
11:13 pm, September 15, 2021
0 comments
0 likes
nasurdin replied to how to transfere a world with buildings to a server? July 15, 2021 @ 9:19:08 am PDT
If you want to host more than 1 world at the same time, for your comfort, use
TITLE
parameter.
5:13 pm, July 15, 2021
0 comments
0 likes
Schmowu replied to how to transfere a world with buildings to a server? July 15, 2021 @ 9:32:43 am PDT
If you want to host more than 1 world at the same time, for your comfort, useTITLEparameter.
Interesting
as an example I have two lines, the first with "-title 1" and the second with "-title 2"
do I have to assign another port then?
is the port then the option to select the correct world via "direct ip connect"?
5:13 pm, July 15, 2021
0 comments
0 likes
Schmowu replied to how to transfere a world with buildings to a server? July 14, 2021 @ 10:16:47 am PDT
say you have a world called TEST123:
run the server on the same PC? yes(1) no(2)
1:
- got to your server folder
- open the file start_headless_server.bat with a texteditor
- edit last line to "valheim_server -nographics -batchmode -name WHAT_EVER_YOU_WANT -port 2456 -world TEST123 -password secretword"
- run the start_headless_server.bat
DONE (i see my server nowhere, can only connet to them over "direkt IP", works fine)
2:
- go to the folder User/YourUSER/AppData/LocalLow/IronGate/Valheim/Worlds, there you see 4 files TEST123.fwl TEST123.db TEST123.fwl.old TEST123.db.old
- copy thes 4files with the same folderstrucure to you server
- got to your server folder
- open the file start_headless_server.bat with a texteditor
- edit last line to "valheim_server -nographics -batchmode -name WHAT_EVER_YOU_WANT -port 2456 -world TEST123 -password secretword"
- run the start_headless_server.bat
should work with "direkt ip connect"
run the server on the same PC? yes(1) no(2)
1:
- got to your server folder
- open the file start_headless_server.bat with a texteditor
- edit last line to "valheim_server -nographics -batchmode -name WHAT_EVER_YOU_WANT -port 2456 -world TEST123 -password secretword"
- run the start_headless_server.bat
DONE (i see my server nowhere, can only connet to them over "direkt IP", works fine)
2:
- go to the folder User/YourUSER/AppData/LocalLow/IronGate/Valheim/Worlds, there you see 4 files TEST123.fwl TEST123.db TEST123.fwl.old TEST123.db.old
- copy thes 4files with the same folderstrucure to you server
- got to your server folder
- open the file start_headless_server.bat with a texteditor
- edit last line to "valheim_server -nographics -batchmode -name WHAT_EVER_YOU_WANT -port 2456 -world TEST123 -password secretword"
- run the start_headless_server.bat
should work with "direkt ip connect"
8:13 pm, July 14, 2021
0 comments
0 likes
Jaunitta 🌸 replied to how to transfere a world with buildings to a server? July 14, 2021 @ 2:58:44 am PDT
When we start our server from a single player all our buildings remain?
Is this on a separate world completely away from your single player?
Is this on a separate world completely away from your single player?
11:13 am, July 14, 2021
0 comments
0 likes