Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Star Wars The Force Unleashed II .LP files [PS3]

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Star Wars The Force Unleashed II .LP files [PS3]

Post by timartinelli »

The contents of this post was deleted because of possible forum rules violation.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Star Wars The Force Unleashed II .LP files [PS3]

Post by aluigi »

script for quickbms:

Code: Select all

# Star Wars The Force Unleashed II .LP files
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

endian big
idstring "APak"
get DUMMY long
get FILES long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
get NAMES_SIZE long
get OFFSET1 long
get OFFSET2 long

math NAME_BASE = 0x50
math OFFSET3 = NAME_BASE
math OFFSET3 += NAMES_SIZE

for i = 0 < FILES
    goto OFFSET3
    getdstring DUMMY 0x14
    get NAME_OFF long
    getdstring DUMMY 0x14
    get SIZE long
    getdstring DUMMY 0x10
    savepos OFFSET3

    goto OFFSET1
    get NUM long
    get OFFSET long
    get DUMMY long
    get DUMMY long
    savepos OFFSET1

    math NAME_OFF += NAME_BASE
    goto NAME_OFF
    get NAME string
    goto TMP

    math OFFSET += OFFSET2
    log NAME OFFSET SIZE
next i
timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Re: Star Wars The Force Unleashed II .LP files [PS3]

Post by timartinelli »

Thanks I managed to make even the re-import the file, if necessary I will remove the text in Italian for example to apply the translation PT-BR so that the file does not get big problem at the time of reimport.

Thank you, The more I post the result later.
timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Re: Star Wars The Force Unleashed II .LP files [PS3]

Post by timartinelli »

Luigi, you will be able to update the script to work with files Star Wars The Force Unleashed 1? :D
You do not have the required permissions to view the files attached to this post.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Star Wars The Force Unleashed II .LP files [PS3]

Post by aluigi »

if you have a bigger chunk of that file and also a sample of a lp file of unleashed 2 I guess I can do the job, because I need to find the difference to make an universal script.
timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Re: Star Wars The Force Unleashed II .LP files [PS3]

Post by timartinelli »

understood, since I send the files.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Star Wars The Force Unleashed II .LP files [PS3]

Post by aluigi »

I have updated the script (not yet on my website) but there is still no full support for this game.
it takes time so at the moment I prefer to give up.
timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Re: Star Wars The Force Unleashed II .LP files [PS3]

Post by timartinelli »

I did a quick test and it is extract .WAD of Star Wars The Force Unleashed 1 :D
Only not yet .LP files.

Thanks Luigi.

Edit.
Luigi, It extracts only some thing. WAD, I have one. WAD with more than 4GB, it extracts only 7mb.
Post Reply