Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
361 stars 90 forks source link

Private room on dedicated server #384

Open Triplkrypl opened 7 years ago

Triplkrypl commented 7 years ago

I created for my friends dedicated server, becouse if we want play alone and it is annoing when other players conecting into our room. Now i know then we can set pasword on any empty room on any server and this solve the problem. It is good solution, but we have to on each connect to empty room lock it, if i understood your code on github correctly.

Can you add some funkcionaliti on server config where can be set password for one or more rooms and this password will be active for server run-time.

This will be more comfortable, i can with my friends share one password witch is not change and other players who will play on my server can connect to others rooms witch is auto created as now.

Kromster80 commented 7 years ago

So what you suggest is to allow to set default passwords on dedicated server rooms (from INI file)?

Triplkrypl commented 7 years ago

Yes if room is empty will required password (loaded from INI) for connect and this password can not be changed by host player. Best solution will be that password in INI file will bound on room id, other rooms can be public.