Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  [1] 2 3
1  Help & Tutorials / Help / Is there a way to get SDXC cards working with the File Patch Code? on: November 08, 2020, 03:29:19 PM
I've now realized the problem of my Brawl Mods not working as the SD Card I used is a SDXC and not a SDHC as I thought it was

I know there exists a SDHC extension code to make that work, is there anything similar to make the SDXC cards work?
2  Help & Tutorials / Help / Re: Character costume/alt won't load on: July 17, 2019, 01:09:39 PM
You had both FitSonic01.pac and FitSonic01.pcs?
Yes, I had both in there.

Post Merge: July 17, 2019, 02:00:58 PM
Alright, it turns out that the file size is too big

How do I reduce it?
3  Help & Tutorials / Help / Character costume/alt won't load on: July 08, 2019, 08:30:40 PM
So I decided to make my very first mod today. I did a costume for Sonic. After I made it, I tried to test it out with PM. I put the alt over Sonic's red PM alt. I lauched training mode, selected the red alt and when I entered the game the costume doesn't even load. It just loads Sonic's red alt from VBrawl, meaning that the gane didn't even load the .pac or .pcs file at all. I checked the other costumes and they all worked fine. 

Does anyone know why this happens?
4  Help & Tutorials / Help / Porting Voices over characters on: May 15, 2017, 08:28:30 PM
So recently I made a Sonic over Wolf mod but he's mute

How can I port Sonic's voice files over Wolf's?
5  Help & Tutorials / Help / Problems Changing Voices on: July 25, 2016, 03:36:48 PM
So I tried to change a characters voice manually using Super Sawndz by replacing wav files and when I went into the game the character's voice was fully muted. Why? Is it because the Sfax weren't loud enough or did I miss something?
6  Help & Tutorials / Help / Project M Not Loading On Dolphin on: July 15, 2016, 02:19:15 AM
When I try to load PM on Dolphin it for some reason loads normal brawl, the music in the menu is changed but nothing else is, how can I fix this?
7  Help & Tutorials / Help / BrawlEx Characters not appearing in Config Utility on: June 16, 2016, 10:00:53 PM
For some reason I can never get any of my clones to appear in the Config Utility. How can I fix this?
8  Help & Tutorials / Help / Game Restarts everything when using Gecko codes on a Virtual SD Card on: June 16, 2016, 09:58:57 PM
I'm gonna try to tell this as best as I can

So apparently CSS codes don't work on dolphin but it will work if you put the codes on a Virtual SD Card. But when I do this it always resets the game (the screen starts up with the "Create a new save file" screen as if i don't have one. And when I try to create one it says I don't have enough storage) meaning everything has to be unlocked. How can I stop this from happening ?
9  Help & Tutorials / Help / Character SFX Chnage Tut? on: June 10, 2016, 05:50:37 PM
Is there a good tutorial on how to change Character SFX? I can't find one...
10  Help & Tutorials / Help / PM Change CSP, Annoucer call,etc.? on: June 07, 2016, 06:36:50 AM
How can I change the character selection portraits on Project M 3.6 and how can I change the announcer calls without the game reverting back to the brawl announcer?
11  Help & Tutorials / Help / Re: Problems with adding custom music on: June 01, 2016, 01:21:31 AM
How How can I edit this since its already in .brstm fromat?
12  Help & Tutorials / Help / Re: Problems with adding custom music on: May 31, 2016, 04:44:15 PM
It might be an issue with the music file itself. If you want, I can remake the music track for you and you can loop it to whatever you'd like. What's the track?
https://www.youtube.com/watch?v=jXjttIvCTwI
13  Help & Tutorials / Help / Problems with adding custom music on: May 31, 2016, 12:28:49 PM
So I wanted to try to add a music track but for some reason when I tried to add this one https://www.dropbox.com/s/pfr5wztfj67br6y/Mario%20Sports%20Mix%20Music%20-%20Bob-Omb%20Dodge%20Hard%20Mode~Party%20Game.brstm?dl=0 It will just give me a error. I tried to loop the the song myself and it still gives me the problem. How can this be fixed?
14  Help & Tutorials / Help / Re: Glitch With Retexture on: May 24, 2016, 09:49:06 PM
This is because the white part of the shoes does not have any Env textures, whereas the red part does; so, to fix it, there are two ways to do it:

Option 1(Highly recommended) - Change the OpaMaterial of polygon0 to BodyNormal; this will simply remove the reflections of the shoes entirely, so if you move the camera, there won't be a reflection following the camera.

Option 2(This option is most recommended if you know what you're doing; I'd recommend BB .71 for this, as I've had issues with Material and Polygon Deletion with other versions) - Go into the polygons folder and delete the objects polygon0 and polygon5, and select yes if it pops up with any dialogue boxes. Delete the ShoesEnv and ShoesRingEnv Materials. Now open it up in BB .76b, open the model up in the preview window, and only show the polygon2. Drag-select the shoes parts and go to Weight Mode and edit it to 100% effecting only one bone(I'd recommend the RFootJ or LFootJ bone). Now scale this down to almost invisible, and vertex it to the side. Now enable the other polygons, re-select the shoes parts that you just re-weighted and vertexed, and vertex them to the location of inside a part of Sonic that is affected entirely(Or almost entirely) by the bone that you re-weighted it to.(In this example, you'd vertex it inside of the base of the shoe) Now in an un-edited Sonic model, export the model, and open it up in a program like 3DS Max, Blender, or something like that, delete everything but the shoes, and then combine them into using only one material.(In Blender, you'd use Ctrl+J); now import that model rigged over a Sonic model, replacing it, and then, usingBrawlBox .71, use the Import New Object and import the shoes. If you use Blender to import, you'll most likely have to both vertex it and weight it in BrawlBox, unless you know something I don't about Blender importing.

Option 3(I'd recommend BB .71 for this, as I've had issues with Material editing with other versions) - Export the ShoesEnv Material, then Replace the BodyNormal Material with the one that you just exported. And I don't mean exporting FitSonicBody or FitSonicEnv03, I mean exporting the ShoesEnv and replacing the BodyNormal before expanding the Materials. Do the same thing with replacing the HeadNormal and Mouth Materials with ShoesEnv. Now expand both the HeadNormal and Mouth Materials, and in the box on the right, where it says "FitSonicBody", use the dropdown to change it to "FitSonicHead". All of this will make the entire model to use the reflection on the shoes(With the exception of the fur), including the skin, which is why it is highly UNrecommended to do this option.

How can I do option 1?
15  Help & Tutorials / Help / Glitch With Retexture on: May 23, 2016, 12:32:30 AM
So I was doing some random retextures and came across this weird glitch.

So here's the texture I changed:

(Ignore my terrible retexture, I'm not good with a mouse on Paint.net)


And this is what happens in-game:


Notice how the shoes are transparent

How can this be fixed?
Pages:  [1] 2 3