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
Hello everyone!
The ref to KYP file is incorrect =(
Can anyone upload this file to another hosting?
(11-15-2015, 01:15 PM)ThatTrueStruggle Wrote: [ -> ]
Glossary

Variable Types
  • Long
    A measurement for an amount of bytes (4 bytes)

  • Short
    A measurement for an amount of bytes (2 bytes)

  • Byte
    A number between 0x0 (0) and 0xFF (255)

  • String
    A group of bytes that make up a group of characters or letters

  • Float
    A number with a decimal notation (ex: 1.42)

Hexadecimal Terms
  • Magic ID
    A group of bytes that specifies a file's format

  • Endianness
    The way a file's bytes are read

  • Null
    A value considered empty (0)

  • Pointer
    A value found in a file "pointing" to an offset

  • Offset
    A position in a file

hello, you can help me make script for this file?

 thanks you

example
I need help to create Just Dance 2017 scripts for PS3. 
Here's what I need:

1. making pc files compatible with ps3 files
https://drive.google.com/open?id=1xMufmf...3axaSs4aOg
 
Pc files are readable, but Ps3 files are just mess. I don't even know how to start writing script.

2. convert png to ps3 .png.ckd file
https://drive.google.com/open?id=1a2J8iP...4-fNOKB9J4
I know how to extract pc and ps3 files to .png, .tga, ...
But I want to convert extracted pc pictos to ps3 pictos (conversion: .png -> .png.ckd)

If anyone has time and skill please take a look at it.
I guess I should ask for help with a game, klonoa beach volleyball, rmthe magic I'd isin't easily found at all and I don't seem to understand the whole byte order or how to know if it goes by 4bytes,8bytes or vice versa. I would really appreciate if I could possibly get a bit of help? I've also been trying to pull from klonoa 2 and the scripts already existing don't do well, If at most for this one I'd like to edit the one that exports them from the bin file to .3ds files and make sure it won't garbled it break any of the models. (i just noticed the thread about bytes and stuff below this one xD)
what if the idstring "♣" (in DOS/IBM-ASCII (OEM))
IF WINDOWS (ANSI) the idstring just ... or blank
the 4 bit show 05 00 01 00
there is the ss https://drive.google.com/open?id=1YoztpF...HP0no84eUr
(07-04-2018, 02:07 AM)zenix Wrote: [ -> ]what if the idstring "♣" (in DOS/IBM-ASCII (OEM))
IF WINDOWS (ANSI) the idstring just ... or blank
the 4 bit show 05 00 01 00
there is the ss https://drive.google.com/open?id=1YoztpF...HP0no84eUr

You should be regular ASCII, not DOS. Upload a file sample.
After using the script and extracting the files from Persona Q they are all in format I don't know how to open such as .bam and .acb, Is there a way to open these files?
I am trying to create a .bms script for .KP3 archives found within the PS3 version of The Legend of Spyro: Dawn of the Dragon, but I'm struggling to find anything resembling a header for the magic ID. I'm pretty sure it's in Big Endian format, but after figuring that out, I can't see anything that might be a header.

I'm pretty new at this so it's possible I'm overlooking something. I'll share a sample file with some printable text (most files actually seem to decode into entirely unprintable text though). Any guidance in the right direction is appreciated.

https://drive.google.com/open?id=1peZ_bB...ycwvXrfBgr
I'm having trouble trying to create a script for Tornado Outbreak's .bgw files. Are there any tips on how I should create a quickbms script for extracting Tornado Outbreak's .bgw files?
(11-15-2015, 03:47 PM)ThatTrueStruggle Wrote: [ -> ]QuickBMS Script Listing

Do I copy a script and paste them in Notepad and save them as a .bms file?

(01-01-2019, 02:49 AM)ItsMeGamerAndBFDIer7 Wrote: [ -> ]
(11-15-2015, 03:47 PM)ThatTrueStruggle Wrote: [ -> ]QuickBMS Script Listing

Do I copy a script and paste them in Notepad and save them as a .bms file?
OK, I think I found my answer: Yes.
Hello. I want edit a switch game and I must edit a .tzip file. I've success to compress the .tzip to .narc file (with a script on the topic), but I don't know how I can convert the .narc file to .tzip . I've try to create the script and search on internet , but I found nothing.

Someone can help me please?
(11-15-2015, 02:38 AM)ThatTrueStruggle Wrote: [ -> ]Download a Hex Editor, and get the sample file that we'll be working on in this tutorial

Hello,
I'm going to write a script that extracts 3D models of vehicles along with textures/materials from *.GRP archives of Lada Racing Club. That will be my first experience of writing QuickBMS scripts, so I need some help.

The first bytes of each file are GRP0. There are several readable words (e.g. gazel_pas_traffic_model, gazel_pas_texture, PNYD_LOD0, ...), so I can guess that it's an archive with geometry&materials.

To figure out what a data type there is, I need to pass your tutorial, but your KYP file isn't accessible anymore. Can you re-upload it? Thanks in advance!

P.S. Here's a link to all files that I need to extract: https://drive.google.com/file/d/1hBhes1k...zZfIQQ2Sh/
And screenshot of GRP file in hex-editor:
[attachment=9178]
I am trying to extract the .gam file of Pac-Man and the Ghostly Adevntures. Can someone help?
(03-22-2019, 07:00 PM)ItsMeGamerAndBFDIer7 Wrote: [ -> ]I am trying to extract the .gam file of Pac-Man and the Ghostly Adevntures. Can someone help?

Upload a sample archive here so we can help you!
(03-22-2019, 11:22 PM)Pingu! Wrote: [ -> ]
(03-22-2019, 07:00 PM)ItsMeGamerAndBFDIer7 Wrote: [ -> ]I am trying to extract the .gam file of Pac-Man and the Ghostly Adevntures. Can someone help?

Upload a sample archive here so we can help you!

I don't think I can, because it's like 9 MB...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14