| Author | Message | 
        
			| Mr. Cake 
					Joined: Fri May 28, 2010 2:54 am
 Posts: 38
 Location: U.S.A.
   |   Jetpack AI shenanigans and troubleIn the Zombies '09 mod, all the actors have the AI which I like, with the whole not jetpacking when a friendly lands in front of them. I thought this was a constant for any B23 faction mod put into B24, but I was wrong when I tested some other mods like the Wehrmacht and District 9. I wonder if there is a way to get that AI to be that way for all my other factions. I think when the CC team release the next version, they should get the Idle/Sentry AI to the way it was back in B23 or like it is in Zombies '09.
 
 I keep running into a very annoying problem during more than half my games. Whenever I have multiple bodies near each other and then I do something like jetpack one over another, fire a gun or a tank near them, or nothing at all, the uncontrolled bodies take it upon themselves to try and jetpack over my guy, tank, etc. and end up squishing another guy, dismembering and disarming themselves, and sometimes explode of the other guy had a grenade. All the AI were on sentry mode too, so I have no clue why they are doing this. 
 
 
    							Last edited by Mr. Cake on Tue Feb 15, 2011 12:53 am, edited 1 time in total. 
 
 | 
		
			| Sun Dec 26, 2010 11:15 pm | 
					
					     | 
	
	
		|  | 
	
			| Dragon239 
					Joined: Mon Aug 24, 2009 8:23 am
 Posts: 63
 Location: Michigan, USA
   |   Re: Jetpack AI shenanigans and troubleYeah, um, AI sucks. Don't keep your guys near each other at all, don't rely on AI to control themselves at all. I don't usually have more than 2 guys on the field, and I generally directly control them, never let them do things themselves. Bad things happen  
 
 | 
		
			| Sun Dec 26, 2010 11:38 pm | 
					
					     | 
	
	
		|  | 
	
			| Yazuak 
					Joined: Mon Dec 20, 2010 6:52 pm
 Posts: 5
   |   Re: Jetpack AI shenanigans and troubleYup, the only place I trust AI is in a sealed box with a little window to shoot out of.  Even then, you risk having friendlies getting shot  
 
 | 
		
			| Sun Dec 26, 2010 11:51 pm | 
					
					   | 
	
	
		|  | 
	
			| Foa Data Realms Elite 
					Joined: Wed Sep 05, 2007 4:14 am
 Posts: 3966
 Location: Canadida
   |   Re: Jetpack AI shenanigans and troubleYazuak wrote: Yup, the only place I trust AI is in a sealed box with a little window to shoot out of.  Even then, you risk having friendlies getting shot  And also risking them getting killed ridiculously easily, destroying the base, escaping the box, and so on.
 
 | 
		
			| Mon Dec 27, 2010 8:53 am | 
					
					   | 
	
	
		|  | 
	
			| mail2345 
					Joined: Tue Nov 06, 2007 6:58 am
 Posts: 2054
   |   Re: Jetpack AI shenanigans and troubleThis Lua code will fix the AI: Code: function Update(self)if self:GetController().InputMode == Controller.CIM_AI then
 self:GetController().InputMode = Controller.CIM_DISABLED
 end
 end
 
 | 
		
			| Mon Dec 27, 2010 5:44 pm | 
					
					   | 
	
	
		|  | 
	
			| Mr. Cake 
					Joined: Fri May 28, 2010 2:54 am
 Posts: 38
 Location: U.S.A.
   |   Re: Jetpack AI shenanigans and troublemail2345 wrote: This Lua code will fix the AI: Code: function Update(self)if self:GetController().InputMode == Controller.CIM_AI then
 self:GetController().InputMode = Controller.CIM_DISABLED
 end
 end
Lua gives me nightmares. Is there any specific place I need to put this in or do I just plop it in there somewhere?
 
 | 
		
			| Tue Dec 28, 2010 7:54 pm | 
					
					     | 
	
	
		|  | 
	
			| mail2345 
					Joined: Tue Nov 06, 2007 6:58 am
 Posts: 2054
   |   Re: Jetpack AI shenanigans and troubleThat was a joke, it completely disables the AI.If you still want to use it, then put it in a Lua file, and add this to an actor's definition:
 ScriptPath = <file>
 
 
 | 
		
			| Tue Dec 28, 2010 8:23 pm | 
					
					   | 
	
	
		|  | 
	
			| alphagamer774 
					Joined: Wed Feb 10, 2010 4:06 am
 Posts: 1294
 Location: Comox, BC, Canada
   |   Re: Jetpack AI shenanigans and troubleDragonXP made a little device that pins actors when they're inside it, useful to stick AIs into perfect sniping spots. Somebody else made a brain that extended their sight range. Try searching. 
 
 | 
		
			| Tue Dec 28, 2010 10:25 pm | 
					
					     | 
	
	
		|  | 
	
			| 411570N3 
					Joined: Wed Jan 07, 2009 10:26 am
 Posts: 4074
 Location: That quaint little British colony down south
   |   Re: Jetpack AI shenanigans and trouble
 
 | 
		
			| Wed Dec 29, 2010 2:23 am | 
					
					     | 
	
	
		|  | 
	
			| Mr. Cake 
					Joined: Fri May 28, 2010 2:54 am
 Posts: 38
 Location: U.S.A.
   |   Re: Jetpack AI shenanigans and troubleWell, I don't really want an actor pinner. Now that I think about it, is there anyway to get the actor AI from b23 to replace the b24 one? I just don't like the jetpacking that occurs when idle actors are too close to one another as I like to have a few in a room as back up. 
 
 | 
		
			| Thu Jan 06, 2011 9:52 pm | 
					
					     | 
	
	
		|  | 
	
			| Lizardheim DRL Developer 
					Joined: Fri May 15, 2009 10:29 am
 Posts: 4107
 Location: Russia
   |   Re: Jetpack AI shenanigans and troubleThat happened back in B23 too. 
 
 | 
		
			| Thu Jan 06, 2011 9:55 pm | 
					
					   | 
	
	
		|  | 
	
	
		|  |