The VG Resource

Full Version: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
https://mega.nz/file/61xlHQhA#RzGcMK2z0e...4DfC9OGz-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.
Does anyone have the demo kyp file from the first post? link is dead.

Thank you.
(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.
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?
trying to extract a cities skyline crp using this guide, but i'm stuck. what is the variable for "pstr" data type ?
could someone send me the demo_file.kyp file please?
how create a script from cart fury ps2

https://www.mediafire.com/file/kt1ttci3e...s.zip/file 

thankyou so much
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.
(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...#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.
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/1NERltlf...sp=sharing
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.
(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/1S0xTuzd...sp=sharing
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:
[attachment=14924]

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

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).
@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?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14