Rivals of Aether

Rivals of Aether

Mii Sportsman
SussyShart  [developer] 30 Apr, 2022 @ 1:27pm
Compatability Guide
To add compatability, add this to load.gml

sprite_change_offset("[Regular Head Sprite Name]", 45, 86);
sprite_change_offset("[Idle, Dash, Walk, Crouch, Roll Forward, Waveland Sprite Name]", 32, 73);

This obvious but make sure the idle, dash, etc sprite names are separated.

Also add this to init.gml

cstwidle = sprite_get([Head Idle Sprite Name])
cstwheadspr = sprite_get([Head Sprite Name])
cstwdash = sprite_get([Head Dash Sprite Name])
cstwcrouch = sprite_get([Head Crouch Sprite Name])
cstww = sprite_get([Head Waveland Sprite Name])
cstwr = sprite_get([Head Roll Forward Sprite Name])

You maybe askin where do I find the sprites and the answer is it's in the character's files. So go to the download file/sprites and you should see templates there. Make your own head then slap it across some of the animations and you're good to go.

You should be good to go. This feature is heavily in beta so dont expect some 5 star sh*t
Last edited by SussyShart; 30 Apr, 2022 @ 1:27pm
< >
Showing 1-1 of 1 comments
chrismrhach 16 Nov, 2023 @ 8:32am 
can you fix some of the head possitions when he crouches his head becomes flatter and i have difficulties setting the right spot and shape so can you fix the templates?
< >
Showing 1-1 of 1 comments
Per page: 1530 50