Announcement

Collapse
No announcement yet.

Watch/study AI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Watch/study AI

    hi,

    I found this on freeciv-dev:

    "Jason Short" writes:
    > You know that you can have a client watch the AI player directly?
    >
    > ./civ -a -n foo & ./ser
    > /aitoggle foo
    > /start

    in detail (watch one ai in ai vs ai):
    - civserver
    - server command: "create badguy"
    - civclient -a -n goodguy
    - server command: "aitoggle goodguy"
    - server command: "start"

    You can extend this to watch the 2nd (or more) ai (i.e. on different
    computers in a network).

    This will be pretty fast though. So if you really want to study the
    AI, you need a delay or similar option (like specifying certain "pause"
    events, i.e. a city production is changed, or a unit is fighting...).
    How can I do this?

    IMHO this (along with the answer to my question) should go into
    the FAQ and/or user documentation.

    thanks,

  • #2
    There is no pause events, but you can set unit moves to be slower in the client options dialog.

    If you run the CVS code, you can also use the new 'debug' command in the server to get more information about what units, cities and players are doing.

    Comment


    • #3
      AI study research is highly technical and specialized, and is deeply divided into sub fields that often fail to communicate with each other. Get more info about study on study.result.pk
      Last edited by hadee41; April 8, 2014, 07:58.

      Comment

      Working...
      X