Raiders of the broken planet BETA
-
georgesears
- beginner
- Posts: 25
- Joined: Wed Mar 09, 2016 3:19 pm
- Has thanked: 9 times
Raiders of the broken planet BETA
Got key for closed beta, really interested in getting models from this game, Mercury Steam has really pretty artwork in their recent games.
Thus, we have 9 gigs of preload with archives in .packed format. I think it's same name as for Scrapland and Jericho- their previous games, but i had no chance to get models out of them for now.
Let me know if you are interested in research)
Thus, we have 9 gigs of preload with archives in .packed format. I think it's same name as for Scrapland and Jericho- their previous games, but i had no chance to get models out of them for now.
Let me know if you are interested in research)
-
georgesears
- beginner
- Posts: 25
- Joined: Wed Mar 09, 2016 3:19 pm
- Has thanked: 9 times
-
Pingu
- veteran
- Posts: 116
- Joined: Sat Apr 16, 2016 3:15 am
- Has thanked: 5 times
- Been thanked: 24 times
Re: Raiders of the broken planet BETA
There's no point in asking if people "are interested". The reason why your thread was most likely ignored was because you don't have any samples provided up front, so people just skip right over you and move on. Please upload sample files.
-
georgesears
- beginner
- Posts: 25
- Joined: Wed Mar 09, 2016 3:19 pm
- Has thanked: 9 times
Re: Raiders of the broken planet BETA
I wasn't sure if it's okay, so i'd rather be contacted in PM for that.
Here's link to folder on google drive. All files gonna be uploaded there eventually
https://drive.google.com/open?id=0BwjLo ... XprYjZVY2s
Here's link to folder on google drive. All files gonna be uploaded there eventually
https://drive.google.com/open?id=0BwjLo ... XprYjZVY2s
-
Pingu
- veteran
- Posts: 116
- Joined: Sat Apr 16, 2016 3:15 am
- Has thanked: 5 times
- Been thanked: 24 times
Re: Raiders of the broken planet BETA
Script for QuickBMS:
Code: Select all
# Raiders of the Broken Planet (BETA) *.packed
# Written By Anex For QuickBMS
idstring "BFPK"
get NULL long
get NULL long
get FCOUNT long
for i = 0 < FCOUNT
get FNSZ long
getdstring NAME FNSZ
get SIZE long
get OFFSET long
get NULL long
log NAME OFFSET SIZE
next i
-
georgesears
- beginner
- Posts: 25
- Joined: Wed Mar 09, 2016 3:19 pm
- Has thanked: 9 times
Re: Raiders of the broken planet BETA
Again, thank you, i've replied you on zenhax.
Here's sample folder of some models
https://drive.google.com/open?id=0BwjLo ... Xc5OW0zVG8
Here's sample folder of some models
https://drive.google.com/open?id=0BwjLo ... Xc5OW0zVG8
-
Pingu
- veteran
- Posts: 116
- Joined: Sat Apr 16, 2016 3:15 am
- Has thanked: 5 times
- Been thanked: 24 times
Re: Raiders of the broken planet BETA
Updated script:
Should support now beta + present version archives.
Code: Select all
# Raiders of the Broken Planet *.packed
# Written By Anex For QuickBMS
idstring "BFPK"
get CHECK long
if CHECK != 0x100
get NULL long
endif
get FCOUNT long
for i = 0 < FCOUNT
get FNSZ long
getdstring NAME FNSZ
get SIZE long
get OFFSET long
get NULL long
# getdstring SKIP 0x8 #uncomment if ripping from any other version other than beta!
log NAME OFFSET SIZE
next i
Re: Raiders of the broken planet BETA
Does anyone here know how to recreate a .packed file with more files inside?
