Thanks.You need to use copy pasta. Pretty much locate the final smash command copy all of its data and paste it in the taunt command. You should not only copy pasta the Main, but also the GFX, SFX, and Expression.
Thanks.You need to use copy pasta. Pretty much locate the final smash command copy all of its data and paste it in the taunt command. You should not only copy pasta the Main, but also the GFX, SFX, and Expression.
But every time I put in any file other than game.bin into the game (and all the cachegen.py stuff, etc., I know I'm doing it right otherwise game.bin wouldn't work on its own), it crashes upon grabbing and even some down tilts, even without me editing anything...You need to use copy pasta. Pretty much locate the final smash command copy all of its data and paste it in the taunt command. You should not only copy pasta the Main, but also the GFX, SFX, and Expression.
Yeah, that's a bug in Animcmd. Not your fault. It was fixed in the new beta.But every time I put in any file other than game.bin into the game (and all the cachegen.py stuff, etc., I know I'm doing it right otherwise game.bin wouldn't work on its own), it crashes upon grabbing and even some down tilts, even without me editing anything...
Oh.Yeah, that's a bug in Animcmd. Not your fault. It was fixed in the new beta.
Hey that's cool, thanks!If you just use the events.cfg from the beta in the stable ver it will fix the crashing during taunts and such.
I believe sharing these files would be against the forum rules... being files from a copyrighted game and allDoes anyone have a decrypted version of SSb4 1.14 3DS? I don't have enough storage on my SD card to dump the game myself and I want to edit all the DLC characters.
this is for brawl but most are the same :I am a massive scrub and i want to get into this. How do i find lets say bowsers up tilt and edit it? Much obliged.
Did you only move the game.bin to your SD card? sounds like only the Main was applied.I have a problem...
Can you go about swapping animations for a character at all? For example, say I want to replace Ike's side tilt with his neutral attack (or something). I move all the code from Main, GFX, SND, and Expression to his tilt, and it does work/do the same damage/hitboxes/etc, but he still does the side tilt model animation. How would I go about copying the animation itself?
I put on all five, including the motion.mtable and ran cachegen.py correctly and all that; everything except the model motion itself is working, including the special visual effects and whatnot...Did you only move the game.bin to your SD card? sounds like only the Main was applied.
In that case, would it be possible to edit the motion.mtable to give a move the same index as a different move, making the second move's model animation play instead of the first one, even if it makes the original animation inaccessible (because you overwrote its index with the other one)?MSC script triggers animcmd scripts to play alongside the animation iirc. In order to change what move is called where, you need to change the MSC to call the subaction index of the move you want played. Of course MSC editing isn't possible at all yet. It's just barely getting parsed at all. MSC is basically Actions from brawl, just in a different scripting format. MSC is called depending on what buttons are pressed, it reads and sets up the bits and variables for a move and then calls the ACMD subaction using the index of the move in motion.mtable. In order to change what animation plays, the CRC needs to be changed and it's index needs to be changed in the motion.mtable.
From what i understand, MSC takes the index to look up and then uses that index into motion.mtable to retrieve the CRC. Then finds those matching CRC's in ACMD for what event list to play. The animation name doesnt really matter much, at least as far as i know.
In that case, would it be possible to edit the motion.mtable to give a move the same index as a different move, making the second move's model animation play instead of the first one, even if it makes the original animation inaccessible (because you overwrote its index with the other one)?
Would I just edit this with a Hex editor, or is there a tool available for it? and I'm using 3ds; would I reverse it?If you find the CRC in the motion.mtable for the move you want to replace and overwrite it with the CRC for the move you want to play... it might work. I haven't really tested that, but it might.
For example, the crc for uptilt is 0x211a601b (attackhi3). If you find that in the motion.mtable and change it to 0xbf7ef5b8 (attackhi4) it should change to reference usmash instead..maybe. Also, keep in mind that those CRC's may have to have their bytes reversed depending on whether you doing 3ds or wiiu.
Would I just edit this with a Hex editor, or is there a tool available for it? and I'm using 3ds; would I reverse it?
EDIT: ...and what is a CRC?
