The VG Resource
[TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: General Ripping (https://www.vg-resource.com/forum-145.html)
+--- Thread: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! (/thread-28180.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Beastin_Cade - 08-09-2020

https://mega.nz/file/61xlHQhA#RzGcMK2z0eub8f6u-ZnH3HhP9kTC95mEo4DfC9OGz-MI need help with extracting CDFILES.DAT and ARCHIVE.AR From Hot wheels beat that... im confused with this and have no clue what im doing.


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - sandro12 - 08-27-2020

Does anyone have the demo kyp file from the first post? link is dead.

Thank you.


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Mortisanti - 11-11-2020

(08-27-2020, 09:32 PM)sandro12 Wrote: Does anyone have the demo kyp file from the first post? link is dead.

Thank you.

+1

I cannot find the .kyp demo file anywhere else.


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - squidiskool - 03-06-2021

2021, and the kyp file is still lost. This is why I hate dropbox. Sometimes your files can just go "poof"! Anybody still have the kyp lurking on their harddrive?


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - squidiskool - 08-18-2021

trying to extract a cities skyline crp using this guide, but i'm stuck. what is the variable for "pstr" data type ?


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - b9502032 - 10-17-2021

could someone send me the demo_file.kyp file please?


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - xtremexx - 02-22-2022

how create a script from cart fury ps2

https://www.mediafire.com/file/kt1ttci3e242xtt/iso_files.zip/file 

thankyou so much


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Langtanium - 03-04-2022

I found that all the .bfres.cmp files in the demo file of Kirby and The Forgotten Land seem to be encrypted differently from the .bfres.cmp file in Kirby Star Allies and I don't find any clear values in it.


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Random Talking Bush - 03-04-2022

(03-04-2022, 08:19 PM)Langtanium Wrote: I found that all the .bfres.cmp files in the demo file of Kirby and The Forgotten Land seem to be encrypted differently from the .bfres.cmp file in Kirby Star Allies and I don't find any clear values in it.
I've already taken care of that in my scripts thread here: https://www.vg-resource.com/thread-29836-post-672037.html#pid672037

0x28B52FFD (or 0xFD2FB528, if reading as little-endian instead) is the compression "magic" used for ZSTD compression, and the first four bytes still dictate the decompressed size as in Star Allies and such. The CMPBIN files in Forgotten Land even still use the original LZ4F compression instead.


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - *Asuka* - 03-13-2022

Hey.. so for practice creating these scripts I decided to try and extract a file from a Level 5 archive called "g4pk" which carries a file with the format "g4mt." I know there's already a program that can extract from these but I was hoping QuickBMS could accomplish the same thing. Anyways, I managed to find the name of the g4mt, its file size in Little Endian, and the file size of the archive..? (It's the last long at the end of the header, however, it's some bytes off from the actual file size of the archive). I can't seem to find any indicator of a pointer to the offset of the g4mt data (it starts at offset 80 since that's where the g4mt header is) and there are several long values that I have no idea what they are referring to. Could anyone, if you please, help me with this?  Smile

Link to file: https://drive.google.com/file/d/1NERltlfN-vy313JaWUGCDqvy9ARggkR5/view?usp=sharing


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Langtanium - 11-05-2022

I was able to obtain the leaked nsp file of Sonic Frontiers and extract its contents. It seems that the models are in .pac files but don't open in Switch Toolbox (unlike Sonic Forces .pac files which do open up). Here is some of the code if someone can create a bms script. If the full file is required, tell me.


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Langtanium - 11-08-2022

(11-05-2022, 10:29 PM)Langtanium Wrote: I was able to obtain the leaked nsp file of Sonic Frontiers and extract its contents. It seems that the models are in .pac files but don't open in Switch Toolbox (unlike Sonic Forces .pac files which do open up). Here is some of the code if someone can create a bms script. If the full file is required, tell me.

Here are the files.
https://drive.google.com/file/d/1S0xTuzdmMkwlIIZTUQ6OR7TItDH0p9LD/view?usp=sharing


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Kurabupengin - 07-20-2023

Ok, so lately I've been trying to rip the sprites for various Zeebo games, and right now I've been looking into ripping the sprites for Action Hero 3D: Wild Dog, specifically the character portraits.
The game stores it's data inside a a3dres.res file. This file contains all the game's graphics; models, textures and sprites.
Looking into the file on HxD looks like this:
   

And while trying to open it in a tile editor, this was the best I got (sprites are smaller than they should be):
   

I tried to make a QuickBMS script for this .res file but I simply have no idea of what I'm doing, and I couldn't find a script that worked for me. So, umm... does anyone here know what to do? I pretty much ran out of options. Can anyone make a script for a file like this? Or is that just not feasable? I can provide the .res file if desired.

What I do know about this file is the files that it contains inside. The text file attached to this post has a list for all of them, the .bmp files are the ones I need (I think).


RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - Redsixer - 01-20-2024

@Struggleton

Can you reupload the sample file please?

I want to make a script for daymare 1998. is there maybe another tutorial for making scripts?