Here is a nice compilation of information from windecker, MeatROme, etc. With some added by me.
[Quote]How can i add a script to kick Teamkillers automaticly?
Where can i get other Options like #votekick or something else?[/Quote]
As said previously, you have to use a script to enable these features.
Hopmod - Oldest server mod used by PSL, }TC{, and oo|
(Scripting language: Lua) (OS: Linux only)
Frogmod - Been around for a while. Used by MappingHell and [C2]
(Scripting language: None?) (OS: Linux and Mac)
XSBS - Newest mod that is mature, but still has minor issues. Used by [FD], [X] and me! :D
(Scripting language: Python) (OS: Linux, Windows, and Mac(?))
I know there are more, but these are the top three.
--
[Quote]When I am playing a map, for example hallo insta ctf mode, after the 10 minutes time the server doesn`t load a new map. why?[/Quote]
Not sure on these, but for the unloaded map, the map doesn't change if there is no one in the server.
--
[Quote]I typed a Motd in the Server.init but i can`t read it when i connect to it.[/Quote]
MOTD should be in the server-init.cfg file as "servermotd ...". (No Quotes)
--
[Quote]If i type /connect serverip it doesn`t connect, there is just the option to search it on the server list.[/Quote]
You first need to open up the ports for the server on both your firewall and your router, and anything between that and the internet. (Using UDP)
The default port number is 28785, which will make the info port at 28786. If you change the port number, just remember to open both ports.
If you are on the same COMPUTER as the server:
/connect 127.0.0.1 -port number-
If you are on the same NETWORK as the server:
/connect 192.168.x.x -port number-
192.168.x.x being the Local IP of the server
Otherwise, as with all other servers, you do this:
/connect x.x.x.x -port number-
x.x.x.x of course being the Public IP (from windecker: Your IP!)
-
Don't forget to update the master list in Sauerbraten.
And that "updatemaster 1" is in the server-init.cfg file. (No Quotes)
srbs
Sidenote (not 100% sure on these):
}TC{ uses hopmod public
oo| uses whanfred's modification of hopmod public
PSL uses the same as oo| ?