You are on page 1of 1

Local Network Game

==================

- Fixed the ghost players in the dedicated server.


- Minor bugs fixed.
- Chat command.
- Configuration submenu included in the network menu.
- New Blade.exe parameters :
-quick Skip the startup dialog and the video.
-host Start a server to play.
-connect:<IP> Try to join into a game.
-dedicated Start a dedicated server.
-player:<PlayerName> Set up the player's name.
-arena:<ArenaName> Set up the arena's name.
-knight Selects the knight for the arena.
-amazon Selects the amazon for the arena.
-barbarian Selects the barbarian for the arena.
-dwarf Selects the dwarf for the arena.

Dedicated Server Console Commands


=================================

NetMisc.ServerNextLevel()
Changes to the next level.

FRAG_LIMIT = <Maximun number of deaths>


Modifies the number of deaths(*)

NetScorer.AddChatString("Message")
Send a Message to the clients.

(*) This information will be activated immediately but discarded in the next arena.

Modifing the server options (**)


--------------------------------

NetMisc.SELMAPS = [<mapDir>,<mapDir>,<mapDir>...]
Changes the Map list.

NetMisc.ACTUALMAP = <Map index>


Changes the map index.

NetMisc.FRAGLIMIT = <Maximun number of deaths>


Modifies the number of deaths.

NetMisc.ARENAHANDICAP =<maximun handicap>


Select the maximun level allowed in the server (1,2,3 or 4)

NetMisc.SaveConfiguration()
Saves the modified values.

(**) This information will be activated in the next arena.

You might also like