Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  1 [2] 3 4 5 ... 30
16  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Re: [Official] Project M discussion: Turbo Mode Contest and Alt Costume Tuesdays! on: August 14, 2014, 02:06:49 PM
Man, I wish this kind of thing would have been around when I was still hacking. Would have been so useful for PSAs.
17  Super Smash Bros. Brawl Hacking / Model Imports / Re: WIP Workshop on: August 13, 2014, 04:18:57 PM


How many of you know what this is?

Anyone who doesn't know what that is hasn't truly lived.
18  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Re: [Official] Project M discussion: 3.02 patch on: July 08, 2014, 12:31:12 PM
I'd honestly prefer if they didn't go beyond the 7 additional characters limit (that's 5 more). We are at 41 and the game must already be a pain to balance at this point. Introducing a new character now means balancing that character around 41 matchups. Which means they need to make sure this new character does not completely dominate any of the existing characters but also does not get completely wrecked by any of them. I'd much rather have them focus on polishing the current roster up and then let the metagame evolve on its own.

Not to mention learning all these matchups in order to be able to compete in tournaments can become a little overwhelming.
19  Super Smash Bros. Brawl Hacking / Model Imports / Re: WIP Workshop on: June 04, 2014, 04:51:51 AM
Time to learn how to hack again with all this new stuff. >.>


Yeah, you better learn that. And then use those skills for a certain project
20  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Re: [Official] Project M discussion: 3.02 patch on: April 11, 2014, 03:32:59 PM
I'm suddenly reminded of that Kittyleaks disaster.
21  Help & Tutorials / Help / Re: forced SDTV format in Project M 3.02? on: January 17, 2014, 01:47:10 AM
This is not a problem with P:M, it's a problem with the WiiU's Wii mode and the homebrew channel. If you loaded 3.0 or anything else from the homebrew channel you'd get the same result.

Nintendo patched the vWii do change aspect ratio based on Channel IDs (or something like that) and the HBC is recognized as something that needs to be displayed in 4:3, so anything you load from the HBC will be rendered in 4:3 as well. There's an alternate HBC forwader channel floating around somewhere that doesn't have that issue, though.
22  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Re: [Official] Project M discussion: Get hyped... 3.0 is coming... on: December 09, 2013, 10:20:01 AM
https://twitter.com/ProjectMelee/status/410094819466153986


Lucas and Ness alt costumes.
23  Super Smash Bros. Brawl Hacking / Programming / Re: cBliss v1.5 [Wario Fixed] [Riivo Kit] on: June 02, 2013, 12:57:01 PM
Do I need anything on my menu2 folder? I replaced the common5.pac and now the game freezes  than before (I cant even select the new fox costumes).

You shouldn't have anything in the menu2 folder that isn't there by P:M default. So if you have the cBliss files in there delete them. The modified sel_char is already inside the common5 I uploaded and having it in menu2 seems to cause freezes on P:M.

If it still freezes, back up your textures, music, etc. and make a clean P:M install. Then add my GCT and common5 along with the cBliss stuff (minus the menu2 folder).
24  Super Smash Bros. Brawl Hacking / Programming / Re: cBliss v1.5 [Wario Fixed] [Riivo Kit] on: June 02, 2013, 12:04:33 PM
Fixed the bat, thanks for the info  Kirby Dance

Glad I could help =D

To everybody having problems adapting this to Project M, I am on the same boat, but I might have some progress.

I managed to make all of Fox's costume work, all of Game&Watch's costume work, all stage hacks work, all Project M codes work (air dodge like melee, wavedash, l cancel etc.), and all CSPs to work.

Before, I could only select the new Fox costumes, not the original ones. I replaced the sc_selmap file in Project M with the one provided in the cBliss download (also copying the new file into the "menu2" folder) and it worked.

I tried changing the game to have Project M's aesthetics (currently working version has Brawl's SSS and white background on CSS) by replacing Modules [30], [40], [50], and [70] in sel_character with the ones in Project M but the game began to freeze again.

My complete step by step process is below for anyone that wants to get at my stage. I imagine the game should work perfectly fine if you don't mind the Brawl aesthetics. Other problems I experienced wit the current build is that Zelda froze the game when I selected her black costume, but the rest of the characters (didn't test the individual pokemon) didn't. Training Mode also freezes the game but other modes such as Special Brawl, Home-Run, and Target mode work.

Did you miss my post by any chance? We've already got it working perfectly fine, P:M asthetics and all.

Compile a GCT with the textfile I posted above and replace the P:M common5 with this one. There's no need to touch the sel_map, just make sure you have all the cBliss cosmetics and the STGRESULT in place.
25  Super Smash Bros. Brawl Hacking / Programming / Re: cBliss v1.5 [Wario Fixed] [Riivo Kit] on: June 02, 2013, 09:02:14 AM
Okay guys, I personally went and tested cBliss for PM and works fine for me so far.
Only issue I saw is that independent Pokemon freeze when selecting the same color. Pokemon Trainer wouldn't let you do this normally, but for obvious reason this was by design by the PMBR.

Anyways, here is what I did step by step.
Open PM's 2.5b gct on GCTedit
Copy TXT to note pad.
Searched for ''804553AC'' [Chard] 1 match replaced with 80455334
searched for ''804553B8'' [Squirt] 1 match replaced with 80455334
searched for ''804553C4'' [Ivy] 2 matches replaced with 80455334
Now for Wario
Searched for ''455334'' 1 match deleted whole line
Searched for ''455338'' 1 match deleted whole line
Searched for ''45533c'' 1 Match deleted whole line
Searched for ''455340'' 1 Match deleted whole line
Searched for ''455344'' 1 Match deleted whole line
Searched for ''455348'' 1 Match deleted whole line

Added cBliss codes
Code:
Characters have 10 Costumes [All Chars][ASF1nk]
06AD817c 00000070
13FF13FF 13FF33FF
13FF13FF 13FF13FF
13FF13FF 13FF33FF
33FF13FF 13FF13FF
13FF13FF 13FF13FF
13FF1FFF 13FF13FF
13FF13FF 13FF33FF
13FF13FF 13FF13FF
13FF13FF 13FF13FF
000013FF 00000000
000013FF 00000000
13FF0000 13FF13FF
00000000 00000000
00000000 13FF0000

Costume Color offset FIX [ASF1nk]
06455334 0000001C
05000001 03020103
08040205 02060007
03080109 0C000000
00000000 00000000

New Wario's own Costume offset [12 Costumes] [ASF1nk]
07200d34 0000001C
05000001 03020103
08040205 02060007
03080109 070A090B
0C000000 00000000

All Roster has Costume Offset FIX. v2 [ASF1nk]
04455460 80455334
04455470 80455334
04455480 80455334
04455490 80455334
044554A0 80455334
044554B0 80455334
044554C0 80455334
044554D0 80455334
044554E0 80455334
044554F0 80455334
04455500 80455334
04455510 80455334
04455520 80455334
04455530 80455334
04455540 80455334
04455550 80455334
04455560 80455334
04455570 80455334
04455580 80455334
04455590 80455334
044555A0 80455334
044555B0 81200d34
044555C0 80455334
044555D0 80455334
044555E0 80455334
044555F0 80455334
04455600 80455334
04455610 80455334
04455620 80455334
04455630 80455334
04455640 80455334
04455650 80455334
04455660 80455334
04455670 80455334
04455680 80455334
04455690 80455334
044556A0 80455334
044556B0 80455334
044556C0 80455334
044556D0 80455334
at the bottom of the txt.

Copied the Battle Portraits replaced all
Copied the Result Portraits replaced all
Opened PM's Common5.pac and replaced sc_selcharacter with the one from cBliss.
Left sc_selmap alone.


For testing I added 06, 07, 08, 09 .pac/.pcs to Captain Falcon
and 05, 06, 07, 08, 09 .pac/.pcs to Ivy, Chard, Squirt.
Tested in Game
Defaults for other characters worked fine.
New costumes for Captain falcon including default ones worked fine.
New costumes for pokemon and default ones worked mostly fine.
The Ind. Pokemon in PM let you choose the same color [As they intended]
but if you choose lets say Squirtle 00 and Ivy 00 it will freeze.

Here is the Text file For PM.

EDIT:
I should mention this was tested in Gecko.

Alright, I followed what you did and made the same changes to the Full Codeset.

Everything seems to work perfectly, I ran into some odd silent freezes on Squirtle and Ivysaur but I figured out what's the issue there. I've been using Mewtwo's batch files to add the additonal default costumes to my ISO, turns it didn't add Squirtle and Ivy's 05 costume which are exactly the ones that froze on me. After putting the respective pac/pcs files on my SD it worked.

So yeah, Mewtwo might want to fix that.

Here's my edited textfile.

EDIT: Picking the same costume for the Indi Pokes doesn't result in a freeze for me either.
26  Super Smash Bros. Brawl Hacking / Programming / Re: cBliss v1.5 [Wario Fixed] [Riivo Kit] on: June 01, 2013, 05:33:11 AM
I did all of that before I posted :/ but it didn't work for me for some reason, I used the same program too (CodeMgr1.1)

You're NOT using the same program, that's what you're doing wrong. You have that crappy version of the code manager that refuses to export more than 256 lines. Get the one from the tutorial ASF1nk posted.
27  Super Smash Bros. Brawl Hacking / Programming / Re: cBliss v1.5 [Wario Fixed] [Riivo Kit] on: May 30, 2013, 03:37:23 PM
cant some P:M member say which codes alter the slots being loaded for teams in P:M?
cuz im guessing that's the reason it has glitches...

That's probably true for Marth but I'm going to assume Squirtle/Ivy/Charizard don't work for a different reason. From what was posted earlier their new costume slots don't show up at all so cBliss probably adds costumes for the Trainer but not for the independent Pokemon. Which makes sense as barely anyone who doesn't use P:M has them on their CSS anyway.

Unless the offset is shared between PT and the Indi Pokemon, in that case ignore what I said =V
28  Super Smash Bros. Brawl Hacking / Programming / Re: cBliss on: May 29, 2013, 12:13:28 PM
For those curious if it works with ProjectM, it *kinda* works...with a few issues.

- The Pokemon (Squirtle, Ivysaur, Charizard) can't select their extra colours
- Characters who have had their default team colours moved (Marth, for example) freeze the game when selecting their moved team colour (in Marth's case, his purple colour, replacing his blue team colour)

That's about all I've tested, it works great with every other character though! Great job with this!

If anyone wants the modified ProjectM files that work with this, I could upload them.

That's a shame, though I sort of expected it would clash with the team color modifications already in place.
29  Super Smash Bros. Brawl Hacking / Model Imports / Re: Nanobud's Sanctuary: Mack on: May 15, 2013, 10:55:38 AM
Glad to see that Assassin Link is still going to be released =D
30  Welcome / Rules / Feedback / Brawl Vault / Re: Board Problems, Suggestions and Updates on: April 19, 2013, 03:33:43 PM
On one hand you claim to be extremly knowledgable about coding and compter stuff in general. On the other hand you come here constantly whining about how your computer/network doesn't work right and how the staff is supposed to change the forum because of that.

If you were as amazing as you claim, I'm sure you wouldn't have that much trouble with your computer. Here's a thought, if your PC is really that unfixable, buy a new one. If you can't afford that, get a job instead of wasting your time whining/boasting on an online forum.

Sorry but someone had to say it =V
Pages:  1 [2] 3 4 5 ... 30