From b278f2422e2c54d5999926fc7f53a59ec7e2a5ab Mon Sep 17 00:00:00 2001 From: Tranko <37229415+thorkseng@users.noreply.github.com> Date: Tue, 4 Jan 2022 11:27:17 +0000 Subject: [PATCH] Example file to execute the valheim server This file contains all the data to run the server. --- env.world | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 env.world diff --git a/env.world b/env.world new file mode 100644 index 0000000..9cd7e25 --- /dev/null +++ b/env.world @@ -0,0 +1,11 @@ +STEAMAPPID=892970 +BOX64_LD_LIBRARY_PATH=./linux64:/root/steam/linux32:$BOX64_LD_LIBRARY_PATH +BOX64_LOG=1 +BOX64_TRACE_FILE=/root/valheim_data/output.log +BOX64_TRACE=1 +PUBLIC=0 +PORT=2456 +NAME=YourServerName +WORLD=YourWorldName +SAVEDIR=/root/valheim_data +PASSWORD=YourUniquePassw0rd