Mercurial > traipse_dev
diff orpg/templates/default_server_ini.xml @ 0:4385a7d0efd1 grumpy-goblin
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
author | sirebral |
---|---|
date | Tue, 14 Jul 2009 16:41:58 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/orpg/templates/default_server_ini.xml Tue Jul 14 16:41:58 2009 -0500 @@ -0,0 +1,22 @@ +<server lobbyname="Lobby" boot="" register="" name=""> + <service port="6774" address="hostname/address" /> + <map file="Lobby_map.xml" /> + <message file="LobbyMessage.html" /> + <validate_protocol value="true" /> + <autokick silent="no" delay="480" /> + <version min="1.6.3" /> + <cheat text="**Fudged Roll**" help="The text will be included in any faked roll by anyone but a GM" /> + <room_defaults> + <passwords allow="yes"/> + <map file=""/> + <message file="LobbyMessage.html"/> + </room_defaults> + <room name="Example Persistant #1" password="password" boot="password"> + <map file="Lobby_map.xml" /> + <message file="LobbyMessage.html" /> + </room> + <room name="Example Persistant #2" password="" boot="password"> + <map file="Lobby_map.xml" /> + <message file="LobbyMessage.html" /> + </room> +</server>