jasonrohrer / OneLife

a multiplayer survival game of parenting and civilization building
http://onehouronelife.com
Other
999 stars 280 forks source link

we don't have OneLifeServer file #1097

Open xiy2 opened 2 weeks ago

xiy2 commented 2 weeks ago

I want to create custom server. When I execute serverPullAndBuildLinux.sh The follow word come out:

echo echo echo "Done building server with version v$serverVersion"

echo echo "To run your server, do this:" echo echo "cd OneLife/server" echo "./OneLifeServer" echo

but we don't have OneLifeServer file, Please check if it lost

Lonick32 commented 5 days ago

+1

jasonrohrer commented 3 days ago

So... the OneLifeServer is created down inside the "server" folder.

That's why you need to do "cd server" after building to get into the server folder.

I just tested it, and it's working for me on Linux.

If that file doesn't exist down inside the server folder, are you seeing some kind of compile error during building?

xiy2 commented 3 days ago

Thanks for your reply. The OneLifeServer file exists now. And server start successfully! But it's true OneLifeServer file doesn't exist two weeks ago, even in github.