Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  1 ... 7 8 9 [10] 11 12 13 ... 187
136  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Re: How do I mod Vanilla Brawl? on: November 03, 2017, 09:23:40 PM
What exactly did you do for Project M? There's not much difference...

There are good tutorials for beginners here:

http://forums.kc-mm.com/index.php?board=57.0
137  Super Smash Bros. Brawl Hacking / Programming / MOVED: [SSBB] Trajectory DI on: November 02, 2017, 04:08:41 PM
This topic has been moved to Programming Help.

http://forums.kc-mm.com/index.php?topic=79095.0
138  Welcome / Rules / Feedback / Brawl Vault / Re: Brawl Vault Community Support on: October 31, 2017, 06:01:18 PM
Does anyone have this stage? Download link is down and I don't have it anymore:
http://forums.kc-mm.com/Gallery/BrawlView.php?Number=208338

139  Help & Tutorials / Texture and Portrait Tutorials / [Intermediate] Adding Stock Faces to your vBrawl build on: October 19, 2017, 08:38:01 PM
I decided to write this tutorial since I know I will forget how this is done as soon as I finish. Might as well write it down so people don't have to learn it on their own.

You know how P:M has stock faces instead of the usual icon?
This is how you do it to your own vBrawl build.

1- Add the codes to your GCT

There are two necessary codes for this:

Code:
Individual Stock Icons (info.pac) V2.4 ASV [ds22, wiiztec]
C20E2168 0000002C
818100E8 3D609018
896BF37F 2C0B0002
4082007C 392000A5
3D408058 614A8000
897F0002 1D6B00A0
7D4A5A14 896A009E
80BF0020 2C050006
41810020 2C050000
40820030 3CA08128
60A5AE64 80A50000
2C050006 4081001C
7D8A58AE 2C0C00CC
4082000C 39600003
48000008 396B0003
7D8A58AE 2C0C00CC
40820014 2C0B0000
4182000C 39600000
4BFFFFE8 3FA08045
38C0003D 3BBD56D8
38E00000 7CC903A6
88DD0002 7C0C3000
4182001C 88DD0003
7C0C3000 41820010
3BBD0010 38E70001
4200FFE0 2C07003D
4082000C 3FA08045
3BBD56D8 899D0000
2C0C0042 40A20008
39800025 88C100ED
2C0900A5 4082002C
7CCA582E 54C6801E
54C6463E 396B0003
996A009E 2C1B0004
40820010 892A009C
39290003 992A009E
1D8C000A 7D8C3214
38EC0001 2C1B0000
4082000C 7C882378
7FFCFB78 3D8080C2
A18C4314 3BA05F65
7C0CE800 4182000C
6D1E8000 48000008
6CFE8000 83BC008C
60000000 00000000
040E215C 60000000
040E2160 60000000
C203D8B4 00000005
2C09000B 40820018
3C600006 38631C00
3C800002 38847180
7C641A14 881B001C
60000000 00000000
044218EC 00095F00
0442190C 00180000
04494990 00095F00
044949EC 80C23A60
044949F0 00180000

Code:
Transforming Characters Switch Stocks (FINAL) [PyotrLuzhin]
C20E2090 00000013
38E00000 81810094
7C0802A6 90020000
9421FF80 BC610010
3F608098 637B8E8C
7C0CD800 4082005C
3F609018 8B7BF37F
2C1B0002 4082000C
3B600001 48000008
3B600005 6F5A8000
93820004 93420008
7FBCEB78 807C008C
C8220004 EC21E028
3D80800B 618C7900
7D8903A6 4E800421
3B9C0004 3B7BFFFF
2C1B0000 41A1FFD8
80020000 B8610010
80210000 7C0803A6
60000000 00000000

Once you add these codes you can go to the step two.

2- Get P:M's info.pac

You'll need a certain MiscData from their info.pac file. It's MiscData[30]. Get this file and save it on your computer as it is.

3- Open your own info.pac file in Brawlbox

If you use BrawlEX and have custom names for the characters, you probably already use an info.pac of your own. Open your own info.pac and export the textures for the characters' names, as well as the PAT0 animation called "InfFace_TopN__0" (they're located inside MiscData[30]. Project M doesn't have characters' names, but you don't really have to lose them if you need custom stocks. You'll also need to export a certain texture: "InfFaceLine00", because PM also replaces this texture with a dummy.

4- Import your textures and replace PAT0 into PM's MiscData[30]

Now it's a tedious, but easy part. All you gotta do is import the textures for the names, the InfFaceLine00 texture, and replace the PAT0 file you got from your own MiscData[30] into the one from Project M. Save this file again (if you want to keep a backup of PM's MiscData, just save it with a different name)

5- Replace your own MiscData[30] with your edited MiscData[30] from PM.

6- Trim for filesize

As of right now, depending on how many characters you have, your file might be above the maximum filesize, making the game crash as it passes the strap screen. You're going to have to remove/resize just a bit of stuff in order for it to work. The maximum filesize for info.pac is 550kb. What I did in my case was remove the GigaBowser stock icons (I don't use him on my CSS) and it was enough.

7- That should be it!

If you run into any problems, let me know and I'll help you and edit this tutorial to make it clearer, as I probably forgot something.

Important

- If you use cBliss or BrawlEX for extra costumes, all extra costumes above the original amount for each character will have the stock texture of the last recolor that has a stock face. You can use that to your advantage, actually. If you're running low on filesize, you can delete some of the stock faces so it will load the last one instead. I did this for Game&Watch so every recolor would use it's default stock face, so I'd gain some extra free space. However, just deleting the textures won't be enough. Go into the PAT0 animation named "InfStockface_TopN__0", and look for the InfStc that corresponds to the texture you want to delete and remove that as well.

- All BrawlEX characters will have Mario's stock face. I have an idea of how to fix that, but I didn't bother messing with it yet.

- If you don't care about your characters having names, then it's way easier. Just export PM's MiscData[30] and replace it with your own. Still be aware of filesize, though.
140  Help & Tutorials / Help / Re: Cloning characters that don't have modules on: October 18, 2017, 03:28:10 PM
Not possible yet.
141  Help & Tutorials / Programming Tutorials / Re: [Intermediate] Custom My Music + Custom My Music Title Usage on: October 11, 2017, 05:37:00 PM
Will this tutorial be updated to CSE 3.0?
142  Help & Tutorials / Programming Tutorials / Re: [Intermediate] Custom My Music + Custom My Music Title Usage on: September 28, 2017, 09:06:42 PM
Don't mention it. By the way...

Part 2: Custom New Music Titles.
Since there's only one engine code for this, there's no need for me to explain anything. We can go straight to making our titles.LLLLLL = Special(?) ID (See the Google Spreadsheet for the respective IDs)
XXXXXXXX XXXXXXXX = Your title converted into Hex (Example: Test = 54657374)
YY = Amount of Bytes your Title has (Example: Test = 54657374. which is 4 Bytes)

Although you probably just forgot to specify, I believe YY is supposed to be not the amount of bytes per se (in decimal), but that amount in hex? It'd be best to clarify just in case.
143  Help & Tutorials / Programming Tutorials / Re: [Intermediate] Custom My Music + Custom My Music Title Usage on: September 28, 2017, 05:06:08 PM
Quote
CMM:Custom My Music V2 [JOJI]: I'm not sure if v2 has the same issues as v1, but v2 enables My Music settings being saved. From what I'm understanding, it saves where Names are stored, but its settings are deleted if you make more than 107 Names. I'm not sure what it means when it says Names though.

The names you create for your name tags. Basically this code writes your My Music settings data where names #107 and further would be stored, so if you create a 107th name, it will overwrite the data stored and all CMM settings will be lost.
144  Super Smash Bros. Brawl Hacking / Model Imports / MOVED: [SSBB] Special Model Import Challenge (with Rewards) on: September 26, 2017, 03:43:55 PM
This topic has been moved to Model Requests.

http://forums.kc-mm.com/index.php?topic=79004.0
145  Super Smash Bros. Brawl Hacking / Programming / MOVED: Directional Influence: A study on the various forms of DI on: September 25, 2017, 09:26:00 PM
This topic has been moved to Programming Help.

http://forums.kc-mm.com/index.php?topic=79007.0
146  Super Smash Bros. Brawl Hacking / Model Imports / MOVED: [SSBB] Special Model Import Challenge on: September 23, 2017, 10:58:27 AM
This topic has been moved to Model Requests.

http://forums.kc-mm.com/index.php?topic=78997.0
147  Welcome / Rules / Feedback / Brawl Vault / Re: Brawl Vault Community Support on: September 23, 2017, 10:57:33 AM
I actually have a request: Are there any coders here? If so, can someone make a code that limits Trajectory DI to a maximum of 8? One of the primary deterrents of Brawl (and even Project M) for me is the absurd amount of DI control players have. I feel that approaching is pointless with it as it is, as it's just going to reset to neutral.

I'm aware that this isn't going to be usable in tournaments, however, as of late, most of my time has been spent fighting friends or bots. They've also complained about their combos not working (or existing), and, when in a more lax environment, I believe Custom DI shouldn't be an issue.

Thank you in advance!

teh-myuutsu,

This thread is meant for community support regarding Brawl Vault's funcionality. That means, basically, uptading hacks with broken download links with new links by someone who previously downloaded said hack.

That said, the proper place for posting your programming/code issue is Programming Help.

You won't be sanctioned for your off-topic post (which shall be deleted), but avoid making posts in the wrong location the next time. A link to these forums' rules are at the top of the page, so take your time to read them carefully.
148  Super Smash Bros. Brawl Hacking / Attacks and Animations / Re: LavaLatte's Mods | SMRPG Geno for Project M! on: September 20, 2017, 08:53:55 PM
What a nostalgic face! I remember seeing the release of Echo Blade Sheik in the blog back in 2009 and that was one of the early things that brought me towards Brawl hacking. This Geno looks pretty polished, your experience shows through. I'm glad to see more from you. Welcome back!
149  Super Smash Bros. Brawl Hacking / Attacks and Animations / Re: KJP's Throne Room. Opening Thread Overhauled! on: September 18, 2017, 05:13:03 PM
I'm glad there are still some very talented people carrying Brawl Hacking on. Great job on these, I'm definitely going to add them to my game.
150  Super Smash Bros. Brawl Hacking / Programming / MOVED: This is the grand moment you all have been waiting for... on: September 17, 2017, 06:53:31 PM
This topic has been moved to Programming Help.

http://forums.kc-mm.com/index.php?topic=78979.0
Pages:  1 ... 7 8 9 [10] 11 12 13 ... 187