Announcement

Collapse
No announcement yet.

Computer turn length

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

  • Computer turn length

    Does anyone know how to Give the computer more time to take it's turns. I saw something somewhere that said that the computer plays better if it has more time to take it's turns, and now I'm trying to impliment that and don't know where to start.
    Basically is there anywhere you can set how long each computer player has to take their turn? Please respond or mail me at ccc02@comp.uark.edu
    Thanks everyone.

  • #2
    Campbell,

    Change the following fields in the CTP\ctp_data\default\gamedata\const.txt file.

    AI_GOAL_TIME_SLICE 25
    # time in illiseconds for an AI frame

    AI_MAX_TIME_SLICE 250
    # (in milliseconds)if the ai exceeds this time its turn is ended

    AI_TOTAL_TIME_SLICE 3000
    # (in milliseconds) if the total time in time in the ai player exceeds this its turn is ended

    Don,
    CtPMaps (Hosted by Apolyton)

    Comment


    • #3
      This change was implemented in the AAips, and the Med mod, if you want to check those out.

      Comment

      Working...
      X