How can you make special moves in mugen
|
|
JasonAL123 | Date: Sunday, 2011-09-18, 11:09 AM | Message # 1 |
Knight
Group: contributor
Messages: 123
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
| How can you create a chars special move and how to create a charging move
|
|
| |
sgn_15 | Date: Sunday, 2011-09-18, 11:18 AM | Message # 2 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| wow you are making a lot of threads X.X
put triggerall = power >= ### in your cmd changestate
and in your cns statedef (attack state), put poweradd = - ### (same value as the ### you used in cmd)
what do you mean by charging move? like moving while attacking or chargeable hold button attack?
|
|
| |
JasonAL123 | Date: Tuesday, 2011-09-20, 1:19 PM | Message # 3 |
Knight
Group: contributor
Messages: 123
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
| kinda like naruto charging up chakra
|
|
| |
sgn_15 | Date: Tuesday, 2011-09-20, 6:20 PM | Message # 4 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| [State 0, PowerAdd] type = PowerAdd trigger1 = 1 value = 1
change the value if you want faster speed of charging
|
|
| |