brianmiller / phvalheim-server

PhValheim backend server
GNU General Public License v2.0
26 stars 5 forks source link

Linux client #35

Closed mattyrc closed 1 year ago

mattyrc commented 1 year ago

After reading through the readme it looks like the client is only available for Windows. Are there any plans for a linux client in the future?

This looks like a really neat project btw!

Thanks!

brianmiller commented 1 year ago

We have full Linux support already. :)

brianmiller commented 1 year ago

I need to update the readme. :)

mattyrc commented 1 year ago

@brianmiller Thats great that there is Linux suppot.

Unfortunately I can't figure out how to connect via the client after installing the phvalheim-client in Arch.

When clicking 'Launch' in the client website nothing happens. I also do not see any kind of log.

When trying to launch from phvalehim-client directly I get the following:

[matt@arch ~]$ phvalheim-client 'launch' 'World' '192.168.1.3' 'password' '25000'
Launch URL provided: join
ERROR: malformed phvalheim URL, exiting...

Press Enter key to exit.

Everything works great for me when using the client in my Windows partition.

mattyrc commented 1 year ago

I was able to get the client to launch in Arch Linux by copying the worlds "Launch" url from the button and pasting it to phvalheim-client in terminal like so:

phvalheim-client "<paste_url_here>"

Clicking the "Launch" button doesn't seem to be executing the above in phvalehim-client on its own.