Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Raiders of the Broken Planet(PC)

Featured Replies

  • Author
  • Localization

aluigi, posted Thu Sep 28, 2017 3:49 pm (26895)


You have to make your files public
  • Author
  • Localization

lyutor1945, posted Thu Sep 28, 2017 4:20 pm (26898)


aluigi wrote:
You have to make your files public


Sorry, my fault. Already fixed:)
  • Author
  • Localization

Anexenaumoon, posted Sat Sep 30, 2017 12:11 am (26946)


Updated script from beta:
Code:
# 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
  • Author
  • Localization

parttimegamer15, posted Tue Oct 03, 2017 10:21 am (26994)


Thanks for the script. Able to extract but how do you export/extract the model files. Got a bunch of .msh files but not able to get any scripts for this. Is there any Noesis plugin for .msh file for this game? I have tried couple of plugins written for .msh files for other games but no luck so far :-(

Cheers

Anexenaumoon wrote:
Updated script from beta:
Code:
# 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    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
  • Author
  • Localization

Karpati, posted Mon Oct 30, 2017 6:31 pm (29565)


I have modified and released the 3D Object Converter v6.520 as a web update.

How to get the 3D Object Converter v6.520:
Please download the 3D Object Converter from http://3doc.i3dconverter.com and install it
or download the portable version and extract it into a folder.

Run the program and use the Help/check for updates function to get it.

I will release the updated i3DConverter for Mac and Linux versions later.
http://www.i3dconverter.com


Use the correct extract script to extract the Raiders of the Broken Planet archives:
http://aluigi.altervista.org/bms/castlevania.bms
  • Author
  • Localization

parttimegamer15, posted Mon Nov 13, 2017 11:57 am (30014)


No luck. I have done the web update to v6.521. Program is not opening .msh files

Karpati wrote:
I have modified and released the 3D Object Converter v6.520 as a web update.

How to get the 3D Object Converter v6.520:
Please download the 3D Object Converter from http://3doc.i3dconverter.com and install it
or download the portable version and extract it into a folder.

Run the program and use the Help/check for updates function to get it.

I will release the updated i3DConverter for Mac and Linux versions later.
http://www.i3dconverter.com


Use the correct extract script to extract the Raiders of the Broken Planet archives:
http://aluigi.altervista.org/bms/castlevania.bms
  • Author
  • Localization

Karpati, posted Tue Nov 14, 2017 10:33 am (30040)


parttimegamer15 wrote:
No luck. I have done the web update to v6.521. Program is not opening .msh files


Did you use the following script to extract the Raiders of the Broken Planet archives?
http://aluigi.altervista.org/bms/castlevania.bms

It is a working script, others are not work!
  • Author
  • Localization

parttimegamer15, posted Tue Nov 14, 2017 5:07 pm (30046)


Karpati wrote:
parttimegamer15 wrote:
No luck. I have done the web update to v6.521. Program is not opening .msh files


Did you use the following script to extract the Raiders of the Broken Planet archives?
http://aluigi.altervista.org/bms/castlevania.bms

It is a working script, others are not work!

Yes I used that script, I can share the .msh model if needed
  • Author
  • Localization

Karpati, posted Thu Nov 16, 2017 6:23 pm (30075)


parttimegamer15 wrote:
Yes I used that script, I can share the .msh model if needed


Here I attached a good extracted .msh file and the converted .obj/mtl files.
(Please compare it with your file.)
  • Author
  • Localization

intoner, posted Fri Nov 17, 2017 8:55 am (30091)


Anexenaumoon wrote:
Updated script from beta:
Code:
# 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


can anyone explain what uncomment means?
will the script work on the steam version?
thanks
  • Author
  • Localization

aluigi, posted Fri Nov 17, 2017 11:53 am (30097)


@intoner
You must use my script, it works automatically with all the versions.

The reason why the other scripts fail is due to the various different versions of the archive format and the difficulty in guessing the version of the input archive, I used some work-arounds in my script to guess the correct versions and as far as I know nobody has reported any problem so far.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.