Please please please update the Dedicated Server hosting documentation to state that the name for your server folder CANNOT have any spaces. I’ve spent almost an entire week trying to figure this out.
Hey, @Bocaj7002. To clarify – your server folder’s name can have spaces! For example, the ExampleServer.bat
provided with the U3DS app includes the following example when discussing additional arguments: “-Port/27017 +InternetServer/My Server”.
Looking at your previous topic, were you trying to run Unturned.exe -nographics -batchmode +InternetServer/Friendly Server
with your batch script? This is slightly different from our vanilla examples, but is totally fine to do. You’d just want to add quotation marks if you’re running into issues, as your system was probably splitting the file path.
This is a good rule of thumb when working with file paths (that have spaces) in general.
oh… my bad. Thank you for clarifying that.