AI Spawns help

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
xxsupersonicxx





Posts: 5
Joined: Sat Mar 03, 2007 10:23 am

AI Spawns help

Post by xxsupersonicxx »

I put elites and the human flood on turf. when i start it up they both spawn fine but when they move around and attack each other the flood keep spawning but the elites dont. I put continuos respawn on both spawns,but the elites just wont spawn back. Would like some help please.
User avatar
blackdiamond





Posts: 764
Joined: Fri Feb 16, 2007 7:18 pm
Location: Virginia

Post by blackdiamond »

you need to tell us what your doing, how you injected the ai, what you injected it with, what you used for the scripts, what scripts your using, etc.
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature.

http://www.mindistortion.net/iwantyours ... am=dapoopy
xxsupersonicxx





Posts: 5
Joined: Sat Mar 03, 2007 10:23 am

Post by xxsupersonicxx »

i used MilyardoX2's respawn script

Code: Select all

(script continuous respawner 
 (begin 
   (sleep 1000) 
   (sleep_until (<= (ai_living_count 0) 5)) 
   (ai_place 0) 
))
I injected the bipd's using insolence, i copied the Ai squads, Ai squad types, charcters, weapon pallet, Ai encounters from floodzone using entity 1.3.9.
Post Reply