Raiders of the broken planet BETA

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
georgesears
beginner
Posts: 25
Joined: Wed Mar 09, 2016 3:19 pm
Has thanked: 9 times

Raiders of the broken planet BETA

Post by georgesears » Wed Jul 26, 2017 12:51 pm

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)

georgesears
beginner
Posts: 25
Joined: Wed Mar 09, 2016 3:19 pm
Has thanked: 9 times

Re: Raiders of the broken planet BETA

Post by georgesears » Sat Jul 29, 2017 12:10 am

Is anyone interested?
Game looks pretty

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

Post by Pingu » Sat Jul 29, 2017 1:46 am

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

Post by georgesears » Sat Jul 29, 2017 10:15 am

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

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

Post by Pingu » Sat Jul 29, 2017 3:11 pm

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

Post by georgesears » Sat Jul 29, 2017 9:20 pm

Again, thank you, i've replied you on zenhax.
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

Post by Pingu » Sat Sep 30, 2017 1:12 am

Updated script:

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
Should support now beta + present version archives.

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

Re: Raiders of the broken planet BETA

Post by Big Boss » Thu Mar 12, 2020 10:51 pm

Does anyone here know how to recreate a .packed file with more files inside?

Post Reply