D12-Dev / OpenWorld

A Free Multiplayer Mod For Rimworld
Other
97 stars 17 forks source link

[Suggestion] Rename server file #35

Closed Redstylt closed 1 year ago

Redstylt commented 2 years ago

Hello,

Could you delete the space in your file's names ?? I would avoid this kind of command (and troubleshooting to figure out this) All that we tried (after a day of work ^^) :

mv "OpenWorldServer" OpenWorldServer
mv "Open World Server" OpenWorldServer
mv Open\ World\  Server OpenWorldServer 
mv Open\ World\  Server OpenWorldServer

To figure out this : mv Open\ World\ Server openworldserver

Thank you!

PS: Details matter 🥇

Haukinger commented 2 years ago

Also, underscores in namespaces are unusual, and they'd go away with the spaces (I'd rename the project files and solutions, too, accordingly)

Blamudia commented 1 year ago

This should have been default, recommend changing build actions in order to make sure atleast the unix based builds have no spacings.

having lots of issues with trying to get this project inside of a docker container for pterodactyl use due to them :(

ghost commented 1 year ago

On it! Thanks for the feedback