HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

ai behaviour

11-28-2002, 09:05 PM#1
Guest
does the standard ai scripts (h,o,u and n) work propperly when you have removed some building options, so it doesnt end up acting totally weird?
also, does the campaign ai need some resource supplying or something? because for the ai starcraft to work in order had to make sure its resources never got depleted.
11-28-2002, 09:39 PM#2
AIAndy
They probably will not work properly because he will be trying to build things he cannot build. To make it work you will need to edit the script and remove all build orders for things you removed. Then it should work.
The resource thing depends on the AI. Many of the Blizzard Campaign AIs get supplied with resources when they are running low by map triggers. But if you write one yourself you can try to make it self supporting. There is no fundamental difference between melee and campaign scripts so that is possible. But there is no universal campaign AI like in Starcraft so in most cases you do have to write one yourself unless you can live with a melee AI.
11-28-2002, 10:16 PM#3
Guest
ok thx for your help