View Single Post
Re: Running a server?
Note that you can get the list of command line options by running the toribash_server.exe with -?
(eg, by doing Start -> Run... -> cmd -> cd\program files\toribash -> toribash_server -? )

List of options for current version is:
-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)

So, DQ/decap/grip/fracture is set with -f -- which Im not quite sure how to use properly. Fracture treshold is -c ...