PDA

View Full Version : AI adjust in long campaign


francoisD
August 1st, 2010, 03:15 PM
hi

in the middle of a long campaign, i want to give a boost to the ai

in the game guide it is said to copy exactly 2 lines of code with the comment and the variable:

; Option to adjust the player 2 (AI) points allowed. 0 is ignored. 100 = 100% 200=doubled

AIAdjustPercent=100;

but here there is a blank line in the middle.

so to be sure, i have to insert at the end of the ini file, two lines of code, or three?

thanks!

francois

Imp
August 1st, 2010, 03:31 PM
Only use notepad or a file editor there are only 2 lines no blank line.

Unless I am mistaken will not make any diffrence to a campaign in progress you will need to start a new one for it to take effect

jaywalker
August 1st, 2010, 03:43 PM
Only use notepad or a file editor there are only 2 lines no blank line.

Unless I am mistaken will not make any diffrence to a campaign in progress you will need to start a new one for it to take effect
I'm pretty sure the adjustment will kick in with the next battle of a current campaign.

jaywalker

Mobhack
August 2nd, 2010, 02:39 AM
Only use notepad or a file editor there are only 2 lines no blank line.

Unless I am mistaken will not make any diffrence to a campaign in progress you will need to start a new one for it to take effect
I'm pretty sure the adjustment will kick in with the next battle of a current campaign.

jaywalker

On the next time the AI has to buy troops, it will use the modifier.

Andy

francoisD
August 3rd, 2010, 10:43 AM
ok many thanks!