Jump to content

Tutorial/Faq: IMPORTING MOVES from DLC & OLDER GAMES


qcawlity

Recommended Posts

note: This tutorial was originally written for the PSP version but the YMKS files which contain the animations are the same in all console versions.

MOVE STRUCTURES FAQ/TUTORIAL:

(1) The YMKS header is 272 bytes starting from 0x0000000.

01_zps546c5c95.jpg

(2) From 0x0000110 onwards is a Table of Content for the animations in the YMKS file.

02_zps365e1c60.jpg

(3) The 4 bytes at 0x0000110 determines the size of the TOC. In this example, it is 72C. Multiply it by 10 to get size of the TOC which would be 72C0 in this case.

03_zpsf18b4f7f.jpg

(4) A move animation is split into parts. This is the block for move 136B. You know this because column 6 & 7 are the move I.D.s. The I.D. for 136B in the misc file is...

Fisherman Suplex 1

06_zps3deba86b.jpg

04_zpsceee8cc5.jpg

(5) Parts of a move are broken up into 16 bytes. So there were 11 parts to 136B observed from the last picture (in (4)).

08_zpscd09a389.jpg

(6) 4 bytes after each I.D. reveals the starting address of each part. We will look at that in a bit.

09_zps14285fbd.jpg

(7) 2 bytes before each I.D. reveals what this part of the animation is. It is in essence, another type of I.D. to determine the type of part for each animation.

So far, this is what I know:

0000 = Animation of the wrestler performing the move

0001 = Animation of the wrestler taking the move

0032 = Camera Angle 1

0033 = Camera Angle 2

0034 = Camera Angle 3

10_zps3d43dc14.jpg

(8) Now remember, the TOC size was 72C0 [as seen in (3). That means it ends at 0x00073D3.

11_zps2525aaaf.jpg

(9) The first move animation starts right after that.

12_zpsa5aa5011.jpg

(10) If you select everything after the TOC and paste it to a new file/tab, you can determine where the file starts and stops from the start and end of each part. In this example, using 136B/Fisherman Suplex 1, the first part, the animation of the attacker starts at 0x0000000 as shown in [big](6)[/big]. The animation for the one receiving the move starts at 0x0000A91. So that must therefore mean that the animation of the Fisherman Suplex 1 of the person performing the move ends at 0x000A90.

14_zpsa44941fa.jpg

EXTRA THINGS TO KNOW:

- The YMKS header must be present in the beginning. Older games (Smackdown vs. Raw 2007 and earlier) had a different header but the TOC, animations, and information was generally the same format.

- Entrances work the same way obviously, since they are animations, but they might have different I.D.s as I can't recall at the moment.

- In Entrances, all entrance are broken into two folders EVP and EVT. The EVP portion does not contain any animations. Rather it contains physics for the ring ropes; e.g. which rope inside the ring move, which rope or ropes move, whether or not the top, middle, bottom, etc. of ropes move, etc.; also it contains information for pyro and effects. The EVT portion is where the actual animations are stored. For Easy Entrances, they are one single YMKS file containg the parts Stage, Stage Entrance, Ramp, Ring-In, Ring. Advance Entrances are broken down into multiple YMKS files for each part. Of course, in-game Advance Entrances are pretty useless when you can just create your own Easy Entrances. This can also allow you to delete the EVP and EVT portions for Advance Entrances and clear up room in plist file for other things.

- This also means you should be able to create your own tag, trio, and championship entrances in theory.

- You can ADD moves and entrances without replacing anything.

- The sound for moves (impact, etc.) are contained in a different file, the sound.pac file to be exact. I never figured or worked that out so unless that is solved, MOVES WILL HAVE NO SOUNDS.

- Damage also needs to be worked out. Someone correct me on this, but I believe changing things in misc.pac only affects Create-a-Moveset. I was never ever able to modify damage or move names (outside of Create-a-Moveset menu). I was only ever able to change whether a move was a running, front, both etc. finisher.

Here is a sample where I imported SS Torture Rack from DLC to PSP version of 2011.

And a sample where I imported Brock Lesnar's Entrance motion from 2007 into 2010.

Edited by qcawlity
Link to comment
Share on other sites

  • 11 months later...
  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...