2024-03-15 14:23:26

Hi guys. How can i host a public english cp server on  my linux ubuntu server? I only using wine without screen. Do i need to coppy the UPNP and the server.exe? Or I just need to coppy server.exe. Thank you

2024-03-15 15:53:00 (edited by Hamdpac 2024-03-15 15:55:01)

yeah i don't think you need to copy upnp that's client stuff

2024-03-15 16:02:40

so how can i host a public server with it?

2024-03-15 16:05:21

I had trouble setting that up for the longest time, but I finally figured out that it's not as simple as typing wine start server.exe. this application is actually a command based program, therefore you need to actually run it as if it were a command line game. I believe the parameters of the server are as follows.
Server.exe name port -l lang -p visibility.
If I wanted to set up my own server, I would type something like this. Server.exe tsatria03 2500 -l English -p public.
I hope this helps you in some way. this took me several tries to get it working, but keep in mind I'm using an earlier beta of the game, since beta 81 has its bugs that need to be ironed out.

The people who love you the most,   are the people who matter most in your life.

2024-03-15 16:35:52

hmm. Do i need to type wine before server.exe?