Page 1 of 1

How does work /login ?

Posted: Mon Dec 28, 2015 2:58 pm
by Xaxime
Arguments password are saved into "client.exe", or the player calls the server with the number to connect, and only server has the password ?

Thank you, I'm curious about how does the game work.

Re: How does work /login ?

Posted: Mon Dec 28, 2015 5:14 pm
by ByteBit
Server stores the password in config.txt, user then executes: "/login PASSWORD" to login as admin/moderator/trusted...

Re: How does work /login ?

Posted: Thu Dec 31, 2015 11:20 am
by Xaxime
Ok so password is on the server only and not in the executable.

Thank you Blue_Happy1