Castlevania: Lords of Shadow – Mirror of Fate HD

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
User avatar
zardalu
veteran
Posts: 101
Joined: Sat Sep 13, 2008 3:13 pm
Has thanked: 7 times
Been thanked: 13 times
Contact:

Castlevania: Lords of Shadow – Mirror of Fate HD

Post by zardalu » Wed Dec 25, 2013 10:34 pm

Hi folks,

Castlevania: Lords of Shadow – Mirror of Fate HD is available.

PkgView 1.3 works to extract the files from the PS3 archive. WxPirs-1.1 works to extract the files from the XBLA archive, but the XBLA packages are smaller which I am assuming is because the xbox textures are smaller, therefor I will focus my interest on the PS3 version. Unlike the models, the character textures are not packed in any archives inside of the larger archive, but they are in .bctex format, which I believe is used in 3ds.

The skeletal and static meshes are .bcmdl files stuck in .pkg archives (these are not PS3 pkg archives, they just share the same extension).

Per forum rules, please PM me for additional data. I would be interested in support for .pkg archives, models and textures in somethings like Quickbms or Noesis.

Cheers!

z

Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1739
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 85 times
Been thanked: 961 times

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by Ekey » Thu Dec 26, 2013 10:45 am

Share any sample archive.

User avatar
zardalu
veteran
Posts: 101
Joined: Sat Sep 13, 2008 3:13 pm
Has thanked: 7 times
Been thanked: 13 times
Contact:

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by zardalu » Thu Dec 26, 2013 7:10 pm

Ekey wrote:Share any sample archive.
I Pm'd you.

Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1739
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 85 times
Been thanked: 961 times

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by Ekey » Thu Dec 26, 2013 8:30 pm

For PKG

Code: Select all

# 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

User avatar
zardalu
veteran
Posts: 101
Joined: Sat Sep 13, 2008 3:13 pm
Has thanked: 7 times
Been thanked: 13 times
Contact:

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by zardalu » Thu Dec 26, 2013 10:12 pm

Excellent, works perfectly!

Thanks Ekey!

cienislaw
n00b
Posts: 15
Joined: Fri Mar 29, 2013 10:22 pm
Has thanked: 5 times
Been thanked: 1 time

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by cienislaw » Thu Mar 27, 2014 9:53 pm

works for PC edition too, just comment 'endian big'.

mappy2012
advanced
Posts: 62
Joined: Sun Jul 03, 2011 4:40 am
Has thanked: 51 times
Been thanked: 1 time

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by mappy2012 » Tue Apr 08, 2014 8:03 am

PC edition no work?

jbeckman
advanced
Posts: 47
Joined: Wed May 16, 2007 5:13 am
Has thanked: 6 times
Been thanked: 7 times

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by jbeckman » Wed Apr 09, 2014 7:24 am

As the post above you said. :)
# 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
to
# 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
Comment out the Endian Big (Big Endian?) statement or what it's called. :)
(It works, I tried it although the game has been updated once now but I think it will still work.)

static77
ultra-n00b
Posts: 9
Joined: Mon Aug 20, 2012 6:37 am
Has thanked: 2 times

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by static77 » Sun Dec 28, 2014 3:52 pm

thx. i extracted all files succesfully.
But now i want to reimport the extracted files. which script i have to use?

TGE
veteran
Posts: 109
Joined: Wed Jun 04, 2014 7:48 pm
Location: Netherlands
Has thanked: 20 times
Been thanked: 33 times
Contact:

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by TGE » Thu Jan 15, 2015 6:50 pm

The same one you used to export the files

claudiuboy83
n00b
Posts: 14
Joined: Sun Nov 02, 2014 8:38 am
Has thanked: 1 time

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by claudiuboy83 » Mon Jan 11, 2016 11:24 am

How can i extract pkg from 3ds Castlevania mirror of Fate?

User avatar
BANDIT
n00b
Posts: 16
Joined: Mon Sep 12, 2011 9:19 pm
Has thanked: 11 times
Been thanked: 9 times

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by BANDIT » Thu Mar 07, 2019 3:52 pm

Can someone help me to reimport the extracted files without size limit. I have found some tools but I don't know how it works.
https://github.com/batteryshark/castleva

Big Boss
ultra-n00b
Posts: 6
Joined: Fri Jan 31, 2020 2:10 am

Re: Castlevania: Lords of Shadow – Mirror of Fate HD

Post by Big Boss » Fri Feb 07, 2020 1:10 am

Hello guys, I'm Big Boss, new here, I work translating games from the Castlevania franchise, and I would like to know if any of you have a script to unpack and compress the Castlevania: Lords of Shadow 2 DLC Revelations, by Xbox 360, because this Script: https://aluigi.altervista.org/bms/castlevania.bms did not work for me, it presents an error in the half of the unpacking, and it does not recompact, I tried all that are in this Topic, and I couldn't, I need it, to fix some Localization errors of my language in the game , please help me, thank you ...

Post Reply