YesNoOk
avatar

hi  (Read 523 times)

Started by gingfreccs, February 02, 2014, 01:17:50 pm
Share this topic:
hi
#1  February 02, 2014, 01:17:50 pm
  • avatar
    • Romania
    • tzzapuandrei@yahoo.com
Please help me , I want to ask if it s possible to change a character s command for atack what i mean  is special :down forward down back up back  y to be changed to down back down back y please help me !
Re: hi
#2  February 03, 2014, 03:45:13 am
  • ***
  • Nevermore!
yes, it's possible...
commands are defined in the .cmd file inside said char folder.

however based on your questionI guess your mugen knowledge is nearly zero, so I recommend to read some tutorial about commands before messing with something..


here's some extra help though:

-open your char folder (the one whose special you want to remmap)
-open the file wit extension .cmd with notepad
-look for something like:
Code:
[Command]
name = "insert name"
command = ~D, DF, F, D, DB, B, U, B, y   <-----this is what you are looking for
time = xx
or
Code:
[Command]
name = "insert name"
command = ~D, F, D, B, U, B, y   <-----this is what you are looking for
time = xx

and change the "command" line from
Code:
command = ~D, F, D, B, U, B, y
to
Code:
command = ~D, B, D, B, y 

if the move has a name is easier to identify and locate it
Lord Noble Eye of Dezeroff; High Commander of the Reconnaissance Division, Airborne Corps; Fifth Seat in the Murder's Council; and Duke of Corvus
Last Edit: February 03, 2014, 03:54:57 am by The Mike
Re: hi
#3  February 05, 2014, 10:00:38 am
  • avatar
    • Romania
    • tzzapuandrei@yahoo.com
i don t think i m near zero i can identify the move with fighter factory thanks man