i think giving more time to the ai will probably make it better.
open Const.txt under Call To Power 2\ctp2_data\default\gamedata and find these lines
<center><table width=80%><tr><td><font color=000080 face="Verdana" size=2><font size="1">quote:
<img src="/images/blue1.gif" width=100% height=1>
</font>AI_GOAL_TIME_SLICE 25 # time in milliseconds 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
<img src="/images/blue1.gif" width=100% height=1></font></td></tr></table></center>
i've changed them to 75, 1250 and 13000 and it seems to have some effect.
open Const.txt under Call To Power 2\ctp2_data\default\gamedata and find these lines
<center><table width=80%><tr><td><font color=000080 face="Verdana" size=2><font size="1">quote:
<img src="/images/blue1.gif" width=100% height=1>
</font>AI_GOAL_TIME_SLICE 25 # time in milliseconds 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
<img src="/images/blue1.gif" width=100% height=1></font></td></tr></table></center>
i've changed them to 75, 1250 and 13000 and it seems to have some effect.
Comment