Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  1 2 [3] 4 5 6 ... 51
31  Super Smash Bros. Brawl Hacking / Project Concepts / Re: PmEx (A Project M + BrawlEx Template) 4/30 v0.5 release! on: September 11, 2016, 01:46:05 PM
Hey has anyone here setup a zelda and sheik clones in PMEX on a Wii before?

Are there any ExModules for Bowser?


what ever modules in the downloads are the ones we have made. more may come eventually but i'm not the one that makes those.  setting up any clone should essentially eb the same as making them in standard BeX. i'd look for a tutorial on it, or ask in the main thread.
32  Super Smash Bros. Brawl Hacking / Programming / Re: The Brawl Expansion Project on: September 09, 2016, 11:24:32 AM
Is there a way to clone toon link?

Post Merge: September 08, 2016, 09:17:08 AM
And also is zelda clone able?

Yes to both.  any character that has a module in the download can be clonable. however to get a transforming zelda requires extra steps.
33  Super Smash Bros. Brawl Hacking / Project Concepts / Re: PmEx (A Project M + BrawlEx Template) 4/30 v0.5 release! on: September 07, 2016, 10:19:49 AM
its likely already set. check the gameconfig.txt

it should read hooktype = 7 similar to below

Code:
RSBE??:
codeliststart = 80568000
codelistend = 80580000
hooktype = 7
poke(800042B8, 60000000)
pokeifequal(803E9930, 4BFECA1D, 803E9930, 60000000)
pokeifequal(803E99A8, 4BFECA1D, 803E99A8, 60000000)
pokeifequal(803E9D5C, 4BFECA1D, 803E9D5C, 60000000)

34  Super Smash Bros. Brawl Hacking / Project Concepts / Re: PmEx (A Project M + BrawlEx Template) 4/30 v0.5 release! on: September 06, 2016, 11:01:34 PM
i have a huge question, it affects if i use the project m loader instead of gecko?

doesn't really affect anything.  the pm launcher IS gecko. just added a few features to it like addons and an update button. its the same exact code handler. just make sure the hook type is axnextframe.
35  Super Smash Bros. Brawl Hacking / Programming / Re: A Coding-Related Request on: September 06, 2016, 01:09:28 PM
This may sound desperate, but can someone make a code for Brawl to go, like 8x faster than the normal? I am using Dolphin and want to play at full speed in 1080p, or at least 720p. In order to play have 3/4 the speed of Brawl, i have to turn the quality to the lowest, and disable a bunch of settings. Can someone please make a code for all really terrible intel graphics cards out there?

all that will do is cause you to fry your comp. if it can't handle it, there won't really be much point in throwing more data at it. a code can't fix hardware limitations. i'd recommend getting a 4-8 core cpu at least an i5. most graphics cards will work fine. as a rule of thumb, your computer needs to be 5x faster then the thing you are emulating.
36  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Re: File Patch Code 4.1 release on: September 04, 2016, 03:03:28 PM
I'm not clear on how this gives us the ability to give characters their own sounds. Can i use this code so that goku has his sfx without replacing pits sounds? Can we finaly add new sound banks or is this just an alternative to using sawnd files?

you can add new sounds without replacing any. but iirc you need an iso to do it currently. you have to add the new entries to the original bsar file, then you can replace them on an SD card at any time to replace said file.  i also think you need a clean bsar file as the sawnds program  will not be compatible with the new entries. i could be wrong about that.

anyone have more info? i havent gotten a chance to play with this much yet. possibly correct miss information?
37  Super Smash Bros. Brawl Hacking / Project Concepts / Re: PmEx (A Project M + BrawlEx Template) 4/30 v0.5 release! on: September 03, 2016, 01:59:38 AM
So is the ASL code not in the PMEX gct? I feel like I'm going about this wrong. Now when I put the ASL code in, it not only doesn't work on the stage I'm trying to put it on(I'm doing in Final Destination) but ASL stops working on the other stages it worked on before like Green Hill Zone, Battlefield, etc.

Btw thanks for all the help. I hate to be a bother.
ASL itself is already in the GCT. we left all features of PM intact. (if found otherwise its a glitch and needs to be reported in this thread) i'd recomend mewtwo's asl tool to edit the code. i've had reports it doesn't work for some people tho. (not getting enough info to tell what the problem is) i've not had issues with it personally.

fyi the asl code included is modified to work with BeX, the original PM version took up the same memory location as BeX data.  so they couldn't coexist without crashing. the stage data part is the same i believe. so if you have trouble with the tool  you could write stage data with it and copy that part of the ASL code to the one included.
38  Super Smash Bros. Brawl Hacking / Programming / Re: The Brawl Expansion Project on: September 01, 2016, 04:46:07 PM
Asking again as I completely forgot how to use this (thanks to almost 2 years of no gameplay).

How do you make a character have his own Cosmetics?
Same for Announcer Call and Victory Music.

I'm not new in this, but I completely forgot how to do this. And I'm not Hex friendly anymore, so the front page doesn't help me.


i find this tutorial a good refrence for just brushing up on some things.
http://forums.kc-mm.com/index.php?topic=73298.0

tho if you need more try the tutorials section and its sub forums. there are quite a few around.
39  Super Smash Bros. Brawl Hacking / Project Concepts / Re: Project M D.I.Y. (A Project M + BrawlEx Template) 4/30 v0.5 release! on: September 01, 2016, 04:29:56 PM
Man it's been so long since i poked my head around here lol. i Have a bit of a question. in regards to the file patch 4.1 code. Is it compatible with the PM EX build? i just had inserted it into a clean gct and it froze on startup. Do i have to get rid of the previous File patch?

it should work i believe. just replace the old one i believe. tho currently i think you need an iso for it. you need the original file to have entries for each one you replace if i understand right. think BJ's tool dummies those out for you. unfortunately i've been really bus in rl so havent been able to play with it yet.
I'm still having issues with ASL and Waluigi.

Is the ASL code supposed to not be present in the default PMEX RSBE.gct? Whenever I try to add stages to the codeset, the stage only loads the default stage file, the one without "_(letter)". Whenever I try the button combination I set the default loads. And if I try to select another stage, it soft freezes. I've followed M200's tutorial and it still doesn't work. Other PMEX builds I look at use module files with their new stages, should I do that?

And for the waa man. It just doesn't want to work. For the people that have had it work, did you use the config files from King Jigglypuff's pack or use the ones from the PMEX pack?

you DEFINATELY need the module files for the stages. the benefit of asl is that each stage can be indipendantly loaded with its own module so they don't have to share one.  I.E. you can have a green hill based stage over skyworld with an edited rel file.

as for waluiggie you will need the files in the download. the modules for characters specifically are edited to work with PM, pm has slightly different variables then vbrawl.
40  Super Smash Bros. Brawl Hacking / Project Concepts / Re: Project M D.I.Y. (A Project M + BrawlEx Template) 4/30 v0.5 release! on: August 19, 2016, 02:06:05 AM
Has anyone had problems with implementing the Project M Waluigi into their build? I am. Even though I'm certain I've done everything correctly, the game soft freezes when selecting a stage when playing as Waluigi. I just want to know if anyone else is having this problem

Soft freezes typically mean you are missing a file and its trying to load something not there.  Or perhaps have a file named incorectly. I'd check there.
41  Help & Tutorials / Help / Re: USB Storage on: August 16, 2016, 09:16:13 PM
its far easier to use an SD card. but you can use Riivolution to load off the flash drive. but there are limitations. like certain mods are not compatible (BeX and project M for instance)
42  Help & Tutorials / General Tutorials / Re: Brawlex Advancements (Supplement to the Brawlex thread's original post) on: August 15, 2016, 05:08:17 PM
I currently run two Giga Bowsers. The spy costume loads FitGKoopaSpy.pac and FitGKoopaSpy.pcs. The rest load FitGKoopa00.pac and FitGKoopa00.pcs (even with multiple final smash files enabled in the fighter config for Bowser).

Post Merge: August 10, 2016, 10:37:17 PM
I also took a look at Giga Bowser's fighter config file. None of the costume flags are set. It may be possible to enable them and rewrite Bowser's final smash to function similar to Zelda/Sheik's transform for a set time period before transforming back.
This is probably a good starting point if you're interested but I only have a basic understanding of making edits in PSA.

Actually there is a flag that allows you to use multiple final smashes for the ORIGINAL characters.  i don't think anyone got it to work on Ex Clones yet tho. try looking at the PM DIY thread in general. pretty sure we have multiple giga.pacs
43  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Re: Classic Exp. Pack for Brawl - 8.0s on: August 15, 2016, 03:33:23 PM
Woah, I didn't know the ASL got fixed up for vBrawl! Just tested this out and can confirm your pack works with BrawlEx as well.

Yep i actually suggested to pyoter to send this to lib, it was one of the issues we had to overcome for BeX +PM. pyoter can take most the credit tho xD i was only able to point where memory adresses were conflicting. thats about the extent of what i can do code wise. Anyway always makes me happy seeing others benifit from our work <3 If you happen to find any bugs let me know. i'll try to iron them out.
44  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Re: Classic Exp. Pack for Brawl - 8.0s on: August 14, 2016, 05:39:55 PM
When I get home I'll check what size sc_selmap needs to be in order to work. Apparently sc_selmap needs to be 1214283 bytes or less. What size is yours? If it's smaller than that, the problem must be with something else, and I'm not sure what is causing it.Where's the SDHC code? I've never seen it.

So sorry for not gettign back sooner, the thread got burried while i was away >.< anyway the SDHC code is here:

Code:
SDHC Extension 1.1[Bero]
C23CB3D8 00000004
546302D7 41820014
38600001 3C808058
60840300 90640000
2C1D0000 00000000
C23EEE18 00000007
80610014 54630253
41820028 38000009
8061000C 5463C43E
38630001 1CC30400
3C60803E 6063EE58
7C6903A6 4E800420
80A1000C 00000000
C23CB620 00000008
3D60805A 616B9350
816B0000 2C0B0000
41820024 2C040040
4182001C 39600001
91610008 3D60803C
616BB410 7D6903A6
4E800420 9421FFC0
60000000 00000000
C23CB4AC 00000003
38C00000 2C160000
41820008 38C00001
60000000 00000000
C23CB5D4 00000009
807C001C 2C030001
806DCE1C 41820034
80030000 90190000
80030004 90190004
80030008 90190008
8003000C 9019000C
3C60803C 6063B5E0
7C6903A6 4E800420
60000000 00000000
043EEA20 48191905
043EEC1C 48191709
06580324 00000028
3F008058 63180300
83180000 2C180000
4182000C 7CB92B78
48000008 7F2531D6
548006FF 4E800020
043EEB6C 481917E1
043EED68 481915E5
0658034C 00000028
3C608058 60630300
80630000 2C030000
4182000C 3B390001
48000008 7F39BA14
4E800020 00000000
043CBA24 481B48E1
043CBD60 481B45A5
06580304 00000020
3EC08058 62D60300
82D60000 2C160000
41820008 7C802378
7C040040 4E800020
C23EE0BC 00000003
38000000 3C60805A
60639350 90030000
3C60805A 00000000

PM and B- already have this code included. no glitches.
45  Super Smash Bros. Brawl Hacking / Project Concepts / Re: Project M D.I.Y. (A Project M + BrawlEx Template) 4/30 v0.5 release! on: August 11, 2016, 06:59:29 PM
We can add costume slots for the deafult roster up to 9 right, by configuring the the brawlex configs? What else would I need to stop silent freezing on the added slots before a match?

you need all the cosmetics added for each character costume. CSP's BP, RP, and stocks. also its 10 slots total ^^ 00-09 tho for the basics 10, tho i've seen it expanded to 16 thru hex editing, i havent tried it myself tho. you could ask in the original thread release by phantom wings.

huh, funny cause I had a problem one day, where I was playing as Goku by Caliking01, and fighting pit and I had the same problem, Graphical glitches occur, Pit was Using Goku's GFX

Graphical glitches can be fixed actually. thats an issue with BeX not this build. you need to edit the graphics to give them a unique name if i remember right via psa.  there si a tutorial somewhere on how to do it.

Actually, the hook type does matter so the game can boot up properly. If there's no hook type, then the launcher will think that it is too many lines of code and boots up Brawl instead (Or it's because the hook type is invalid).


(Try using Homebrew and Gecko OS. That usually works for me.)

Post Merge: August 05, 2016, 10:45:05 AM
Actually, I was just playing my build and I was fighting olimar. He grabbed me and he actually instantly killed me. ( It was a CPU.) But it happens randomly through out the game.

Update: I think it affects clones of Pit. I was fighting Waluigi (Who goes over Pit) and I grabbed him and Waluigi got instantly KO'ed. (It skipped the throwing animation and grabs let go quickly.)

Hook type DEFINATELY matters. you should be using AXNextFrame, as PM has a code that relies on it. i've only experienced freezing at the strap menu once when i added a bunch of files to the ISO. tho its possible could be an issue with BeX as well if you have something configured incorrectly. seems like most the issues you had are directly character PSA related. unfortunately not all characters are optomised for PM so they can behave very strangely with the new physics.
Pages:  1 2 [3] 4 5 6 ... 51