Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

SoulCalibur VI .mot animation files

Featured Replies

  • Author
  • Localization

MarioSonicU, posted Sun Oct 28, 2018 5:37 pm (39944)


After extracting the pak file for this game, I've stumbled upon these mot files as they are not readable by umodel. Apparently hese are the files used for their fighting motions. I was wondering if there are any tools to convert these files to useable formats?
  • Author
  • Localization

JohnHudeski, posted Mon Nov 05, 2018 11:53 pm (40147)


SC2-SC6 all used the same animation format. It seems highly compressed
If you can reverse PS2 mips you can figure it out

Code:
// 010 editor template
// splits into individual entries

int a[2];
if(a[1] == 0)
{
    FSeek(0);
    int64 count;
}
else
{
    FSeek(0);
    int count;
    int unkn;
}

int offset[count];
typedef struct(int size)
{
    byte data[size];
}Data;

local int i = 0;
local int size = 0;
local int id = 0;
local int minID = 0;
local int maxID = 0;
local int minSize = 9999999;
local int maxSize = -9999999;
for(i = 0; i < count; i )
{
    FSeek(offset[i]);
    if(i == count-1)
        size = FileSize() - offset[i];
    else
        size = offset[i 1] - offset[i];

    if( i%2)
        SetBackColor(cLtRed);
    else
        SetBackColor(cLtBlue);

    if(size == 0)
        continue;

    if(size < minSize)
    {
        minSize = size;
        minID = id;
    }
   
    if(size > maxSize)
    {
        maxSize = size;
        maxID = id;
    }


    Data data(size);
    id ;
}



Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.