So this is a new mode concept me and a friend have been trying to get working for brawl's special versus. its based off this code:
It works fine for the regular cast. but seems to have issues with BeX clones in brawl. (for anyone not familiar with BeX, its basically copying an original character into a new spot, effectively cloning them for movesets and animation without overwriting existing characters) Not being as fluent in coding, i was hoping to see if someone could help us expand on this a bit.
So the code allows you to save a location by pressing L+R+DpadUp then pressing L+R+DpadDown to return to that location any time. we need to expand on it a bit to turn it into a [fairer?] special mode xD
1) We need to expand the code so all 4 players can use it separately. currently only 1st player can use it.
2) We need to get the code to read the clones, currently it skips over them (this might just be an ID offset that needs to be changed to accommodate the Ex ones)
3) We want to add a cool down on the code. so it can't be spamed to prevent you from flying off the stage.
Here is a video of it in action. Samus is a standard character, Sirkura is a clone.
If needed I can give a link to the mod itself.
- Code:
teleportation [Igglyboo]
C2912EF0 0000000A
C0190060 9421FF80
BC410008 3DC0805B
61CEA488 81CE0000
2C0E0068 40820024
3DC08062 61CE1270
7C0EC800 40820014
3DC08052 61CE0000
D00E0010 D02E0014
B8410008 38210080
60000000 00000000
82200004 80520010
82200005 80520014
205BA488 00000064
80000000 80623320
80000001 00000000
60000006 00000000
60000003 00000001
4A001000 00000000
4A101001 00000000
36000000 00000032
58010000 00000004
DE000000 80008180
58010000 00000060
DE000000 80008180
58010000 00000018
94210005 0000000C
94210004 00000010
80100001 00000008
62000000 00000001
E200000F 00000000
80000001 00000000
80100000 00000000
62000000 00000000
E0000000 80008000
It works fine for the regular cast. but seems to have issues with BeX clones in brawl. (for anyone not familiar with BeX, its basically copying an original character into a new spot, effectively cloning them for movesets and animation without overwriting existing characters) Not being as fluent in coding, i was hoping to see if someone could help us expand on this a bit.
So the code allows you to save a location by pressing L+R+DpadUp then pressing L+R+DpadDown to return to that location any time. we need to expand on it a bit to turn it into a [fairer?] special mode xD
1) We need to expand the code so all 4 players can use it separately. currently only 1st player can use it.
2) We need to get the code to read the clones, currently it skips over them (this might just be an ID offset that needs to be changed to accommodate the Ex ones)
3) We want to add a cool down on the code. so it can't be spamed to prevent you from flying off the stage.
Here is a video of it in action. Samus is a standard character, Sirkura is a clone.
If needed I can give a link to the mod itself.