YesNoOk
avatar

Disabling AI? (Read 472 times)

Started by Chip333, August 16, 2008, 03:00:39 am
Share this topic:
Disabling AI?
#1  August 16, 2008, 03:00:39 am
  • avatar
  • *
Hello, is it possible to remove AI on characters that have custom AI and replace it with mugen's default AI?
Re: Disabling AI?
#2  August 16, 2008, 03:35:14 am
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
Delete the varset, that activates it, usually in the cmd..could be in the statedef -2, or another way delete all cmds triggered by the variable and delete the triggerall's that have that variable  in the moves that are triggered by a human.

Cheers,Rajaboy

edit:

you'll be deleing eveything in the changestate that says

var(59)=1 or var(59)>0 or var(59)>=1

you be deleting the One line of code that says

var(59)!=1 or !var(59) or var(59)<1

maybe the creator used a different variable number so i don't know, but the common is var(59)
Last Edit: August 16, 2008, 03:50:40 am by RajaaBoy
Re: Disabling AI?
#3  October 02, 2008, 02:36:59 pm
  • avatar
  • **
i just got cvs king and it had ai put in. its no fun if i cant play (i could never play as good though) and what you just explained up there i dont really get...

edit: all i had to do was use the backup file it came w/  ;D