Rivals of Aether

Rivals of Aether

37 ratings
SSL Template
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
488.804 KB
Oct 8, 2021 @ 6:14pm
Jul 17, 2024 @ 1:14am
20 Change Notes ( view )

Subscribe to download
SSL Template

Description
Designed as a template to let you make Smash Land characters more easily. This template is designed for people new to Rivals modding as well as a general base for all Super Smash Land demake characters. It has a lot of tools and features built in to make sure Smash Land characters work as intended.

There's a bunch of coding tutorials and the like built in to this template as well as everything you need to change to make a Smash Land character.


You can grab Zetta's original version of Landbert over here: https://steamcommunity.com/sharedfiles/filedetails/?id=2606520547

Credit to Pejota for the original template.
Special thanks to Bernard0 and Bar-kun for making custom hit effects for this.
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.