Kitty Corp Meow Mix Forums

Super Smash Bros. Brawl Hacking => General Hacking Discussion => Topic started by: tjmsrubegoldberg on November 18, 2009, 08:26:44 AM



Title: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on November 18, 2009, 08:26:44 AM
Phantom Wings has made ANOTHER great code.  (Two actually) ;D

Code:
Stage Roster Expansion System: v1.1
E0000000 80008000
04043B20 3800003A
04043B40 1C060018
04043B58 38840018
04949C8C 3884B460
04949D10 3884B460
04949E20 3884B460
04949EFC 3884B460
C294A588 00000003
A063001A 2C030040
41800008 38600000
60000000 00000000
C294A1D0 00000003
7C7D1B78 2C03FFFF
40820008 3FA0003F
60000000 00000000
04015564 48000010
2042AEB0 00000041
0442AEB0 00000000
80000000 8042AEB0
80000001 8042AEB0
60000030 00000000
8A001801 00000000
86000000 00000024
86000001 00000018
62000000 00000000
0042B34C 024B0000
80000000 8042B348
80000001 00000040
80000002 00000031
60000008 00000000
4A001000 00000000
94210001 00000000
16000004 00000010
73745F63 7573746F
6D002E72 656C0000
94010002 0000000D
86000000 00000018
86000001 00000001
86000002 00000001
62000000 00000000
80000000 8042BC18
80000001 8042B460
8A010001 00000000
0042BC18 010F0000
80000000 8042BC14
80000001 8042B560
80000002 00000031
60000008 00000000
4A001001 00000000
94210000 00000000
4A001000 00000000
16000000 00000008
43757374 6F6D3100
94010002 00000006
86000000 0000000C
86000001 00000004
86000002 00000001
62000000 00000000
E0000000 80008000

Quote from: Phantom Wings
Simply put, this code will assign the stage ids 40 to 49 with file names for STGCUSTOM#.PAC and st_custom#.rel where # is a number 1 through 9.

For example, if you have three stages you want to load, you can name them STGCUSTOM1.PAC, STGCUSTOM2.PAC, and STGCUSTOM3.PAC. Then you can add the ids 40, 41, and 42 using Spunit's Custom Stage Select Screen code to add them into the stage roster.

For the module, you'll need to use this one ([url]http://www.mediafire.com/?1mmzzo5xyoy[/url]) for each stage. It has been modified specifically for being used by this code. It should work with all SSE modified .pac files and it also doesn't cause a sandbag to appear at the start of the match.

If you don't feel like re-arranging everything, I've provided a sample so you can check it out. Just copy the the folders and .wgc file to their appropriate locations.

Sample ([url]http://www.mediafire.com/?muizlwztm5j[/url])

the stages should be in the Melee section of the stage select screen.



In order to fix the freezing of replays with the Custom SSS, Phantom Wings modified Spunit's code to fix the freezes.

Code:
Custom SSS: Spunit, Phantom Wings
046B8F5C 7C802378
046B8F64 7C6300AE
040AF618 5460083C
040AF68C 38840002
040AF6AC 5463083C
040AF6C0 88030001
040AF6E8 3860FFFF
040AF59C 3860000C
060B91C8 00000018
BFA10014 7CDF3378
7CBE2B78 7C7D1B78
2D05FFFF 418A0014
006B929C 000000XX
066B99D8 000000XX
------------------------
S1S2S3S4 S5S6S7S8 << Brawl Stages
------------------------
0618131D 1E1B1C00
006B92A4 000000YY
066B9A58 000000YY
------------------------
M1M2M3M4 M5M6M7M8 << Melee Stages
------------------------
06407AAC 00000066
------------------------
Z1W1Z2W2 Z3W3Z4W4 << Stage Data
------------------------

Stages: (use these to fill the ZZ spaces)
01 BattleField
02 Final Destination
03 Delphino
04 Luigi's Mansion
05 Mushroomy Kingdom
06 Mario Circuit
07 75m
08 Rumble Falls
09 Pirate Ship
0B Norfair
0C Orpheon
0D Yoshi's Island
0E Halberd
13 Lylat Cruise
14 Pokèmon Stadium 2
15 Spear Pillar
16 Port Town Aero Dive
17 Summit
18 Flat Zone 2
19 Castle Siege
1C Warioware, inc.
1D Distant Planet
1E Skyworld
1F Mario Bros.
20 Newpork City
21 Smashville
22 Shadow Moses Island
23 Greenhill Zone
24 Pictochat
25 Hanenbow
26 Control Config
28 Results Screen
29 Temple
2A Yoshi's Island
2B Jungle Japes
2C Onett
2D Green Greens
2E Pokèmon Stadium
2F Rainbow Cruise
30 Corneria
31 Big Blue
32 Brinstar
33 Eldin Bridge
34 Homerun Contest
35 Stage Builder Stage
36 Allstar Healing Room
37 Wifi Waiting Room
38 Break the Targets

40 Custom1
41 Custom2
42 Custom3
43 Custom4
44 Custom5
45 Custom6
46 Custom7
47 Custom8
48 Custom9

Icons: (use these to fill the WW spaces)
01 Battlefield
02 Fine Destination
03 Delphino
04 Luigi's Mansion
05 Mushroomy Kingdom
06 Mario Circuit
07 75m
08 Rumble Falls
09 Pirate Ship
0A Eldin Bridge
0B Norfair
0C Orpheon
0D Yoshi's Island
0E Halberd
0F Lylat Cruise
10 Pokèmon Stadium 2
11 Spear Pillar
12 Port Town Aero Dive
13 Summit
14 Flat Zone
15 Castle Siege
16 Warioware, inc.
17 Distant Planet
18 Skyworld
19 Mario Bros.
1A Newpork City
1B Smashville
1C Shadow Moses Island
1D Greenhill Zone
1E Pictochat
1F+ Hanenbow

32 Temple
33 Yoshi's Island
34 Jungle Japes
35 Onett
36 Green Greens
37 Rainbow Cruise
38 Corneria
39 Big Blue
3A Brinstar
3B Pokèmon Stadium

If you want an already filled out Fixed Custom SSS code (Filled out by Phantom Wings):

Code:
Custom SSS:
046B8F5C 7C802378
046B8F64 7C6300AE
040AF618 5460083C
040AF68C 38840002
040AF6AC 5463083C
040AF6C0 88030001
040AF6E8 3860FFFF
040AF59C 3860000C
060B91C8 00000018
BFA10014 7CDF3378
7CBE2B78 7C7D1B78
2D05FFFF 418A0014
006B929C 0000001F
066B99D8 0000001F
00010203 04050709
080A0B0C 0D0E0F10
11141516 1A191217
0618131D 1E1B1C00
006B92A4 00000013
066B9A58 00000013
1F202122 25242326
27282A2B 2C2D2E2F
30313200 00000000
06407AAC 00000066
01010202 03030404
05050606 07070808
0909330A 0B0B0C0C
0D0D0E0E 130F1410
15111612 17131814
19151C16 1D171E18
1F19201A 211B221C
231D241E 251F2932
2A332B34 2C352D36
2F373038 3139323A
2E3BFFFF 40024101
42024301 44024501
46024701 48020000


Last code:

Code:
Enable Random Expansion Stages v1.1
C26B7A6C 00000005
3860001F 2C120000
41820008 3860000A
7C101800 41800008
38000001 7C800379
60000000 00000000

This allows the extra stages to be selected when choosing Random, if I understand it correctly.



Original link:
http://www.smashboards.com/showpost.php?p=8873491&postcount=283

That link goes to version 1.0. Version 1.1 and the new Custom SSS code can be found two pages after that post.


Title: Re: Stage Roster Expansion System Code
Post by: Gazoinks on November 18, 2009, 08:56:19 AM
How is PW so freakin' amazing?  This is totally awesome!


Title: Re: Stage Roster Expansion System Code
Post by: Segtendo on November 18, 2009, 08:59:19 AM
Phantom Wings is now more than a god.
So many stages :D


Title: Re: Stage Roster Expansion System Code
Post by: Alphatron on November 18, 2009, 12:02:22 PM
Phantom Wings is Miyamoto in disguise.


Title: Re: Stage Roster Expansion System Code
Post by: Scootaloo on November 18, 2009, 01:12:57 PM
what exactly is a wgc file?


Title: Re: Stage Roster Expansion System Code
Post by: Hakumen on November 18, 2009, 05:30:21 PM
what exactly is a wgc file?

I believe they're USB Gecko compatible. All I know is, is that it's the extension my USB Gecko reads which has codes in them.


Title: Re: Stage Roster Expansion System Code
Post by: Segab on November 18, 2009, 07:42:58 PM
Phantom Wings is Miyamoto in disguise.
I think so.
Or he's Miyamoto².


Title: Re: Stage Roster Expansion System Code
Post by: ItalianStallion on November 19, 2009, 01:50:18 AM
im kind of confused on what this code does..?


Title: Re: Stage Roster Expansion System Code
Post by: Segtendo on November 19, 2009, 08:12:46 AM
im kind of confused on what this code does..?
It adds more stages on the Melee stages screen. You choose what stage you want to duplicate and put it in the code.
The stages will be names STGCUSTOMx.pac (X being the number of the stage)


Title: Re: Stage Roster Expansion System Code
Post by: DMN666 on November 19, 2009, 06:38:37 PM
Can someone make a ready code?


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on November 19, 2009, 08:39:01 PM
Can someone make a ready code?

Quote from: Phantom Wings
Custom SSS:
046B8F5C 7C802378
046B8F64 7C6300AE
040AF618 5460083C
040AF68C 38840002
040AF6AC 5463083C
040AF6C0 88030001
040AF6E8 3860FFFF
040AF59C 3860000C
060B91C8 00000018
BFA10014 7CDF3378
7CBE2B78 7C7D1B78
2D05FFFF 418A0014
006B929C 0000001F
066B99D8 0000001F
00010203 04050709
080A0B0C 0D0E0F10
11141516 1A191217
0618131D 1E1B1C00
006B92A4 00000013
066B9A58 00000013
1F202122 25242326
27282A2B 2C2D2E2F
30313200 00000000
06407AAC 00000066
01010202 03030404
05050606 07070808
0909330A 0B0B0C0C
0D0D0E0E 130F1410
15111612 17131814
19151C16 1D171E18
1F19201A 211B221C
231D241E 251F2932
2A332B34 2C352D36
2F373038 3139323A
2E3BFFFF 40024101
42024301 44024501
46024701 48020000


This code includes the extra 9 stages added to the Melee stage tab.


Title: Re: Stage Roster Expansion System Code
Post by: Chaotix000 on November 20, 2009, 12:32:37 PM
I don't exactly understand this. Can someone dumb its usage down for me? Way down if possible?


Title: Re: Stage Roster Expansion System Code
Post by: Dotz on November 20, 2009, 05:49:10 PM
or add some more USEFULL stage to it? like the subspace ones? (the ones where you fight someone, not the adventure type ones.


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on November 20, 2009, 07:46:09 PM
...
You can add the SSE stages. That's the point of this code. Just stage swap them with the original file (provided in the first post by Phantom Wings) and rename them to each of the nine extra stages.

Basically, these codes add nine extra stages to the Melee tab of the stage select screen, which can be swapped to be playable SSE stages or any other stage, making it so that you can select these stages from the stage select screen just like any other normal stage. No button activators or replacing of usable stages necessary.

Simplest way to say it: Phantom Wings made another amazing code. (And fixed a slightly buggy old code.)


Title: Re: Stage Roster Expansion System Code
Post by: DMN666 on November 20, 2009, 09:15:23 PM
 :oshi: yes i fail i still dont get i.Do i just Copy and paste the code and load the fecker?I dont edit the code?
I also got only 4 SSE stages.


Title: Re: Stage Roster Expansion System Code
Post by: Dotz on November 20, 2009, 10:06:58 PM
it would be MUCH more help to say what these 9 stages are, and if they are empty slots, what they can be.


Title: Re: Stage Roster Expansion System Code
Post by: Gazoinks on November 20, 2009, 10:31:57 PM
They're empty slots, they can be any stage.  You could make them all Mario Bros. but no one wants that. XD


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on November 21, 2009, 01:20:28 AM
Also:
http://www.smashboards.com/showpost.php?p=8901553&postcount=380

I guess someone found an error in Phantom Wings' Fixed Custom SSS code and fixed it. I'm not sure if this "fix" actually fixes anything or not, but if the original Fixed Custom SSS code doesn't work for you, try this.  :>.>:


Also also: Yes, the 9 stages are all BLANK. They can be replaced by ANY stage.


Also also also: Yeah, you should just copy the two codes (separately) and add them (along with the File Loader of course) into the .gct file.


Title: Re: Stage Roster Expansion System Code
Post by: Segtendo on November 21, 2009, 09:21:29 AM
Quote from: Phantom Wings
Custom SSS:
046B8F5C 7C802378
046B8F64 7C6300AE
040AF618 5460083C
040AF68C 38840002
040AF6AC 5463083C
040AF6C0 88030001
040AF6E8 3860FFFF
040AF59C 3860000C
060B91C8 00000018
BFA10014 7CDF3378
7CBE2B78 7C7D1B78
2D05FFFF 418A0014
006B929C 0000001F
066B99D8 0000001F
00010203 04050709
080A0B0C 0D0E0F10
11141516 1A191217
0618131D 1E1B1C00
006B92A4 00000013
066B9A58 00000013
1F202122 25242326
27282A2B 2C2D2E2F
30313200 00000000
06407AAC 00000066
01010202 03030404
05050606 07070808
0909330A 0B0B0C0C
0D0D0E0E 130F1410
15111612 17131814
19151C16 1D171E18
1F19201A 211B221C
231D241E 251F2932
2A332B34 2C352D36
2F373038 3139323A
2E3BFFFF 40024101
42024301 44024501
46024701 48020000
So I put this code in. I have STGCUSTOM1 and STGCUSTOM2. I know the order after the stages. When I choose them, the game freezes :oshi:
Help here?


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on November 21, 2009, 03:16:36 PM
So I put this code in. I have STGCUSTOM1 and STGCUSTOM2. I know the order after the stages. When I choose them, the game freezes :oshi:
Help here?


Also:
[url]http://www.smashboards.com/showpost.php?p=8901553&postcount=380[/url]

I guess someone found an error in the code and fixed it. I'm not sure if this "fix" actually fixes anything or not, but...  :>.>:


Also also: Yes, the 9 stages are all BLANK. They can be replaced by ANY stage.


Also also also: Yeah, you should just copy the two codes (separately) and add them (along with the File Loader of course) into the .gct file.



Did you try this ^^^? (I don't know if it'll help or not, but it may.)


EDIT: Also, I've added another code from Phantom Wings that allows the extra nine stages to be selected by picking Random on the Stage Selection Screen. (It's in the first post.)


Title: Re: Stage Roster Expansion System Code
Post by: Eternal Yoshi on November 21, 2009, 05:04:14 PM
For those who didn't see it, here an example of the filled out SSS code for SRE.

Code:
By SPunit262/Phantom Wings
046B8F5C 7C802378
046B8F64 7C6300AE
040AF618 5460083C
040AF68C 38840002
040AF6AC 5463083C
040AF6C0 88030001
040AF6E8 3860FFFF
040AF59C 3860000C
060B91C8 00000018
BFA10014 7CDF3378
7CBE2B78 7C7D1B78
2D05FFFF 418A0014
006B929C 0000001F
066B99D8 0000001F
00010203 04050709
080A0B0C 0D0E0F10
11141516 1A191217
0618131D 1E1B1C00
006B92A4 00000013
066B9A58 00000013
1F202122 25242326
27282A2B 2C2D2E2F
30313200 00000000
06407AAC 00000066
01010202 03030404
05050606 07070808
0909330A 0B0B0C0C
0D0D0E0E 130F1410
15111612 17131814
19151C16 1D171E18
1F19201A 211B221C
231D241E 251F2932
2A332B34 2C352D36
2F373038 3139323A
2E3BFFFF 40024101
42024301 44024501
46024701 48020000

Here's V1.1 of the Stage Roster Expansion system code
Code:
By Phantom Wings
E0000000 80008000
04043B20 3800003A
04043B40 1C060018
04043B58 38840018
04949C8C 3884B460
04949D10 3884B460
04949E20 3884B460
04949EFC 3884B460
C294A588 00000003
A063001A 2C030040
41800008 38600000
60000000 00000000
C294A1D0 00000003
7C7D1B78 2C03FFFF
40820008 3FA0003F
60000000 00000000
04015564 48000010
2042AEB0 00000041
0442AEB0 00000000
80000000 8042AEB0
80000001 8042AEB0
60000030 00000000
8A001801 00000000
86000000 00000024
86000001 00000018
62000000 00000000
0042B34C 024B0000
80000000 8042B348
80000001 00000040
80000002 00000031
60000008 00000000
4A001000 00000000
94210001 00000000
16000004 00000010
73745F63 7573746F
6D002E72 656C0000
94010002 0000000D
86000000 00000018
86000001 00000001
86000002 00000001
62000000 00000000
80000000 8042BC18
80000001 8042B460
8A010001 00000000
0042BC18 010F0000
80000000 8042BC14
80000001 8042B560
80000002 00000031
60000008 00000000
4A001001 00000000
94210000 00000000
4A001000 00000000
16000000 00000008
43757374 6F6D3100
94010002 00000006
86000000 0000000C
86000001 00000004
86000002 00000001
62000000 00000000
E0000000 80008000
This fixes freezes with Smashville, SPear Pillar and SMI.

Here's an sample pack made by Phantom Wings with 9 SSE stages and the .rels already added for you.
http://www.mediafire.com/?muizlwztm5j
Just put it in the SD card in the pf folder.


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on November 21, 2009, 07:34:58 PM
For those who didn't see it, here an example of the filled out SSS code for SRE.

(Codes)

This fixes freezes with Smashville, SPear Pillar and SMI.

Here's an sample pack made by Phantom Wings with 9 SSE stages and the .rels already added for you.
[url]http://www.mediafire.com/?muizlwztm5j[/url]
Just put it in the SD card in the pf folder.




:P I already posted both of the codes in this thread. (The code in the first post is version 1.1, and the filled out Custom SSS is a few posts up.)

The sample files were also posted in the first post.


Title: Re: Stage Roster Expansion System Code
Post by: Segtendo on November 22, 2009, 09:03:50 AM
Ok. I got the .rel's. Now a few questions:
-Where does the .wgc go (I don't have USB Gecko FYI)?
-Does this work only for SSE Stages?
-how do I insert this code? http://www.smashboards.com/showpost.php?p=8901553&postcount=380 (http://www.smashboards.com/showpost.php?p=8901553&postcount=380)


Title: Re: Stage Roster Expansion System Code
Post by: kiro on November 22, 2009, 04:43:26 PM
For some reason, when I have the Enable Random Stage code enabled, I get an error screen in hex codes on the screen. Any ideas?


Title: Re: Stage Roster Expansion System Code
Post by: rederci939 on November 30, 2009, 04:30:25 PM
now we only need to find out how to make custom stage builder objects and we can make our own fully custom stages :D


Title: Re: Stage Roster Expansion System Code
Post by: DMN666 on December 04, 2009, 05:44:24 PM
That link,i downloaded it and i dont what to do with it?


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on December 04, 2009, 05:59:15 PM
Quote from: Eldiran
Okay, seriously, guys.  No offense, but this code comes with like the most thorough example I've ever seen.  Look, just use these two codes:


(Stage Roster Expansion System Code (In the first post))
and
(Phantom Wings' Fixed Custom SSS code (Also in the first post))

And download this .zip file:

Sample ([url]http://www.mediafire.com/?muizlwztm5j[/url]) (Provided by Phantom Wings)

Put the .pacs in pf/stage/melee and put the .rels in pf/module.  Ignore the .wgc.

If you want to use one of your own STGONLINETRAINING.pacs, just replace one of the sample files.


^^^ I think this explains most of the frequently asked questions.


Title: Re: Stage Roster Expansion System Code
Post by: Segab on December 05, 2009, 02:55:15 PM
Quote from: Eldiran
Okay, seriously, guys.  No offense, but this code comes with like the most thorough example I've ever seen.  Look, just use these two codes:


(Stage Roster Expansion System Code (In the first post))
and
(Phantom Wings' Fixed Custom SSS code (Also in the first post))

And download this .zip file:

Sample ([url]http://www.mediafire.com/?muizlwztm5j[/url]) (Provided by Phantom Wings)

Put the .pacs in pf/stage/melee and put the .rels in pf/module.  Ignore the .wgc.

If you want to use one of your own STGONLINETRAINING.pacs, just replace one of the sample files.

can't be simpler than that, thanks!


Title: Re: Stage Roster Expansion System Code
Post by: Allbait on December 10, 2009, 07:11:57 AM
These codes take a lot of lines... Do they work even when the code manager line limit (of 256 lines) is reached?


Title: Re: Stage Roster Expansion System Code
Post by: Chaotix000 on December 10, 2009, 07:18:23 AM
Depends on what yr using to load the codes. Gecko os let's u use like a [censored] ton of lines but other ones usually don't. I know the usb loader gx let's u use more than 256 lines kuz I have a lot of codes on and it still works for me.


Title: Re: Stage Roster Expansion System Code
Post by: Allbait on December 10, 2009, 07:42:08 AM
:af: Gecko lets us use lots of codes!!! I didn't know that!!! Now I can turn ALL my codes on and add these! (My codes all together are like over 500 lines :P)


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on December 10, 2009, 08:09:48 AM
Quote from: brkirch
Add these lines to your Gecko 1.8.0.2+ gameconfig.txt file to allow for more SSBB codes to be loaded at the same time:
Code:

RSBE01:
codeliststart = 80570000
codelistend = 80580000
poke(800042B8, 60000000)
poke(803E9930, 60000000)

I believe you have to use this in order to allow Gecko OS to use over 256 lines. (Although, I'm not sure if anything has changed concerning this in the latest versions of Gecko.)


Title: Re: Stage Roster Expansion System Code
Post by: Chaotix000 on December 10, 2009, 08:18:48 AM
The latest gecko should b all good. I didn't do anything to mine and it let me use over 256 lines


Title: Re: Stage Roster Expansion System Code
Post by: DMN666 on December 10, 2009, 04:09:21 PM
Here's V1.1 of the Stage Roster Expansion system code
Code:
By Phantom Wings
E0000000 80008000
04043B20 3800003A
04043B40 1C060018
04043B58 38840018
04949C8C 3884B460
04949D10 3884B460
04949E20 3884B460
04949EFC 3884B460
C294A588 00000003
A063001A 2C030040
41800008 38600000
60000000 00000000
C294A1D0 00000003
7C7D1B78 2C03FFFF
40820008 3FA0003F
60000000 00000000
04015564 48000010
2042AEB0 00000041
0442AEB0 00000000
80000000 8042AEB0
80000001 8042AEB0
60000030 00000000
8A001801 00000000
86000000 00000024
86000001 00000018
62000000 00000000
0042B34C 024B0000
80000000 8042B348
80000001 00000040
80000002 00000031
60000008 00000000
4A001000 00000000
94210001 00000000
16000004 00000010
73745F63 7573746F
6D002E72 656C0000
94010002 0000000D
86000000 00000018
86000001 00000001
86000002 00000001
62000000 00000000
80000000 8042BC18
80000001 8042B460
8A010001 00000000
0042BC18 010F0000
80000000 8042BC14
80000001 8042B560
80000002 00000031
60000008 00000000
4A001001 00000000
94210000 00000000
4A001000 00000000
16000000 00000008
43757374 6F6D3100
94010002 00000006
86000000 0000000C
86000001 00000004
86000002 00000001
62000000 00000000
E0000000 80008000
This fixes freezes with Smashville, SPear Pillar and SMI.
I loved thisbut can someone add Online Waiting Room and that Test Stage(The one with the crappy camera)


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on December 10, 2009, 04:46:20 PM
Here's V1.1 of the Stage Roster Expansion system code
Code:
By Phantom Wings
E0000000 80008000
04043B20 3800003A
04043B40 1C060018
04043B58 38840018
04949C8C 3884B460
04949D10 3884B460
04949E20 3884B460
04949EFC 3884B460
C294A588 00000003
A063001A 2C030040
41800008 38600000
60000000 00000000
C294A1D0 00000003
7C7D1B78 2C03FFFF
40820008 3FA0003F
60000000 00000000
04015564 48000010
2042AEB0 00000041
0442AEB0 00000000
80000000 8042AEB0
80000001 8042AEB0
60000030 00000000
8A001801 00000000
86000000 00000024
86000001 00000018
62000000 00000000
0042B34C 024B0000
80000000 8042B348
80000001 00000040
80000002 00000031
60000008 00000000
4A001000 00000000
94210001 00000000
16000004 00000010
73745F63 7573746F
6D002E72 656C0000
94010002 0000000D
86000000 00000018
86000001 00000001
86000002 00000001
62000000 00000000
80000000 8042BC18
80000001 8042B460
8A010001 00000000
0042BC18 010F0000
80000000 8042BC14
80000001 8042B560
80000002 00000031
60000008 00000000
4A001001 00000000
94210000 00000000
4A001000 00000000
16000000 00000008
43757374 6F6D3100
94010002 00000006
86000000 0000000C
86000001 00000004
86000002 00000001
62000000 00000000
E0000000 80008000
This fixes freezes with Smashville, SPear Pillar and SMI.
I loved thisbut can someone add Online Waiting Room and that Test Stage(The one with the crappy camera)


Umm... That's not the Custom SSS code. The Custom SSS code (Completely filled out by Phantom Wings ((Including all of the "special" stages)) is in the first post in this thread.)


Title: Re: Stage Roster Expansion System Code
Post by: Allbait on December 11, 2009, 09:25:26 AM
 :srs: My gecko is version 1.9.0.1 and it said the max lines is 425... Whats the latest version of gecko?  :kdance:


Title: Re: Stage Roster Expansion System Code
Post by: Chaotix000 on December 11, 2009, 09:39:48 AM
Pretty sure that's the latest one


Title: Re: Stage Roster Expansion System Code
Post by: DMN666 on December 11, 2009, 01:21:23 PM
Oh what ever i just want Those 2 stages i asked back-in,That is all.


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on December 11, 2009, 04:51:39 PM
Oh what ever i just want Those 2 stages i asked back-in,That is all.



They ARE in... Just not in the code you quoted. THAT code doesn't control the SSS, it allows for the 9 extra stages to be loaded. The Custom SSS code is the one that lets you pick those two stages. THAT code is, once again, in the first post.

EDIT: Also, the latest version of Gecko OS is 1.9.3. (Not 1.9.0.3, just 1.9.3)

(1.9.3 Post on WiiRd) (http://wiird.l0nk.org/forum/index.php?PHPSESSID=a58368399708c847a89992dee591f42a&/topic,3228.0.html)


Title: Re: Stage Roster Expansion System Code
Post by: DMN666 on December 11, 2009, 06:52:56 PM
Yeah...wait i cant have those lovely SSE stages and my WiFiWaiting room? In the same SSS?
I have the code that lets me have it(CSSS).
Oh i see it...can you do it for me?I dont know how those go...i will repay you in hugz!
Thanks for the new Gecko.


Title: Re: Stage Roster Expansion System Code
Post by: tjmsrubegoldberg on December 12, 2009, 05:00:06 PM
Yeah...wait i cant have those lovely SSE stages and my WiFiWaiting room? In the same SSS?
I have the code that lets me have it(CSSS).
Oh i see it...can you do it for me?I dont know how those go...i will repay you in hugz!
Thanks for the new Gecko.

...

The Custom SSS code, with all 9 extra stage slots AND ALL OF THE OTHER STAGES LIKE WIFI WAITING ROOM AND CONFIG TEST SELECTABLE FROM THE SSS, is available FULLY FILLED OUT by Phantom Wings in the first post of this thread.


EDIT: Also, the Enable Random Expansion Stages code has been updated to v1.1 (in the first post of this thread).


Title: Re: Stage Roster Expansion System Code
Post by: ALiBi212 on February 20, 2010, 10:28:36 PM
all hail phantom wings!