Replies: 1 comment
-
|
it seems like the config files changed the variable names sometime back. So my actually world-save name is vhserver but vhserver details returns something else. I believe I fixed it now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a world (I thought) I've been playing with my son for a while.
I tried to install mods with the ./vhserver mod-commands but they didn't work so I uninstalled them with the same commands.
I think this is where the troubles started.
Suddenly the game is not listed in the game client with our name instead it's "My Server" and our password doesn't work instead it's "secret" and it's a totally new world.
The ./vhserver details command lists our password and world as normal but...
I think it's because the start_server.sh in the serverfiles/ looks like this now
`#!/bin/bash
export templdpath=$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=./linux64:$LD_LIBRARY_PATH
export SteamAppId=892970
echo "Starting server PRESS CTRL-C to exit"
./valheim_server.x86_64 -name "My server" -port 2456 -world "Dedicated" -password "secret" -crossplay
export LD_LIBRARY_PATH=$templdpath`
But when I set up another server and even download all the files again, it seems like it's supposed to be like that...
Can anyone help me find out what happened and how I'm getting it back?
Beta Was this translation helpful? Give feedback.
All reactions