YesNoOk
avatar

How can I make Muteki's chars easier? (Read 288 times)

Started by Trinitronity, February 10, 2013, 09:43:33 pm
Share this topic:
How can I make Muteki's chars easier?
#1  February 10, 2013, 09:43:33 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man
Someone said, that I should adjust their AI.cns, but I got a problem: Their AI.cns are a mess.
Can someone help me there, please? Thanks in advance!
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How can I make Muteki's chars easier?
#2  February 10, 2013, 10:11:05 pm
  • ***
  • Lacking any sort of resolve
    • USA
    • www.geocities.jp/doubletrend_zeta/entry.html

  • Online
You need to look for a variable either in the config or the ai.
Above it there are a few lines explaining the system from 1 to 11

The easiest way to find it is look for a variable that equals 11 or a number below it, because that most likely is the correct variable.

im buggin out man
Buriki One
Re: How can I make Muteki's chars easier?
#3  February 10, 2013, 10:32:15 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man
That still didn't helped.
AI.txt of Muteki chars are damnly unorganized, and I don't understand japanese.
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How can I make Muteki's chars easier?
#4  February 10, 2013, 10:40:50 pm
  • ***
  • Lacking any sort of resolve
    • USA
    • www.geocities.jp/doubletrend_zeta/entry.html

  • Online
I wasn't expecting it to help much as I don't really have the files right now. If you can wait a few hours I can give you an exact explanation of what to do.

im buggin out man
Buriki One
Re: How can I make Muteki's chars easier?
#5  February 10, 2013, 10:43:46 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man
OK, I can wait. At least, my problem gets solved.
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: How can I make Muteki's chars easier?
#6  February 11, 2013, 05:07:52 am
  • ***
  • Lacking any sort of resolve
    • USA
    • www.geocities.jp/doubletrend_zeta/entry.html

  • Online
Alright, pulled out his venom and found it.

Here's the info about the levels, which is located at the top of the document.
; LvÝ’è‚Å‚·‚ª@‰º‚É‚ ‚é
; [State -3,AIFlagSet]
;var(59) = 5;AILv1`12‚Ì•”•ª‚ð•Ï‚¦‚邱‚Æ‚ÅAILv‚ª•ω»‚µ‚Ü‚·B
;1`9:Lv1‚ªã‚ª‚é‚ɂ‚ꐸ“x10%UP
;10   :¸“xMAX  ‰¼µ°ÄÞ¶Þ°Äށ@’¼ƒK—¦UP
;11   :¸“xMAX@’´”½‰ž@ALL’¼ƒK

Below that is the -3 states for the AI
Code:
[State -3,AIFlagSet]
Type = VarSet
TriggerAll=!ishelper
TriggerAll=var(59)<1
TriggerAll=RoundState<2||(RoundState=2&&ctrl)
Trigger1 = Command="AI0"
Trigger2 = Command="AI1"
Trigger3 = Command="AI2"
Trigger4 = Command="AI3"
Trigger5 = Command="AI4"
Trigger6 = Command="AI5"
Trigger7 = Command="AI6"
Trigger8 = Command="AI7"
Trigger9 = Command="AI8"
Trigger10= Command="AI9"
Trigger11= Command="AI10"
Trigger12= Command="AI11"
Trigger13= Command="AI12"
Trigger14= Command="AI13"
Trigger15= Command="AI14"
Trigger16= Command="AI15"
Trigger17= Command="AI16"
Trigger18= Command="AI17"
Trigger19= Command="AI18"
Trigger20= Command="AI19"
Trigger21= Command="AI20"
Trigger22= Command="AI21"
Trigger23= Command="AI22"
Trigger24= Command="AI23"
Trigger25= Command="AI24"
Trigger26= Command="AI25"
Trigger27= Command="AI26"
Trigger28= Command="AI27"
Trigger29= Command="AI28"
Trigger30= Command="AI29"
Trigger31= Command="AI30"
Trigger32= Command="AI31"
Trigger33= Command="AI32"
Trigger34= Command="AI33"
Trigger35= Command="AI34"
Trigger36= Command="AI35"
Trigger37= Command="AI36"
Trigger38= Command="AI37"
Trigger39= Command="AI38"
Trigger40= Command="AI39"
Trigger41= Command="AI40"
Trigger42= Command="AI41"
Trigger43= Command="AI42"
Trigger44= Command="AI43"
Trigger45= Command="AI44"
Trigger46= Command="AI45"
Trigger47= Command="AI46"
Trigger48= Command="AI47"
Trigger49= Command="AI48"
Trigger50= Command="AI49"
Trigger51= Command="AI50"
Trigger52= var(59)=0
Trigger52= NumHelper(10000+id)
Trigger52= Helper(10000+id),var(59)>0
var(59) = 11
See how I have the var(59) set to 11? That's where you set the AI level

im buggin out man
Buriki One
Re: How can I make Muteki's chars easier?
#7  February 11, 2013, 08:24:02 am
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man
It worked, thanks!
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns