shupershuff / PalworldServerTools

Tools to manage your Palworld Dedicated Server running on Windows host
GNU General Public License v3.0
18 stars 3 forks source link

Running with -setup tells me to run with -setup #6

Closed theletterV42 closed 5 months ago

theletterV42 commented 5 months ago

"If the server files don't exist yet, then please run the -setup parameter."

But I'm already running with the -setup parameter.

Workaround: changed "true" to "false" on line 1301.

shupershuff commented 5 months ago

Hmm. Was server path specified in config.xml? If so what was it?

theletterV42 commented 5 months ago

<ServerPath>D:\pal.server\server</ServerPath>

Directory exists but is empty.

shupershuff commented 5 months ago

Oh after rereading my code your workaround is actually the fix due to a mistake on my part. It's supposed to be $setup -ne $True

shupershuff commented 5 months ago

Thankyou for pointing this out!

shupershuff commented 5 months ago

Resolved in v1.1.1