MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
If you are willing to make NSMBU theme mods, I can happily publish my tools which can make and remove padding for you. Stella is best waifu. :3
|
Posted on 12-18-17, 06:29 am
in NSMBU flower garden
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Oh yeah, I noticed that when I edited the tileset. So when I imported the NSMBU tiles in SMM I stretched them by 2 pixels on each side to make sure they wouldn't get cut in the game. That's what "adding padding" is.I found it too bothersome to do by hand so I wrote a script to add padding automatically if I give it a 960x1020 image. (Same as original image (1024x1088) but with padding removed) Stella is best waifu. :3
|
Posted on 12-19-17, 02:00 am
in NSMBU flower garden (rev. 1 by MasterVermilli0n on 12-19-17, 02:00 am)
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Can you add non in-game items? Nope. So, it's like instead of having to rip a level from a device, you just make it on the computer? If you want to describe it like that.Stella is best waifu. :3
|
Posted on 12-19-17, 02:02 am
in PointlessMaker
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
IDLE ftw. Stella is best waifu. :3
|
Posted on 12-19-17, 02:04 am
in Text editors thread
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
NSMBU uses 3D models for enemies. Stella is best waifu. :3
|
Posted on 12-19-17, 02:19 am
in NSMBU flower garden
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Documentation restored from RHCafe wiki. This is an archive that contains all sound effects and music streams used in the game.
Block pointers are looked up with their identifier. This may not be necessary, but to be safe, I'd still place them in the documented order. Some General Data StructuresThese structures are used in multiple places throughout the bfsar.File Header
Block PointerOffset is relative to the start of the file.
Block Header
Offset With Identifier
Item IDAn item id consists of both file type and file id:
Sound Archive (BFSAR)BFSAR Header
String Block (STRG)The string block contains a string table and a search tree that's used to look up files by name. The search tree is similar to the search tree found in BFRES files.
String Table
String PointerOffsets are relative to the start of the string table.
Search TreeThis is a patricia tree, similar to the binary search tree in BFRES files.
Tree Nodes
Info Block (INFO)
Info Reference TableOffsets are relative to start of info reference table.
Offsets are relative to the start of the info structure. Depending on the flags, there may be more values behind the structures documented here. The optional fields are always 4 bytes long. Sound Info"actor player id" is unrelated to the player files in the bfsar.
Sound 3D Info
Stream Sound InfoThere can be up to 8 tracks.
Stream Track Info Table
Stream Track Info
Mono/Stereo Information
Wave Sound Info
Sequence Sound Info
Bank ID Table
Bank Info
Wave Archive ID Table
Wave Archive Info
Sound Group InfoI couldn't find code that uses the offsets described here, so I can't figure out the size of the structures they're pointing to.
Sound Group Unknown Thing
Group Info
Player Info
File InfoThese structures are aligned to 0x4.
Internal File Info
Sound Archive Player InfoThis is used to calculate the required memory size for some classes.
File Block (FILE)This block contains the actual subfiles.Wave Sound Files (WSD)WSD Header
Info Block (INFO)
Wave Sound Data Reference Table
Wave Sound Data
Wave Sound Info
Sequence Sound Files (SE)SEQ Header
Label Block (LABL)
Label Info
Bank Files (BANK)BANK Header
Info Block (INFO)
Wave ID Table
Wave ID
Wave Archive Files (WAR)WAR Header
Info Block
Wave File Info
Group Files (GROUP)When the offset field of the BFSAR file info structure is -1, or when the file info structure is not found in the BFSAR info block, the game tries to find the subfile in the GROUP files.GROUP Header
Info Block (INFO)
Group Item Location Info
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Posted on 12-19-17, 05:27 pm
in BFSAR documentation
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Anyways, uh, for people like me, you might want to explain what a BFSAR even is. :P Binary Cafe Sound Archive.Just like what its name says, it's an archive which can contain sound files. It usually contains sound effects, sequences, and such files. NSMBU is dumb, so all the music files are inside a BFSAR, unlike literally any other game I encountered. Stella is best waifu. :3
|
Posted on 12-21-17, 07:08 am
in BFSAR documentation (rev. 1 by MasterVermilli0n on 12-21-17, 07:11 am)
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
.... no? BFRES Tool doesn't have anything to do with it. The reason I'm not making any more version is because I thought the program is complete and doesn't have any bugs and I don't need to bother working on it again. Alas, I was wrong. I found a bug a few months ago, yet I still haven't bothered fixing it. Stella is best waifu. :3
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
he remade the program in python No, the Python one came first. This is a remake of the Python one for people who want the fastest way possible to decode textures. With all the recent advancements in your coding skills, have you tried to fix this yet? No. I'd recommend the Python one anyway since this one doesn't have parameters calculating, which is essential for creating GTX files.Stella is best waifu. :3
|
Posted on 12-21-17, 07:16 am
in c++tools GTX Extractor (rev. 1 by MasterVermilli0n on 12-21-17, 07:20 am)
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Probably not. Cython is already fast tbh, and I'm satisfied with it so I see no point in continuing working on this. Stella is best waifu. :3
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
It's not a big bug anyway. It's just that color mess up when making RGBA4/RGB5A1 GTX files, but nobody is using those formats anyway. This bug is probably also present in BFRES Tool. Stella is best waifu. :3
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Using paint.net, I clicked on save as and the setting are: DXT1, DXT3, DXT5, A8R8G8B8, X8R8G8B8, A8B8G8R8, X8B8G8R8, A1R5G5B5, A4R4G4B4, R8G8B8, R5G6B5. ABGR8 -> A8B8G8R8Stella is best waifu. :3
|
Posted on 12-28-17, 01:50 pm
in q&a Ask your SMM hacking questions here.
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Nope. Stella is best waifu. :3
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
I already made a BFSTM/BCSTM to BFSTP converter: https://github.com/aboood40091/BCFSTM-BCFWAV-Converter Oh wait, you linked my post. ;P Stella is best waifu. :3
|
Posted on 01-09-18, 08:46 pm
in wii u The Thing About The Fanfares (BFSTP Files :P) (rev. 3 by MasterVermilli0n on 01-09-18, 09:29 pm)
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Replacing backgrounds is kinda hard for beginners, but somewhat easy for people who have used Wexos's Toolbox to import models before. I was importing NSMBU Overworld BG to SMM, but then I stopped for a reason that I don't remember now. I might get back to it one day. Stella is best waifu. :3
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
PyQt5 for your installed Python version (no, the 32 bit version of PyQt5 won't work with the 64 bit version of Python): 32 bit download - 64 bit download Those two links link to PyQt5 for Python 3.5.Stella is best waifu. :3
|
Posted on 01-16-18, 08:05 pm
in guide How to run PointlessMakerâ„¢
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Well, he replaced the overworld, and he did start on the castle, but other than that, I'm not sure. Everything is done except for Airship and half of Underwater.Stella is best waifu. :3
|
Posted on 01-16-18, 08:33 pm
in PointlessMaker
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
When you export the Output.bfres from Wexos Toolbox (after replacing the images) you need to extract the gtx files from it and put them in the sarc file using hex editor. Tutorial on how to use hex editor: https://www.youtube.com/watch?v=dnpKTF5N6hk Umm, why?Stella is best waifu. :3
|
Posted on 01-29-18, 01:42 pm
in q&a Ask your SMM hacking questions here.
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
-------------------------------------------------------------------------------------------- OHMEGERD IT'S A LUIGI! SUCH WOW! Such wow, indeed.Download. Stella is best waifu. :3
|
Posted on 01-29-18, 04:14 pm
in Luigi in Super Mario Maker!
|
MasterVermilli0n
Dat weeb NSMBU hacker though :3
Since: 05-18-17
|
Also, why weren't you able to make the fire Luigi colors ? I have no idea. It just refused to work. Can i use this in my luigi in all themes mario maker mod Hmm, I will think about it.Stella is best waifu. :3
|
Posted on 02-03-18, 07:02 am
in Luigi in Super Mario Maker!
|