mugen chars, rare characters
Mugen | CHAT | How to make helpers - Forum | Registration | Login
[New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum » MUGEN related » Mugen beginners' corner » How to make helpers
How to make helpers
GojiMasterDate: Sunday, 2011-09-04, 5:38 AM | Message # 1
Squire
Group: contributor
Messages: 64
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
Im trying to make a nintailes chakra mode naruto, and im a little stuck on how to make them, im pretty sure they're made with helpers, am i wrong? But be warned; I am deadly slow with coding, so please no one get impatient.

Another question, can anyone tell me what all the other coding stuff does?




Message edited by GojiMaster - Sunday, 2011-09-04, 5:43 AM
 
ShinuDate: Sunday, 2011-09-04, 5:41 AM | Message # 2
The Chosen One
Group: Blocked
Messages: 959
Awards: 3
Reputation: 12
Reproofs: 0%
Status: Offline
Quote (GojiMaster)
Im trying to make a nintailed chakra mode naruto

Can you explain what this is, that would help a bit.

If it's a type of transformation it wouldn't be made with helpers though.



Every normal man must be tempted at times to spit on his hands, hoist the black flag, and begin to slit throats.
 
GojiMasterDate: Sunday, 2011-09-04, 6:28 AM | Message # 3
Squire
Group: contributor
Messages: 64
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
Quote (Shinu)
Can you explain what this is, that would help a bit.

If it's a type of transformation it wouldn't be made with helpers though.


Its not a transformation, its just the char. You'd have to read the naruto manga to know what it is, its a looong story.


 
ShinuDate: Sunday, 2011-09-04, 8:11 AM | Message # 4
The Chosen One
Group: Blocked
Messages: 959
Awards: 3
Reputation: 12
Reproofs: 0%
Status: Offline
Typed it in google and this is what it got me

^Is that what you meant?



Every normal man must be tempted at times to spit on his hands, hoist the black flag, and begin to slit throats.
 
sgn_15Date: Sunday, 2011-09-04, 9:33 AM | Message # 5
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
Quote (GojiMaster)
Im trying to make a nintailes chakra mode naruto, and im a little stuck on how to make them, im pretty sure they're made with helpers, am i wrong? But be warned; I am deadly slow with coding, so please no one get impatient.

Another question, can anyone tell me what all the other coding stuff does?

explain what it does on mugen basis, what it will do to naruto, is it just effect, does it do damage, does it increase naruto's power/life. thats what you need to tell us

when you said you want to code X mode for X char, "mode" will make people think its a transformation. again, explain it further.

define what "all other coding stuff" means and i will help you if i know it

Added (2011-09-04, 9:33 Am)
---------------------------------------------
and yes i know naruto and am updated with the manga


 
GojiMasterDate: Sunday, 2011-09-04, 3:55 PM | Message # 6
Squire
Group: contributor
Messages: 64
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
Quote (sgn_15)
explain what it does on mugen basis, what it will do to naruto, is it just effect, does it do damage, does it increase naruto's power/life. thats what you need to tell us

when you said you want to code X mode for X char, "mode" will make people think its a transformation. again, explain it further.


Its supposed to make shadow clones of hum, its supposed to do damage, and they need to dissapear after they get hit a few times, and they can only do basic moves and only stay a limited amount of time.

Quote (sgn_15)
define what "all other coding stuff" means and i will help you if i know it

All the other coding stuff ya know, like binds, afterimages, palFX, gravity, all that stuff you can do in the cns file.


 
sgn_15Date: Sunday, 2011-09-04, 4:34 PM | Message # 7
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline

Added (2011-09-04, 4:31 PM)
---------------------------------------------

Added (2011-09-04, 4:32 PM)
---------------------------------------------

Added (2011-09-04, 4:32 PM)
---------------------------------------------

Added (2011-09-04, 4:33 PM)
---------------------------------------------
those are basic shadow clone codes. of course you have to summon them (call the stance state)
if you want them to be killed by combos, then add a hitoverride in the original hitstate (7500 in this example) then add a new statedef for second hitstate (destroyself for helper to disappear). you want more consecutive hits to kill the helper? add as many hitstates and hitoverride.

i only gave you 1 sample attack. just add a changestate to the attack state in the stance and walk states. changestates to attack states can be improved by adding more and more triggers to make each attack be used on specific situations. the general concept is the same for coding AI

i already gave you what you need. now work on it.

Quote (GojiMaster)
All the other coding stuff ya know, like binds, afterimages, palFX, gravity, all that stuff you can do in the cns file.

well i cant teach you ALL of those. just ASK if you want something situational or speciifc. and one more thing, read the mugen docs folder files, it helped me learn on my own. it would for anyone. it will never be wrong. those are from elecbyte

and oh yeah, wtf with the goddamn text limit on posts

Added (2011-09-04, 4:34 PM)
---------------------------------------------
7201 is an attack state but i removed it. too long text for posts. but you should get the general idea now.


 
cliffalphonseDate: Monday, 2011-09-05, 3:17 AM | Message # 8
Templar Knight
Group: contributor
Messages: 279
Awards: 2
Reputation: 14
Reproofs: 0%
Status: Offline
well sgn beat me to it

Added (2011-09-05, 3:13 Am)
---------------------------------------------
Sgn thats why we need to open the site.

Quote (GojiMaster)
All the other coding stuff ya know, like binds, afterimages, palFX, gravity, all that stuff you can do in the cns file.

Bindtime
It's used to bind the enemy to the helper of your char, or the char you made itself.

Afterimage
Well you can guess what the word means. when your char moves it has a slight invisible afterimage of your char behind it, which can be used for helpers as well.

Palfx
Changes your chars color, and can also be used to change the enemies color as well when applied to the hitdef of your char.

Gravity
Is used to make the statedef it was applied into to fall straight down such as helpers and your char statdef.

Added (2011-09-05, 3:16 Am)
---------------------------------------------
Quote (GojiMaster)
Quote (GojiMaster)
All the other coding stuff ya know, like binds, afterimages, palFX, gravity, all that stuff you can do in the cns file.


Just ask if you want something situational or specific.

Added (2011-09-05, 3:17 Am)
---------------------------------------------
Quote (sgn_15)
and oh yeah, wtf with the goddamn text limit on posts

Yea i had some problems with that as well.


Message edited by cliffalphonse - Monday, 2011-09-05, 3:18 AM
 
Forum » MUGEN related » Mugen beginners' corner » How to make helpers
  • Page 1 of 1
  • 1
Search:

Copyright MyCorp © 2024 Create a free website with uCoz