Nimdy / Dedicated_Valheim_Server_Script

Valheim Server Manager . Supports: ValheimPlus, Bepinex, Multi-world, Multi-Lang, Update, Backup, Restore and more: Built for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Incorrect server naming if there is a space

ShikyoKira opened this issue · comments

If the server name has a space for example "The server name", only "The" will be shown in client PC

Steps to reproduce the behavior:

  1. Have a server name with space
  2. Start the server with mods enabled
  3. Refresh client server list

strange....
Capture

seems to be just correct...

Capture
from the advance menu now

i need help reproducing this? I am unable

i believe I did more than just fix this.

Rebuild your config file by enabling public... even if its already enabled.

stop your valheim server and then start it again

You server should also now show up in the public listing as well

I had the same issue, but it only happened when running with mods enabled. I ended up adding quotes around ${server_name} on the last line in start_server_bepinex.sh and it seemed to fix the problem.

i am confused again...

"${VALHEIM_PLUS_PATH}/${executable_name}" -name "${server_name}" -password "${server_password}" -port "${server_port}" -world "${server_world}" -public "${server_public}"

it already has qoutes....

btw I have tested about 50 plus installed today... The Public listings are still hit or miss

I would have one show up and restart the service... never popped up again.... steamclient.so is solid too... These are the same issues ARK still has today... so who knows... I will keep trying though

Hopefully this helps! Here's the last line I edited with the added quotes around ${server_name}. My full server name now shows, even after restarts.

"${PWD}/${executable_name}" -name "${server_name}" -password ${server_password} -port ${server_port} -world ${server_world} -public ${server_public}

thanks what version of the menu are you running?

yeah that was teh last version from v+

They released a emergent patch after and I applied it to the new update.

https://github.com/Nimdy/Dedicated_Valheim_Server_Script/search?q=%7BPWD%7D

yeah ${PWD} isnt even found in my repo anymore :(, it was updated... V+ had issues...

Thanks for the help though :)