YesNoOk
avatar

Cyanides Narutorial help (Read 6313 times)

Started by ultimatedude, August 30, 2007, 11:24:11 am
Share this topic:
Cyanides Narutorial help
#1  August 30, 2007, 11:24:11 am
  • ****
Well, I never acctually read them but I use the blank files.

And, sometimes, to check out codes (no I dont steal any, i jusst do that to see what cdes can do what). And, some chars have a "Commun" cns that lets you change the normal movements, is it possible to see them using Cyanides Narutorial cns files cuz i think I wont be able to make them myself XD

No Borders, No Nations
Re: Cyanides Narutorial help
#2  August 30, 2007, 11:31:59 am
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
What ? I didn't understand a single word of what you're saying. :ninja:

The common.cns file that you see some characters using is in the data folder of your mugen, and it handles common states (it's in the name) such as walk, jump, fall, guard, etc.
Re: Cyanides Narutorial help
#3  August 30, 2007, 11:36:13 am
  • ****
Yes, thats the what i meant, the thing that was walk etc.

but in the Narutorials it doesnt have them and for some reason they still walk etc. Cuz I wanna add sounds in the jump and stuff  :-X

No Borders, No Nations
Re: Cyanides Narutorial help
#4  August 30, 2007, 11:41:06 am
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
Yeah, the common.cns is there so that players don't have to recode all these common states each time.

To handle sounds during jump, just use the state -2 part in the CNS file of your character.
The jump state number is 40, so you'd just have to use a trigger for it.
And don't forget, when you use sounds, to put a "s" in front of the number of the sound you want to use, so that Mugen displays the sounds that is actually in the SND file of your character.


;jump sound
[state -2, snd]
type = playsnd
trigger1 = !time
trigger1 = stateno = 40
value = s0,40 (for example)
Re: Cyanides Narutorial help
#5  August 30, 2007, 12:09:01 pm
  • ****
Yeah, I know about the "s" for snd thing, I also use it for hitsparks

But, isnt there a way I can SEE them with the blank states, so i can edit all of them if i wanted to

No Borders, No Nations
Re: Cyanides Narutorial help
#6  August 30, 2007, 12:13:37 pm
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
I don't know what are these blank files you're talking about.

To go and see the common.cns, just open it in the data folder of your mugen, and start playing with it. Though I'd advice you to make a backup, because these files are used by many characters.

Something else you can do is copy paste some of the states from the common.cns into your character's cns file, therefore overwriting the states in the data folder.
Re: Cyanides Narutorial help
#7  August 30, 2007, 12:16:57 pm
  • ****
Ok, thanks alot, So basicly thats why some changes can apear in some screen packs, cuz it has a different Commun right?

anyway, my porblem is solved XD

No Borders, No Nations