How do i improve a certain chars AI, that thew dont fight too crappy in watch mode.
Pagina 1 di 1
How do i improve a certain chars AI? How do i improve a certain chars AI?
#2
Inviato 19 June 2007 - 13:40
That's just the opposite thing of what I'm trying to do...
Anyway as far as I know the .CMD file has the AI code written in. So if you want to improve AI performance you have to edit it.
And it is not that easy if you ( like me ) are not used to mugen code, and there's no standard way to improve it, because there are many custom functions that authors may have applied to a char, so you'll want someone skilled with Mugen code to edit it for you.
I'm sorry for not being able to help you any better.
Anyway as far as I know the .CMD file has the AI code written in. So if you want to improve AI performance you have to edit it.
And it is not that easy if you ( like me ) are not used to mugen code, and there's no standard way to improve it, because there are many custom functions that authors may have applied to a char, so you'll want someone skilled with Mugen code to edit it for you.
I'm sorry for not being able to help you any better.
#3
Inviato 25 June 2007 - 15:09
it's not that hard,if you read enough tutoriels you'll know how to code ai easily.
just to give you a little tip,here's what i used to make my char of great ai,he's very good now,but even that known these codes don't work on all chars in cmd files and besides the general ai modification is usually done in the common1 file.
but anyway here's what i got in my cmd ai codes:
[Command]
name = "a2"
command = a
time = 1
[Command]
name = "b2"
command = b
time = 1
[Command]
name = "c2"
command = c
time = 1
[Command]
name = "x2"
command = x
time = 1
[Command]
name = "y2"
command = y
time = 1
[Command]
name = "z2"
command = z
time = 1
[Command]
name = "start2"
command = s
time = 1
[Command]
name = "holdfwd2"
command = /$F
time = 1
[Command]
name = "holdback2"
command = /$B
time = 1
[Command]
name = "holdup2"
command = /$U
time = 1
[Command]
name = "holddown2"
command = /$D
time = 1
[Command]
name = "holda2"
command = /a
time = 1
[Command]
name = "holdb2"
command = /b
time = 1
[Command]
name = "holdc2"
command = /c
time = 1
[Command]
name = "holdx2"
command = /x
time = 1
[Command]
name = "holdy2"
command = /y
time = 1
[Command]
name = "holdz2"
command = /z
time = 1
[Command]
name = "holdstart2"
command = /s
time = 1
[Command]
name = "recovery2"
command = x+y
time = 1
not again i precise this will not work on lots of chars, and also the main ai is in common1 file
just to give you a little tip,here's what i used to make my char of great ai,he's very good now,but even that known these codes don't work on all chars in cmd files and besides the general ai modification is usually done in the common1 file.
but anyway here's what i got in my cmd ai codes:
[Command]
name = "a2"
command = a
time = 1
[Command]
name = "b2"
command = b
time = 1
[Command]
name = "c2"
command = c
time = 1
[Command]
name = "x2"
command = x
time = 1
[Command]
name = "y2"
command = y
time = 1
[Command]
name = "z2"
command = z
time = 1
[Command]
name = "start2"
command = s
time = 1
[Command]
name = "holdfwd2"
command = /$F
time = 1
[Command]
name = "holdback2"
command = /$B
time = 1
[Command]
name = "holdup2"
command = /$U
time = 1
[Command]
name = "holddown2"
command = /$D
time = 1
[Command]
name = "holda2"
command = /a
time = 1
[Command]
name = "holdb2"
command = /b
time = 1
[Command]
name = "holdc2"
command = /c
time = 1
[Command]
name = "holdx2"
command = /x
time = 1
[Command]
name = "holdy2"
command = /y
time = 1
[Command]
name = "holdz2"
command = /z
time = 1
[Command]
name = "holdstart2"
command = /s
time = 1
[Command]
name = "recovery2"
command = x+y
time = 1
not again i precise this will not work on lots of chars, and also the main ai is in common1 file
Condividi questa discussione:
Pagina 1 di 1

Aiuto









