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.

Help with Mega Man X7 models

Featured Replies

  • Author
  • Localization

TheUltDark, posted Mon Jun 22, 2020 6:05 pm (57336)


Hello guys I am with some problems here,those days I found this script that actually can extract things from EMI and ENG/KOR files from megaman x7 from PS2 and PC

Code:
# Megaman X 7 .emi
# script for QuickBMS http://quickbms.aluigi.org

get ENTRYCOUNT long
get BLOCKSIZE long
idstring "MATH_TBL"
math OFFSET = BLOCKSIZE
get FILENAME BASENAME
for i = 0 < ENTRYCOUNT
    get SIZE long
    get BLOCKCOUNT short
    get UNK2 short
    get UNK3 short
    get UNK4 short
    padding 16
    savepos NEXTENTRY
   
    string NAME = FILENAME
    string NAME = "_"
    string NAME = i
    string NAME = "."
    string NAME = UNK4
   
    log NAME OFFSET SIZE
   
    goto OFFSET
    goto SIZE 0 SEEK_CUR
    padding BLOCKSIZE
    savepos OFFSET
   
    goto NEXTENTRY
next i


but just come out this files on this attatched file, what I need now is ... Can someone help me with this files to import then to blender/3ds max/noesis and help me extract the textures and animations or whatever more have on those EMI, ENG/KOR files as well? I am needing this a LOT! ;-;
(Beside I fell there is plenty of unused content since this game at some point was a totally different game)
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.