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.

Old game can't Import & Extractor the jpeg, pls help

Featured Replies

  • Author
  • Localization

kazzam, posted Tue Sep 06, 2022 11:08 am (73353)


I love an old game, but it uses .mrg format files, I use NECROTECH FMV-Extractor V1.3 which I found on the net.
This program can extract JPG but cannot import JPEG with my modifications.
(newinfo.mrg can use FMV V1.3 open and see the jpg, but can't open boy01.mrg)
here is .mrg file https://drive.google.com/file/d/1Kj0_gdGonZjECjUBdyMF8z9XFXhbFBJz/view?usp=sharing

thank you all
  • Author
  • Localization

BloodRaynare, posted Tue Sep 06, 2022 12:09 pm (73354)


What's the name of the game?
  • Author
  • Localization

kazzam, posted Tue Sep 06, 2022 4:16 pm (73357)


BloodRaynare wrote:
What's the name of the game?

is chinese game "?????ONLINE" the game is start at 2001
  • Author
  • Localization

kazzam, posted Wed Sep 07, 2022 2:54 pm (73373)


any one can help me.....please
  • Author
  • Localization

kazzam, posted Fri Sep 09, 2022 2:51 pm (73396)


please help me....i can Buy a coffee for the helpper....
thank you all
  • Author
  • Localization

h3x3r, posted Sat Sep 10, 2022 2:06 pm (73415)


newinfo.mrg include valid JPG's so there's no problem with them but boy01.mrg include some of headerless RAW data which i can't determine. But they are unpacked fine. BTW about reimport: try to use reimport3. Should be able calculate new offsets/sizes.
Code:
####################################
get FNAME basename
get FILES long
get STR_TABEL_SIZE long
savepos TABLE_OFFSET
getdstring DUMMY FILES*13
getdstring DUMMY STR_TABEL_SIZE
savepos BASE_OFFSET
goto TABLE_OFFSET

for i = 0 < FILES
   get SIZE long
   get OFFSET long
   get NULL long
   get NULL byte
   savepos TMP
   math OFFSET BASE_OFFSET
   goto OFFSET
   get JPEG_SIGN long
   if JPEG_SIGN == 3774863615
      string NAME p= "%s/%u.jpg" FNAME OFFSET
   else
      string NAME p= "%s/%u.dat" FNAME OFFSET
   endif
   log NAME OFFSET SIZE
   goto TMP
next i
  • Author
  • Localization

kazzam, posted Sat Sep 17, 2022 5:38 am (73490)


h3x3r wrote:
newinfo.mrg include valid JPG's so there's no problem with them but boy01.mrg include some of headerless RAW data which i can't determine. But they are unpacked fine. BTW about reimport: try to use reimport3. Should be able calculate new offsets/sizes.
Code:
####################################
get FNAME basename
get FILES long
get STR_TABEL_SIZE long
savepos TABLE_OFFSET
getdstring DUMMY FILES*13
getdstring DUMMY STR_TABEL_SIZE
savepos BASE_OFFSET
goto TABLE_OFFSET

for i = 0 < FILES
   get SIZE long
   get OFFSET long
   get NULL long
   get NULL byte
   savepos TMP
   math OFFSET BASE_OFFSET
   goto OFFSET
   get JPEG_SIGN long
   if JPEG_SIGN == 3774863615
      string NAME p= "%s/%u.jpg" FNAME OFFSET
   else
      string NAME p= "%s/%u.dat" FNAME OFFSET
   endif
   log NAME OFFSET SIZE
   goto TMP
next i

Thank you Bro is this also can inport right?
  • Author
  • Localization

kazzam, posted Sat Sep 17, 2022 6:08 am (73491)


kazzam wrote:
h3x3r wrote:
newinfo.mrg include valid JPG's so there's no problem with them but boy01.mrg include some of headerless RAW data which i can't determine. But they are unpacked fine. BTW about reimport: try to use reimport3. Should be able calculate new offsets/sizes.
Code:
####################################
get FNAME basename
get FILES long
get STR_TABEL_SIZE long
savepos TABLE_OFFSET
getdstring DUMMY FILES*13
getdstring DUMMY STR_TABEL_SIZE
savepos BASE_OFFSET
goto TABLE_OFFSET

for i = 0 < FILES
   get SIZE long
   get OFFSET long
   get NULL long
   get NULL byte
   savepos TMP
   math OFFSET BASE_OFFSET
   goto OFFSET
   get JPEG_SIGN long
   if JPEG_SIGN == 3774863615
      string NAME p= "%s/%u.jpg" FNAME OFFSET
   else
      string NAME p= "%s/%u.dat" FNAME OFFSET
   endif
   log NAME OFFSET SIZE
   goto TMP
next i

Thank you Bro is this also can inport right?


Error: incomplete input file 0: C:\Users\Administrator\Desktop\newinfo\696.jpg
Can't read 1828504363 bytes from offset 000141d0.
Anyway don't worry, it's possible that the BMS script has been written
to exit in this way if it's reached the end of the archive so check it
or contact its author or verify that all the files have been extracted.
Please check the following coverage information to know if it's ok.

coverage file 0 100% 82384 82384 . offset 000141d0

Last script line before the error or that produced the error:
6 getdstring DUMMY FILES*13
coverage file 0 100% 82384 82384 . offset 000141d0

Press ENTER or close the window to quit


Bro how to fix it ?????
and i try boy1.mrg but only see the .dat file,why can't open to jpg?
thank you bro very much
  • Author
  • Localization

h3x3r, posted Sat Sep 17, 2022 8:45 am (73492)


Did you use reimport3 as i suggest you before? Also read carefully what i said before: "boy01.mrg include some of headerless RAW data which i can't determine." That's the reason why you got DAT instead of JPG's.
Also if you reimport, reimport only files you modified and don't reimport on already reimported archive. Somtimes can cause unwanted errors.
  • Author
  • Localization

kazzam, posted Wed Sep 21, 2022 2:16 pm (73532)


h3x3r wrote:
Did you use reimport3 as i suggest you before? Also read carefully what i said before: "boy01.mrg include some of headerless RAW data which i can't determine." That's the reason why you got DAT instead of JPG's.
Also if you reimport, reimport only files you modified and don't reimport on already reimported archive. Somtimes can cause unwanted errors.

Sorry bro, i try again use reimport, reimport2, reimport3 to import to mrg also error.....
now i just try newinfo , i think first find a way to solve the new import and export problem
Actually, boy01.mrg is the most important import problem I want to solve....
  • Author
  • Localization

kazzam, posted Thu Oct 20, 2022 6:03 pm (73899)


any one can help me.....please
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.