24-03-2020, Tuesday-15:13:15
Ganz konventionell: Flugzeuge in endlosschleife geht in pak64 am schnellsten, gefolgt von Schiffen. Man kann auch einen Tunnel durch die halbe Welt bauen.
Der Admin kann Spieler löschen, auch AIs. Dazu am besten das Netzwerktool verwenden. (Im Ordner nettools make starten ...)
Der Admin kann Spieler löschen, auch AIs. Dazu am besten das Netzwerktool verwenden. (Im Ordner nettools make starten ...)
Code:
nettool for Simutrans 121.0.1 Nightly and higher
Usage:
nettool [options] <command> [command argument]
Options:
-s <server[:port]> : Specify server to connect to (default is localhost:13353)
-p <password> : Set password on command line
-P <filename> : Read password from file specified (use '-' to read from stdin)
-q : Quiet mode, copyright message will be omitted
Commands:
announce
Request server announce itself to the central listing server
clients
Receive list of playing clients from server
companies
Receive list of running companies from server
info-company <company number>
Show detailed info for company
lock-company <company number> <new password>
lock-company <company number> -F <filename>
Set password, read from file if specified (use '-' to read from stdin)
unlock-company <company number>
Clear password of company, effectively unlocking it for all clients
remove-company <company number>
Immediately remove company and all its belongings
kick-client <client number>
ban-client <client number>
Kick / ban client (use clients command to get client number)
ban-ip <ip address>
unban-ip <ip address>
Ban / unban ip address
blacklist
Display list of banned clients
say <message>
Send admin message to all clients (maximum of 512 characters)
shutdown
Shut down server
force-sync
Force server to send sync command in order to save & reload the game
Return codes:
0 .. success
1 .. server not reachable
2 .. could not send message to server
3 .. misc errors