I'm having problems getting collision boxes to work,I've managed to make 1 working attack on my character but for some reason the collision boxes in my other attacks dosn't seem to register.I'm pretty new to these things so I don't know what info you guys need in order to help so just ask^^
mugen\docs\tutorial. This would be an EXCELLENT starting place. Run with what it says from there.QuoteMake sure the hitdef is active when you want it to connect.If this doesn't make sense, you've got too far ahead of yourself. You need to know what you're doing before you try it. Part of that is understanding what does what.A red clsn is known as a clsn1, this can hit the opponentIt can only hit the opponent if he has clsn2's which are blueHe cannot hit the opponent if the movetype of his state is not AHe cannot hit the opponent if the trigger for the hitdef occurs after the clsn1 has gone.
x_xWhat do I edit in the codes?None working attack code:Code: ; Standing Medium Punch; CNS difficulty: easy[Statedef 210]type = Smovetype= Aphysics = Sjuggle = 4poweradd= 65ctrl = 0velset = 0,0anim = 210[State 210, 5]type = ChangeStatetrigger1 = AnimTime = 0value = 0ctrl = 1
Strange that it wasn't in the attack to begin with I added the line Hitdef into the attack but it gets stuck in a loop when I use it...Damn it's hard! Edit: Finaly, things are working! A million thanks to everyone that had patience enough to help me out! =D
Why should it be in the attack to begin with? Some people use other things. This is why you should be reading the DOCS as suggested. Read that tutorial. You've got it. Read it.
I think he uses Elecbyte player template (cause it is not there to begin with).If the "\docs\tutorial" is to "hard" or complicated, I suggest Cyanide's Narutorials. I started with those.
Your next step is to go into your fighter factory templates folder and DELETE THAT PIECE OF SHIT TEMPLATE.You're going to get an error later. When you do, remember i told you so and delete the template so you never use it again. Kung Fu Man is a much much better set of files to start with.