[go: up one dir, main page]

Menu

Tree [r3] / trunk / game / etc /
 History

HTTPS access


File Date Author Commit
 changes 2006-04-01 yuz [r3] initial import
 dynamo98 2006-04-01 yuz [r3] initial import
 dynamo98.bat 2006-04-01 yuz [r3] initial import
 dynamo98.ini 2006-04-01 yuz [r3] initial import
 observer 2006-04-01 yuz [r3] initial import
 observer.bat 2006-04-01 yuz [r3] initial import
 observer.ini 2006-04-01 yuz [r3] initial import
 readme 2006-04-01 yuz [r3] initial import
 server.ini 2006-04-01 yuz [r3] initial import
 sfu_team 2006-04-01 yuz [r3] initial import
 sfu_team.bat 2006-04-01 yuz [r3] initial import
 sfu_team.ini 2006-04-01 yuz [r3] initial import
 soccer 2006-04-01 yuz [r3] initial import
 soccer.bat 2006-04-01 yuz [r3] initial import
 soccerserver 2006-04-01 yuz [r3] initial import
 soccerserver.bat 2006-04-01 yuz [r3] initial import
 todo 2006-04-01 yuz [r3] initial import

Read Me

Tao of soccer ver 1.4.2

===============================================================================
LINUX
===============================================================================

1, To start TOS as a game type:

sh soccer

Then use menus or toolbar buttons to start the soccer server and players.

2, You may also use TOS to run a match between two AI teams in the Robocup 
style. Here's an example:
1) open 4 xterm at soccer-1.4.2 directory
2) start the soccer monitor by typing "sh soccer" in xterm 1.
3) start the soccer server by typing "sh soccerserver" in xterm 2.
4) in the soccer monitor, open join/view game dialog from game menu, choose
coach ability if you want to step forward or fast forward the game.
5) set team size in sfu_team.ini, start SFU team by typing "sh sfu_team" in 
xterm 3.
6) set team size in dynamo98.ini, start Dynamo98 team by typing "sh dynamo98" 
in xterm 4.

3, To display real-time game statistics, you may start the observer by typing
"observer" in an xterm.
===============================================================================
WINDOWS
===============================================================================

1, To start TOS as a game type:

soccer.bat

Then use menus or toolbar buttons to start the soccer server and players.

2, You may also use TOS to run a match between two AI teams in the Robocup 
style. Here's an example:
1) open 4 DOS windows at soccer-1.4.2 directory
2) start the soccer monitor by typing "soccer.bat" in DOS window 1.
3) start the soccer server by typing "soccerserver.bat" in DOS window 2.
4) in the soccer monitor, open join/view game dialog from game menu, choose
coach ability if you want to step forward or fast forward the game.
5) set team size in sfu_team.ini, start SFU team by typing "sfu_team.bat" 
in DOS window 3.
6) set team size in dynamo98.ini, start Dynamo98 team by typing "dynamo98.bat" 
in DOS window 4.

3, To display real-time game statistics, you may start the observer by typing
"observer.bat" in a DOS window.