Home Gallery Resources The Team Rules chat Login Register


Mario Luigi Yoshi Donkey Kong Link Samus Fox Kirby Captain Falcon Ness Pikachu Jigglypuff Marth Mr. Game & Watch Red Alloy Blue Alloy Peach Bowser Wario Diddy Kong Zelda Zero Suit Samus Falco Meta Knight Pit Lucas Pokemon Trainer Charizard Ike R.O.B. Yellow Alloy Green Alloy View All Giga Bowser Wario Man Toon Link Sheik Ganondorf Wolf King Dedede Olimar Ice Climbers Squirtle Ivysaur Lucario Snake Sonic New Characters

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z View All Numbers Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z View All Numbers Symbols
Mario Luigi Yoshi Donkey Kong Link Samus Fox Kirby Captain Falcon Ness Pikachu Jigglypuff Marth Mr. Game & Watch Menu Subspace Enemies Peach Bowser Wario Diddy Kong Zelda Zero Suit Samus Falco Meta Knight Pit Lucas Pokemon Trainer Charizard Ike R.O.B. Announcer Stages View All Giga Bowser Wario Man Toon Link Sheik Ganondorf Wolf King Dedede Olimar Ice Climbers Squirtle Ivysaur Lucario Snake Sonic Custom Characters
Smash Ball Assist Trophy Poke Ball Capsule Barrel Crate Blast Box Party Ball Sandbag Food Maxim Tomato Heart Container Team Healer Dragoon Super Mushroom Poison Mushroom Starman Metal Box Bunny Hood Warp Star Superspicy Curry Timer Lightning Beam Sword Home Run Bat Fan Lip's Stick Star Rod Hammer Golden Hammer Super Scope Ray Gun Cracker Launcher Fire Flower Bob-omb Motion Sensor Bomb Gooey Bomb Smart Bomb Deku Nut Freezie Smoke Ball Pitfall View All Hothead Mr. Saturn Shell Banana Peel Bumper Spring Unira Soccer Ball Franklin Badge Screw Attack CD Sticker Coins and Bills
View All Results Screen Menus and More Trophies Strap Screen Sticker Images Coin Launcher Subspace Enemies Videos Other
View All Audio SFX Characters Items Stages Portraits Other

from:

78 August 11th, 2019

Mario Article Wizardry Code Template -- Using Fludd Water by catscatscats99
[Character - Moveset (PSA) - Custom Character]



As requested by many, this is a code template for using Mario's Fludd Water article as custom projectiles. Unlike Mario's Fireball, the Fludd Water takes a bit more set up but once you get there it's just as streamlined as using the Fireball article. And good news -- you can have 12 Water articles spawned at once, essentially giving Mario 17 article instances including the 5 allowed from the Fireballs. Woo!

The download contains a demo move where I used the Fludd Water articles to throw a hammer with different properties based on how long the move is charged up for. Please feel free to copy the code from this download, that is what this is for! The values for things like article wizardry/on the fly floating point changing is yours for the taking! :)

There is a \"HowThisWorks.txt\" file that explains what is going on and how everything is put together to make using the Water articles as easy as possible, please read it!

Feel free to reach out on Discord if you have any questions!

79 June 16th, 2019

Unstoppable Articles V2 (Now includes Ness's PK Thunder) by catscatscats99
[Character - Moveset (PSA) - Custom Character]



Hey everyone!

This is an updated Unstoppable Articles code from this entry: http://forums.kc-mm.com/Gallery/BrawlView.php?Number=217205

This updated code now includes Ness's PK Thunder, an article I totally forgot to include in the original one. The example moveset now also includes details on Ness's PK Thunder in addition to PK Fire.
Note: Unlike every other article, Ness's PK Thunder needs to have RA-Basic[3] set to 1ABE11ED instead of RA-Basic[4].

Also I added an example moveset for Dedede's Gordos. The Gordos will T-Pose after hitting because of course they do.

Please read the included \"How To Use\" to get the code/see how things work, and check the FAQ section if need be! If you already have the previous version and don't feel like updating it's no big deal, just remember that if you need Ness's PK Thunder included that you need to update!

And if this has any issues please let me know, I did not test this addition on every single character's articles hitting an opponent with and without shielding like I did in my first release. It should be fine but if there's anything funky please reach out!

1127 February 4th, 2019

Waluigi's New Specials by King Bob Gaming, catscatscats99, Ubergruvin with credit to MKHT for making the original Mod
[Character - Moveset (PSA) - Custom Character]



***UPDATED*** Uberguvin helped fix a few issues with final smash eyes, and we've uploaded a placeholder final smash! I also fixed the tennis ball shader.

Credit goes to MKHT for creating the original mod! He's done a fantastic job capturing what Waluigi would play is in Super Smash Brothers!
These new specials aren't meant to take away from his original mod, they are simply what I like! That's kinda the beauty of modding is if you want to change things, you can!

241 January 27th, 2019

Unstoppable Articles (Articles Will Not Terminate On Hit) by catscatscats99
[Character - Moveset (PSA), Other (Effects, Animations, Final Smash, etc.) - Custom Character]



The game is by default hardcoded to terminate articles after a hitbox connects. This allows for articles to only be terminated on command, which opens possiblities for things such as multihit projectiles and doing certain actions upon a hitbox connecting.

After putting the codes (in the How_To_Use.txt) in your GCT, simply set RA-Basic[4] in the article action where you want it to be unstoppable as 0x1ABE11ED. That's it. All other articles will be unaffected.

The How_To_Use.txt gives more detail on how to use, answers questions, etc.

The download also includes demo movesets for every character's article affected by this code so you can see how to do it to your own PSA (it's very simple, it's just that variable set, but look at these if you need help!).

GIF 1: Just showing that the unstoppable articles work
GIF 2: Multihit fireball can now be made since the article does not terminate after hitbox connects
GIF 3: Reflectors still work properly!

If there are any glitches or oddities please let me know so I can try fixing them! I tested this out A LOT though and everything checks out. Feel free to contact me on Discord if you have any questions!

https://discordapp.com/channels/277917214043144192/357272146457657348/530944531512688640

128 January 27th, 2019

Mario Article Wizardry: Code Template by catscatscats99
[Character - Moveset (PSA) - Mario]



This was made as a request from KingBobVideos. There are two parts to the download in order to show others how to do some neat things with articles.


1. The folder "Interact with Articles After Use" is a moveset where Mario can summon a fireball, and then if within radius of the fireball can press B again to "trigger" it to an explosion. This is meant to be a code template for others to use for their own movesets, and there is a file all about how this works and how to implement it. First GIF shows a demonstration of it.


2. The folder "On the Fly Article Floating Point Changing" is a previous release that was removed from Brawl Vault because I failed to provide images...because I stink, don't be like me. Basically, it is another code template for others to use to see how on the fly article floating point changing worked and how to implement it (there is also a text file for this explaining how the code works). The second GIF demonstrates this .Anyway, you can read about the entry here: http://forums.kc-mm.com/Gallery/BrawlView.php?Number=216695


Feel free to reach out on Discord if you have any questions!

from:

Some things to remember before reporting:
  • Please read the rules regarding Brawl Vault and reporting.
  • The following are examples of things that should be reported:
    • Broken downloads
    • Broken previews
    • Credit issues (e.g. using someone else's work without credit)
    • Usability issues (e.g. doesn't work).
  • Censored nudity does not need to be reported.
  • Reports should be clear. Don't write just "Sandbag"; explain the issue in full.
  • Please do not report an already reported issue. The list of current reports on this hack is below.
Please enter your report here.

Past Reports:





Enter the image creator's name.
Find Members Find Members
Filter by:

If you're sure you want to delete this entry, click "Yes" below. Otherwise, click "No" or close this dialog.



Enter the deletion reason here.


Original functionality by picano (Anthony Ianacone), original design and graphics by Jack Harvest.

Redesign by Vyse, new graphics by SJS.

KittyCorp: MeowMix © 2010