[PS3] MONOPOLY Streets - .BIG - .RPK

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:

[PS3] MONOPOLY Streets - .BIG - .RPK

Post by timartinelli » Wed Nov 14, 2012 2:55 pm

Hello friends,

I was watching the game MONOPOLY Streets, he works with the. BIG, I managed to extract these file with the BMS script below.

Code: Select all

ImpType Standard ;
IDString 0 BIGF ;
Get D Long 0 ;
Get FC Long 0 ;
ReverseLong FC ;
Get D Long 0 ;
SavePos FS 0 ;
For T = 1 To FC ;
GoTo FS 0 ;
SavePos FOO 0 ;
Get FO Long 0 ;
ReverseLong FO ;
SavePos FSO 0 ;
Get FSI Long 0 ;
ReverseLong FSI ;
Get FN String 0 ;
SavePos FS 0 ;
Log FN FO FSI FOO FSO ;
Next T ;

Inside it will be several. Rpk, rpk have attached 2 files containing the texts I believe.

does anyone manages to extract the texts?
You do not have the required permissions to view the files attached to this post.

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: [PS3] MONOPOLY Streets - .BIG - .RPK

Post by Ekey » Wed Nov 14, 2012 4:23 pm

Well i found game only for Xbox and here script for unpack. I think for PS3 it's work too. RPK files seems compressed.

Code: Select all

# MONOPOLY Streets (PS3 / Xbox360) (BIG format)
# 
# Written by Ekey (h4x0r)
# http://www.progamercity.net
# 
# script for QuickBMS http://quickbms.aluigi.org

idstring "BIGF"
get PAKSIZE long
endian big
get FILES long

get SIZE long
get OFFSET long
get DUMMY long
get NAME string
log NAME OFFSET SIZE

for i = 1 < FILES
    get OFFSET long
    get SIZE long
    get NAME string
    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: [PS3] MONOPOLY Streets - .BIG - .RPK

Post by timartinelli » Wed Nov 14, 2012 5:16 pm

Thanks for the script.

well if anyone knows anything about the prk.

timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Re: [PS3] MONOPOLY Streets - .BIG - .RPK

Post by timartinelli » Thu Apr 18, 2013 3:01 pm

Friends, anyone can extract the text of this file?
You do not have the required permissions to view the files attached to this post.

wesllem
ultra-n00b
Posts: 2
Joined: Thu Sep 30, 2010 1:13 am

Re: [PS3] MONOPOLY Streets - .BIG - .RPK

Post by wesllem » Mon Nov 18, 2013 1:31 am

timartinelli wrote:Friends, anyone can extract the text of this file?
I am also in the same doubt. Get anything friend?

timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Re: [PS3] MONOPOLY Streets - .BIG - .RPK

Post by timartinelli » Mon Nov 18, 2013 1:17 pm

wesllem wrote:
timartinelli wrote:Friends, anyone can extract the text of this file?
I am also in the same doubt. Get anything friend?
no friend, but to no avail unfortunately.

wesllem
ultra-n00b
Posts: 2
Joined: Thu Sep 30, 2010 1:13 am

Re: [PS3] MONOPOLY Streets - .BIG - .RPK

Post by wesllem » Tue Nov 19, 2013 8:19 pm

timartinelli wrote:
wesllem wrote:
timartinelli wrote:Friends, anyone can extract the text of this file?
I am also in the same doubt. Get anything friend?
no friend, but to no avail unfortunately.
really wanted to translate this game, but without a tool that can open this file, it is difficult

Post Reply