RacerRoomSetup.wiki
changeset 1507 0df1fac87c44
parent 1421 ac35ef6e999f
child 1508 2fe2497eb7d7
equal deleted inserted replaced
1506:a1bfc81f6295 1507:0df1fac87c44
    33 /fix
    33 /fix
    34 /callvote map #01
    34 /callvote map #01
    35 }}}
    35 }}}
    36 
    36 
    37 And leave.  The callvote will cause errors as long as you are still the room admin, but they don't matter.  You can quit/rejoin before that step if you wish.
    37 And leave.  The callvote will cause errors as long as you are still the room admin, but they don't matter.  You can quit/rejoin before that step if you wish.
       
    38 
       
    39 == Running checker ==
       
    40 Make sure you have hedgewars working, your login/password is stored in frontend's config
       
    41 
       
    42 To build checker:
       
    43 {{{
       
    44 $ cabal build checker
       
    45 }}}
       
    46 
       
    47 Put checker.ini into ~/.hedgewars with such content:
       
    48 {{{
       
    49 [engine]
       
    50 exe=/usr/home/hedgewars/0.9.24/bin/hwengine
       
    51 prefix=/usr/home/hedgewars/0.9.24/share/hedgewars/Data
       
    52 }}}
       
    53 
       
    54 When updating between versions, update version in checker's source, run this on the server's database to have new stats appear on the records page:
       
    55 {{{
       
    56 INSERT INTO gameversions (protocol, version) VALUES (55, '0.9.24'), (56, '0.9.25-dev');
       
    57 }}}