Rivals of Aether

Rivals of Aether

Weegee
 This topic has been pinned, so it's probably important
DonGT  [developer] 1 Apr, 2024 @ 3:27pm
Weegeefied sprites
When hit by Weegee's NSpecial (Weegee Virus) your character will typically turn into Weegee, however you can make a custom sprite for your character to turn into instead!

weegeefied_sprite - What the sprite changes to when hit by Weegee nspecial.
Ex: weegeefied_sprite = sprite_get("weegeefied_sprite");

weegeefied_sprite_id - The current frame when Weegee'd, useful for alternate sprites for specific states.
Ex: if("weegeefied" in self && weegeefied && curState == "Ascended")weegeefied_sprite_id = 1;

weegeefied_draw_sprite Used for if you want Weegee to draw something, mainly used to have that part recolor with Weegee.
Ex: weegeefied_draw_sprite = sprite_get("weegeefied_draw_sprite");

weegee_offset - Used to offset the arrow indicator above your head!


As for the sprite, you can use Weegee's idle![i.imgur.com]
Last edited by DonGT; 3 Apr, 2024 @ 7:35pm
< >
Showing 1-5 of 5 comments
chrismrhach 1 Apr, 2024 @ 5:24pm 
The sprite becomes larger than the idle sprite do you know how to fix this?
DonGT  [developer] 1 Apr, 2024 @ 6:21pm 
Originally posted by crismrhach:
The sprite becomes larger than the idle sprite do you know how to fix this?
Does your character use 'small_sprites'? As Weegee will scale your small_sprites to 1 if it's 0, and set it back. And if they do use it then it shouldn't touch it.

This is actually my fault, as it messes with it and only should if they lack the sprite, I'll make a fix and it'll be out soon enough!
Last edited by DonGT; 1 Apr, 2024 @ 6:24pm
chrismrhach 1 Apr, 2024 @ 7:10pm 
Several characters dont use small sprites so it's not practical. This compat was made for felix's characters since they use small sprites but It would be better if they didn't use small sprites with characters that don't use small sprites.
DonGT  [developer] 1 Apr, 2024 @ 7:19pm 
Originally posted by crismrhach:
Several characters dont use small sprites so it's not practical. This compat was made for felix's characters since they use small sprites but It would be better if they didn't use small sprites with characters that don't use small sprites.
They're not required to use small sprites, I was stating that I made a mishap. Felix isn't the only one to use small_sprites. You can not use it and it'll work, I just made a mishap for the feature for it so it accidentally scales it despite having a custom sprite, as I said I will fix it.
Last edited by DonGT; 1 Apr, 2024 @ 7:25pm
autistic and dumb 22 Dec, 2024 @ 5:58pm 
hey imma do weegeeify thing
< >
Showing 1-5 of 5 comments
Per page: 1530 50