Rivals of Aether

Rivals of Aether

SSL Template
15 Comments
Rioku  [author] Jul 16, 2024 @ 7:10pm 
Hey all there was a major bug with the updated vfx on the template in death.gml that would cause a crash when a character died to a deathbox

Please copy the death.gml from the latest update or add

if(!instance_exists(stage_explosion_obj)) {exit;}

after

var stage_explosion_obj = instance_nearest(x, y, asset_get("stage_explosion_obj"));

There's also a longtime movement bugfix out that you can add by adding the pre_update.gml file and updating your set_attack.gml file with the new one. There shouldn't be any issues with updating characters.
Rioku  [author] Jun 8, 2024 @ 4:43pm 
SSL Template has been updated with a lot of new VFX, updating to this template is a bit hard and requires replacing all scripts on the character except those in your attack folder, attack update and update.

The new hud uses a CSS toggle and is set to off by default, however turning it on will enable the SSL hud on all SSL characters with this update only on the PC of the player who turns it on in online play.
hexie Jun 15, 2022 @ 10:23am 
i feel dumb rn, how do i use the template at all
Aperson Jun 5, 2022 @ 12:42pm 
Genuinely the best template on Workshop. Everything is so well explained in the code and its also optimised in a way that will help improve performance codewise. The fact this is better than most full scale Rivals templates says a lot.
B@d Dec 11, 2021 @ 8:14am 
how do i change this
(as in textures)
explodingcreeperdude Oct 10, 2021 @ 8:39pm 
oh ok
Rioku  [author] Oct 10, 2021 @ 7:03pm 
The sleep is a custom status effect we created for SSL Solid Snake, but it's also being used on a few in development characters and has support with Cloud and Machamp
explodingcreeperdude Oct 10, 2021 @ 6:10pm 
What does Sleep (Smash Land Rivals) mean?
explodingcreeperdude Oct 10, 2021 @ 6:08pm 
ok (I meant Gameboy colors, but thanks for letting me know anyway)
Rioku  [author] Oct 10, 2021 @ 5:54pm 
All of the colors can be changed, the colorful alt just has cheatcodes you can do on round start to change the colors.
explodingcreeperdude Oct 10, 2021 @ 5:26pm 
Can we get a thing to show which colors can be used in these?
explodingcreeperdude Oct 9, 2021 @ 12:46pm 
Oh, OK. Thanks for letting me know
Rioku  [author] Oct 9, 2021 @ 5:45am 
Yeah this was made with zetta's permission since they can't keep updating it with every change we make as new issues get found out and fixes.

Originally it was going to be just zettas build but people find new strange interactions in ssl all the time that need fixing.
explodingcreeperdude Oct 8, 2021 @ 8:01pm 
Didn't Zetta already do one?
webking321 Oct 8, 2021 @ 7:11pm 
that's a good way to start as a beginner