Rivals of Aether

Rivals of Aether

39 ratings
The Toppin Squad
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
377.613 KB
14 Dec, 2024 @ 11:10am
16 Jan @ 4:55pm
5 Change Notes ( view )

Subscribe to download
The Toppin Squad

Description
look! it's the Toppins from Pizza Tower!
---
The Toppin's from Pizza Tower are now here as a single buddy, yep all 5 of them! This isn't your basic buddy however...
---
Taunts - The Toppin's have 20 variations of taunts they can use.
---
Panic Mode - On the last stock they enter panic mode like in Pizza Time!
---
Now has compatibility with:
- Fake Peppino
- Cheese Wheel [DE]
- Engineer 2
Thanks to some code by MaxOrSmthn!
---
Stuff I used.
---
Peppino - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2904498757 - By Mr Nart and McPig
Gustavo & Brick - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3377296434 - By TheSmashWaffle #savetf2
Gerome - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3234751283 - By tiny timothy
Pepperman - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3161644277 - By qwerty and Caninou
The Vigilante - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3229005679 - By Maraslumunus and Caninou
The Noise - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2990315396 - By Mudkid
Fake Peppino - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3383638884 - By MaxOrSmthn
Pizzaface & Pizzahead - ttps:/steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3341393875 - By Maraslumunus and Caninou
Snick - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3327565446 - By Reaver of Souls and Caninou
Doise - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3212334399 - By Fredster and NiceandKindFriend91
Papa Louie - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2993281658 - By CircleGuy
-
John Gutter - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2990307873 - By Mudkid
Pepperman's Studio - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3266068323 - By SweetTooth
Vigilante's Western - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3228711926 - By Nin
The Noise Arena - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2990312214 - By Mudkid
Bruno's Pizza - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3383309174 - By MaxOrSmthn
Top of the Tower - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3341363982 - By SweetTooth
Snick Amateur Games Expo - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3321139631 - By SweetTooth
---
🍕✨🍄🧀🍅🌭🍍✨🍕
12 Comments
MiningBoy 10 Feb @ 1:27am 
based for not making the gals
EpicRootBeerBunny 1 Feb @ 4:59pm 
My only complaint is that in my opinion the toppings are to big, in the game they are like only a bit taller then Peppino's leg.
Just Wadin  [author] 29 Dec, 2024 @ 4:00pm 
How would the Toppin's even play? Someone else could still make em playable anyways.
glissondray92 29 Dec, 2024 @ 11:57am 
why does every cool chararacter i want was to be a buddy
Just Wadin  [author] 19 Dec, 2024 @ 3:42pm 
No way.
maX2005 19 Dec, 2024 @ 2:41pm 
topin ghals next? :3
MaxOrSmthn 15 Dec, 2024 @ 3:59pm 
You could check the buddy's owner characer for a variable and trigger the taunt if it's set to true. I have some code from a different rivals project you could use, just paste this at the beggining of update.gml:

var _taunt = false;
with (owner)
{
if("toppin_buddy_taunt" in self)
{
_taunt = toppin_buddy_taunt;
toppin_buddy_taunt = false;
}
}

then if _taunt is true you just need to set the buddy's state to "taunt", state_timer to 0 and run your sprite randomizer code. If you do that then any character could make your buddy taunt by setting toppin_buddy_taunt to true anywhere in their code
Just Wadin  [author] 15 Dec, 2024 @ 3:17pm 
I don't now if that's possible but I can try it.
MaxOrSmthn 15 Dec, 2024 @ 3:01pm 
Could you make it possible to trigger the toppins' taunt from their owner character? I'd love to make Fake Peppino's N-special trigger it
MaxOrSmthn 15 Dec, 2024 @ 2:54am 
They look awesome :D