home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / Armagetron_Advanced / armagetronad-0.2.8.3.1.gcc.win32.exe / config / aiplayers.cfg next >
Text File  |  2010-02-20  |  3KB  |  47 lines

  1. # all values have a range of 0 to 10. More is only meaningful for the range variable.
  2. # the "meta"-meaning of a value was used by me to deduce the AI abilities from the abilites of the real program.
  3. # 1st column "name": Program name
  4. # 2nd column "rs": Program reaction speed (meta: program execution speed)
  5. # 3rd column "er": Reaction in an emergency
  6. # 4th column "vr": Program viewing range
  7. # 5th column "trace": wall tracing ability (meta: how good can the program handle texts?)
  8. # 6th column "close": close combat ability (meta: how good can you control the prog with keyboard alone?)
  9. # 7th column "path": pathfinding ability  (meta: mouse control quality)
  10. # 8th column "loop": ability to detect closed areas and to close the enemy in (meta: is the program secure?)
  11. # 9th column "cycle": ability to evade or cross enemy cycles (meta: is there a feud going on with users of another similar program?)
  12. #10th column "tunl": ability to avoid dangerous tunnels ( meta: is it stable?)
  13. #11th column "tr-det": ability to react on enemy cycles tracing the own wall (meta: meaningful error messages)
  14. #12th column "state": state the AI starts in (0: survive, 1: trace, 2: closecombat, 3: pathfind)
  15. #13th column "str": time the AI drives straight on at the beginning
  16. #14th column "sttch": time before the first state change
  17.  
  18. # Feel free to modify the AIs or add new ones; but be aware that the interpretation
  19. # of these values is not yet final. PLEASE DON'T send me your changes. They'll
  20. # probably be useless when I get them.
  21.  
  22. #name        rs  er  vr  trace  close  path  loop  cycle  tunl  tr-det  state  str  sttch
  23.  
  24. Outlook    3     3      0    0        0         0      0      0       4       0         0       10      10
  25. Notepad    9     5      0    0        6         6      10      0       10       0         0       10      10
  26. Word        4     5      3    1        5         10      0      0       0       0         0       10      10
  27. Excel        6     2      3    1        5         10      0      0       0       0         0       10   10
  28. Emacs        5     2      3    10        10      0      10      10       8       5         0       10      10
  29. Vi           10     6      0    10        10     0      10      10       10       0         0       10      10
  30. Pine        7     5      1    10        10      0      5      10       10       10         0       10      10
  31. Elm        9    7      1    10        10      0      10      10       10       0         0       10   10
  32. LaTeX        7    5      4    10        0         0      10      0       10       5         0       10      10
  33. TeX        10    7      4    10        0         0      10      0       10       5         0       10      10
  34. Gcc        8    6      6    0        0         0      10      5       7       7         0       10      10
  35. Gdb        8    10      6    0        0         0      10      5       7       7         0       7      10
  36. MSVC++    6    6      5    5        10      10      10      5       7       7         0       7      10
  37. Photoshop 2    4      3    0        0         10      10      10      10      10      0       7      10
  38. Gimp        3    2      3    0        0         10      10      10       10      10         0       7      10
  39. Windows    7    8      8    10        10      10      10      10       10       10         0       5      10
  40. Linux        7    8      8    10        10      10      10      10       10       10         0       5      10
  41. Unreal    10    10      2    10        10      10      10      10       10       10         1       5      10
  42. Quake        10    10      2    10        10      10      10      10       10       10         1       5      10
  43. Cycles3D    10    10      10    30        1         1      10      10       10      10         1       7      10
  44. glTron    10    10      10    30        1         1      10      10       10       10         1       7      10
  45. Armagetron    10    10    10    30    1    1    10    10    10    10    1    7    10
  46.  
  47.