RacerRoomSetup.wiki
changeset 1744 039b534ff9d6
parent 1743 39ca8f9807e3
child 2051 3a9136f56fe5
equal deleted inserted replaced
1743:39ca8f9807e3 1744:039b534ff9d6
    49 [engine]
    49 [engine]
    50 exe=/usr/home/hedgewars/0.9.24/bin/hwengine
    50 exe=/usr/home/hedgewars/0.9.24/bin/hwengine
    51 prefix=/usr/home/hedgewars/0.9.24/share/hedgewars/Data
    51 prefix=/usr/home/hedgewars/0.9.24/share/hedgewars/Data
    52 }}}
    52 }}}
    53 
    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:
    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 (see also [ProtocolNumbers]):
    55 {{{
    55 {{{
    56 INSERT INTO gameversions (protocol, version) VALUES (55, '0.9.24'), (56, '0.9.25-dev');
    56 INSERT INTO gameversions (protocol, version) VALUES (55, '0.9.24'), (56, '0.9.25-dev');
    57 }}}
    57 }}}
    58 
    58 
    59 If you see too many "Check failed" messages in your checker's log, check your setup. If you fixed a problem with engine, you might want to recheck previously failed replays by moving them from "failed" to "replays" folder on the game server. You may do it on live system, that's np.
    59 If you see too many "Check failed" messages in your checker's log, check your setup. If you fixed a problem with engine, you might want to recheck previously failed replays by moving them from "failed" to "replays" folder on the game server. You may do it on live system, that's np.