[go: up one dir, main page]

Menu

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

HTTPS access


File Date Author Commit
 ai_match.bat 2006-06-07 yuz [r97] 1.6.3
 ai_match3d.bat 2006-06-07 yuz [r97] 1.6.3
 allies.xml 2006-05-27 yuz [r53] 1.6.1
 allies_axis.sav 2006-06-07 yuz [r97] 1.6.3
 alliessht.xml 2006-05-27 yuz [r53] 1.6.1
 axis.xml 2006-05-27 yuz [r53] 1.6.1
 axissht.xml 2006-05-27 yuz [r53] 1.6.1
 changes 2006-06-07 yuz [r97] 1.6.3
 dynamo98.ini 2006-04-01 yuz [r3] initial import
 league.xml 2006-05-27 yuz [r53] 1.6.1
 left_team.ini 2006-06-07 yuz [r97] 1.6.3
 readme 2006-06-07 yuz [r97] 1.6.3
 rgenconfig.xml 2006-05-27 yuz [r53] 1.6.1
 right_team.ini 2006-06-07 yuz [r97] 1.6.3
 server.ini 2006-05-27 yuz [r53] 1.6.1
 soccer.bat 2006-05-31 yuz [r71] 1.6.1
 soccer3d.bat 2006-05-31 yuz [r71] 1.6.1
 soccerserver.bat 2006-05-31 yuz [r77] 1.6.1
 table.xml 2006-05-27 yuz [r53] 1.6.1
 tactics.xml 2006-05-27 yuz [r53] 1.6.1
 todo 2006-05-27 yuz [r53] 1.6.1
 tosviewer.html 2006-06-07 yuz [r97] 1.6.3
 viewer.bat 2006-05-31 yuz [r71] 1.6.1
 viewer3d.bat 2006-05-31 yuz [r71] 1.6.1

Read Me

Tao of Soccer ver 1.6.3

1, To play a TOS game:

type "soccer3d.bat" in a DOS window to run the demo simulation in 3D.
if you don't have java3d installed, type "soccer.bat" in a DOS window 
to run the demo simulation in 2D.

type "ai_match3d.bat" in a DOS window to run the AI competition in 3D.
if you don't have java3d installed, type "ai_match.bat" in a DOS window 
to run the AI competition in 2D.

type "viewer3d.bat" in a DOS window to start the 3D GUI only
if you don't have java3d installed, type "viewer.bat" in a DOS window 
to start the GUI in 2D only.

type "soccerserver.bat" in a DOS window to start the server
if you want to host a multiplayer soccer game

2, To view a TOS match replay in a browser

load "tosviewer.html" in a JRE1.5.* enabled browser. 

3, Play the game

You can use both keyboard and mouse to control the player on the field.


   1. Keyborad Control Commands

         1. Force Control

               1. '1': set force to 0
               2. '2': set force to 15
               3. '3': set force to 30
               4. '4': set force to 45
               5. '5': set force to 60
               6. '6': set force to 70
               7. '7': set force to 80
               8. '8': set force to 90
               9. '9': set force to 100
              10. Up: add 15 to the force
              11. Shift+Up: add 30 to the force
              12. Down: minus 15 to the force
              13. Shift+Down: minus 30 to the force

         2. Direction Control

               1. Left: 10 degrees left turn
               2. Shift+Left: 40 degrees left turn
               3. Right: 10 degrees right turn
               4. Shift+Right: 40 degrees right turn

         3. Ball Control

               1. Space: If the player has the ball, kick the ball 
               with full force to the player's facing direction; 
               else, chase the ball.
               2. Enter: If the player has the ball, shoot the ball to 
               the opponent's goal; else, this command has no effect.


   2. Mouse Control Commands

         1. Left Click at X,Y: the player runs to X,Y
         2. Right Click at X,Y: If the player has the ball, 
         kick the ball to X,Y; else, this command has no effect.