Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  [1] 2 3 4 ... 8
1  Help & Tutorials / General Tutorials / Re: How to iterate quickly between brawlbox and Dolphin. on: September 24, 2014, 07:18:59 PM
It would be immensely easier if you could point Dolphin to a folder to work s the SD card rather than having to use Winimage.
2  Help & Tutorials / Help / Any way to display 3D models at character select? on: September 15, 2014, 08:56:03 PM
I'm curious if there's some way we can display character models at the Character Select Screen similarly to the way Smash Bros N64 did. I feel like this should be something that we can do, however if it isn't, I can see how the engine would limit that function.
3  Help & Tutorials / A/A Tutorials / Re: Animating in Maya with Control Rigs, Baking, and Exporting into Brawlbox on: May 13, 2014, 04:31:48 PM
Simple question: Do we actually need Brawlbox v.68 and v.69, or will the latest version suffice for what is needed in this tutorial?
4  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: May 06, 2014, 09:14:12 AM
This is a bit of a stupid question; Which characters specifically can we clone? Is there a list somewhere?
5  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: March 20, 2014, 11:05:14 AM
There are better ways, I think. Like editing the CSS from its natural files, as well as with the Brawlex Clone engine, you can ADD slots, and in a more easier manner.

I understand adding slots and what not, but as far as placement and rotations and translations and stuff goes, am I better off just doing it withing the CSS files or using CSS Organizer?
6  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: March 20, 2014, 10:44:41 AM
I apologize if this is the wrong place to be asking so many unrelated questions, is CSS Organizer 2.0 still the way to go about creating custom character select screens, or have there been any new methods since then that I've missed?
7  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: March 19, 2014, 11:29:39 PM
Sorry this reply is delayed, but yes, just get a normal Brawl character model and skeleton in Max or Maya, erase the regular character model, start editing the boneset, hiearchy, and whatnot to fit it around your new character, then rig.

If you're using Max, be sure that the scale of the import is 1 instead of 0.39____.

Thank you~ Off to play around with some skeletons.
8  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: March 19, 2014, 11:05:17 PM
Custom Skeletons will work fine provided you do your bone hiearchy edits in Max or Maya BEFORE you rig the model.

Project M's Mewtwo and my Simon Belmont PSA are the best examples, as they use existing bone Hierarchies but add bones and modify translations and rotations to allow animating the tail and whip respectively, while having their own proportions.

Oh and like ShinF said, you need to make sure that you don't have less bones than the original character.

So would you say that simply modifying existing skeletons is probably the best approach to take? There's many different angles to approach something like this, I'm just trying to pinpoint the best/easiest one.
9  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: March 19, 2014, 10:20:09 PM
The only real limit I'm aware of (other than the obvious file size limit) with skeletons is that it can't have fewer bones than the original. Even then, you can just have bones that are unbound to any vertices. I know for sure Mewtwo has a custom skeleton. It's so different that it won't even work with a model bound to Lucario's original skeleton.

Thanks for your assistance.
10  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: March 19, 2014, 10:14:53 PM
It's possible to make movesets that don't even resemble the original characters, with totally custom animations and attacks. It's a lot of work of course, and there are still limitations (mainly the inability to create new articles) but there are quite a few PSAs that do this. If you want to se an example of what's possible (though very difficult to create), check out Project M's Mewtwo:
Or the Mega Man PSA:
Actually replacing the movesets is just like replacing costumes - copy and name the files properly and it's done. It's creating them that can be difficult.

If you want to find PSAs, just use the advanced search on the Vault and search for Character -> PSAs. You'll find quite a few.


While those mods to exhibit functionality I would like to tap into, to my understanding, those models use pre-existing character skeletons, correct? If I'm wrong, please tell me. I think thats the thing I'm most hung up on. Custom skeletons; Do they work properly (assuming you make your own animations for them and whatnot)?
11  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: March 19, 2014, 09:33:28 PM
Well, you could always replace all the originals and add new ones if you wanted.

Like, no exaggeration, I stopped modding SSB when the model importer was about 4 days after release and I had played with it for a little while, just lost interest. Is replacing the standard characters with alternate meshes/bones/animations any sort of complicated thing (aside from the obvious modeling/animating etc). In other words, do we have the full capability to import an entire mesh and bones and create custom animations to go along with a moveset, or are we limited to the given bones?

EDIT: Perhaps someone could point me in the right direction. I'm wanting to do a total revamp of the entire roster and basically create a new slew of characters, but not just mesh replacements. Total animation changes, new meshes, new bones, the whole deal. What threads should I be looking at at this point? Like I said, it's been a while...
12  Super Smash Bros. Brawl Hacking / Programming / Re: The BrawlEx Clone Engine on: March 19, 2014, 09:16:49 PM
I haven't been really following the Smash modding scene, but lets say I wanted an entirely custom, unique, roster. Could I use this to remove all the regular characters from the CSS and only display custom characters? If I didn't need more slots than the original 40 (or whatever it is), would it be better to just replace pre-existing character slots, or would more issues arise from that than if I were to just add them as customs and display only the custom characters on the character select screen?
13  Super Smash Bros. Brawl Hacking / Programming / Re: [Official] Brawlbox Development: v0.68d Updated on: August 27, 2013, 11:02:52 PM
Guys, relax.

I'm coding animation exporters and importers for like, 3 different formats atm, with the option to bake the animation or not.
This has been requested so much, I'm surprised you guys didn't think I'd do it by v0.69.

I'm going to remove that text importer once these are done too. I don't like it.

Didn't mean to stir up any fuss, was just wondering. Would make model/psa/animation mods a lot simpler to pull off.
14  Super Smash Bros. Brawl Hacking / Programming / Re: [Official] Brawlbox Development: v0.68d Updated on: August 23, 2013, 05:44:01 PM
It's been a while since I've done anything brawl modding related in a while. I have one question: Is direct animation importing from an outside source possible with Brawlbox? Sorry if it's answered already somewhere in this thread, but I'd rather not sift through an epoch's worth of pages.
15  Super Smash Bros. Brawl Hacking / Attacks and Animations / Re: Mariodk Projects: Released Homer Simpson(over CF/Goku),Next SMBZ mario v4/Naruto on: February 27, 2013, 08:27:23 PM
It's been a while for me, do you have plans to continue working on the Geno moveset? It's probably my most liked mod as far as smash bros goes.
Pages:  [1] 2 3 4 ... 8