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.

Castlevania: Lords of Shadow - Mirror of Fate HD

Featured Replies

  • Author
  • Localization

aluigi, posted Thu Mar 28, 2019 9:11 am (46121)


What I can do, from my side, is removing the usage of MEMORY_FILE in UNPACK_CHUNKS and it will allow you to better reimport the file BUT these chunked files will still be limited by size.
No size limitation for the other files (those without chunks) if you use reimport2.bat

I have just updated the script to 0.2.1a with that modification, now it depends by your archive.
  • Author
  • Localization

BANDIT, posted Thu Mar 28, 2019 4:01 pm (46144)


Dont work. Extracted files with your script much more bigger.

Code:
# Castlevania: Lords of Shadow - Mirror of Fate HD (PS3) (PKG format)
#
# Written by Ekey (h4x0r)
# http://forum.xentax.com
#
# script for QuickBMS http://quickbms.aluigi.org

//endian big

get TABLESIZE long
get DATASIZE long
get FILES long

for i = 0 < FILES
getdstring NAME 1024
get OFFSET long
get SIZE long
math SIZE -= OFFSET
log NAME OFFSET SIZE
next i


This script can extract and reimport, but reimporting work only with size limit.
  • Author
  • Localization

aluigi, posted Thu Mar 28, 2019 6:58 pm (46147)


Have you used reimport2.bat?
  • Author
  • Localization

BANDIT, posted Thu Mar 28, 2019 7:05 pm (46149)


Yes.
  • Author
  • Localization

aluigi, posted Thu Mar 28, 2019 7:22 pm (46150)


reimport2.bat must work for sure, do you get any error?
  • Author
  • Localization

BANDIT, posted Thu Mar 28, 2019 10:05 pm (46155)


game dont start with new file
  • Author
  • Localization

aluigi, posted Fri Mar 29, 2019 11:41 am (46170)


I suspect that the problem is caused just by that SIZE - OFFSET.

Basically reimport2 does the following operations in this order:
- set the new offset and reassign the new value to the variable
- set the new size

Since SIZE is dependent to the original OFFSET, when OFFSET changes, SIZE will be corrupted.
It's something that I can't fix in quickbms since the order is mandatory.

But it can be fixed in the script, I have just updated mine, let me know if now it works
  • Author
  • Localization

BANDIT, posted Fri Mar 29, 2019 1:32 pm (46175)


Now extracted files with your script have the same size as with other one, but after reimport game still dont start.
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.