View Single Post
Re: Running a server?
Important note: You cannot start your own server in Toribash 3

The server is a DOS windows.

add 127.0.0.1:20184 "my server" to the file servers.txt and you should be able to join it.

command line options:
-p <port> - listen port (20184)
-m <frames> - match frames (120)
-t <frames> - turn frames (10)
-r <sec> - reaction time (20)
-f - flags (1=DQ, 2=Decaps, 4=No Grip, 3=DQ&Decap 8=Fracture) (3)
-s - sumo (0=HF, 1=HF and WA) (0)
-e <cm> - engage distance in centimeters (100)
-j <cm> - dojo size in centimeters (0)
-l <percent> - dismember thresh hold (100)
-c <percent> - fracture thresh hold (0)
-d <model> - damage model (0=opponent, 1=both, 2=self) (0)
-o <name> - mod name (classic)
-C <clients> - max number of simultaneous clients (12)
-T <sec> - Socket timeout (5)
-L <file> - Name of log file
-N <name> - Name of server (will show in mutliplayer server desc)
-D - Daemonize server
-R <pass> - Remote console password
-P - Premium server
-A <rounds> - AFK rounds. Player will be kicked if inactive this many rounds after start (3)

the flags:
0=None
1=DQ
2=DM
3=DQ+DM
4=NG
5=NG+DQ
6=NG+DM
7=NG+DM+DQ
8=F
9=F+DQ
10=F+DM
11=F+DQ+DM
12=F+NG
13=F+NG+DQ
14=F+NG+DM
15=F+NG+DM+DQ

F = Fracture
DM = Dismemberment
DQ = Disqualification
NG = No grip

sumo:
0=Hands and Feet safe
1=Hands, Feet, Wrists and Ankles safe


For -R, it is the server auth password.
/pass <password>
Should display "Authed",
/status
Should display something like:
123 someguy 12.34.56.78 P
246 otherguy 87.65.43.21 P
To kick otherguy:
/kick 246 Some_one_word_of_reason.
Last edited by Stilf; Nov 22, 2007 at 02:47 AM. Reason: Added important note