X-Git-Url: http://royale.zerezo.com/git/?p=zeRace;a=blobdiff_plain;f=README;fp=README;h=10f9f9e961e9d1533b86ed5a278e4595653cd3f6;hp=699c954f5346ff980684e647bc58c7005995d4c1;hb=a649266e00696290ecf09f15c9dfa09f1cd35244;hpb=1be6de5da72b6218e87c20e29782ce6f9d99196e diff --git a/README b/README index 699c954..10f9f9e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -zeRace 0.5 +zeRace 0.6 site: http://royale.zerezo.com/zerace/ mail: royale@zerezo.com @@ -17,3 +17,20 @@ Then launch as many bots as you want : ./bot_anticip localhost 3600 16 Then you can join your own server in zeRace in the "network game" section. If you are under Windows, replace by "server.exe" and "bot_anticip.exe" in MS-DOS commands. +You can also use the "local-server-with-bots.*" scripts. + +windows: +Take a look at the files stdout.txt and stderr.txt, they can give useful informations. +You need to use the task manager if you want to stop the server. + +syntax: +./server 'server_name' nb_laps network_speed (public|private) (col|nocol) + server_name : the name of the server + nb_laps : the number of laps to complete for each race + network_speed : frequency of network messages (1 for fast network, 10 for slow network...) + private : this server will not be listed in the 'internet games' + col : the server will compute collisions between cars +./bot_anticip host port random + host : host or ip of the server to connect to + port : port number of the server to connect to + random : frequency of random moves (0 = no random moves, 1 = only random, 1000 = 1/1000 random moves)