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.

Samurai Shodown Sen .k2mp files

Featured Replies

  • Author
  • Localization

Acewell, posted Sat Jul 16, 2016 8:45 am (15339)


use the bms script in this post to split the dds textures from the archives that have "TEX" in their name, like "PL04TEX1P.K2MP" :D
viewtopic.php?p=14881#p14881

as for the model, this is the first submesh in PL04.K2MP
Image

i did have to modify the data to get correct face indices
each row of face indices started with 03 00 00 00 that was messing up everything
and i didn't know how to skip them so i removed them all :D



edit
for the models you can use this bms script to split the .x models from the K2MP file :D
Code:
findloc OFFSET binary "\x78\x6f\x66\x20"
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET binary "\x78\x6f\x66\x20" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""

then you can import those binary DirectX models into any capable 3d software
there is a Noesis script by finale00 here
http://himeworks.com/redirect.php?type= ... rectX_xbin
linked from here
http://himeworks.com/noesis-plugins/

and i know 3d object converter can open them too
you can combine them all in your favorite 3d software :D
  • Author
  • Localization

chrrox, posted Sat Jul 16, 2016 12:48 pm (15344)


you can just use the direct x sdk they are .x files
they start with xof 0303bin 0032
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.