Rivals of Aether

Rivals of Aether

Miiverse
 This topic has been pinned, so it's probably important
Flophawk  [developer] 8 Oct, 2023 @ 12:58am
Miiverse Compatability Guide
Adding compatability for your character is easy! There are just 3 steps:

Drawing Your Post(s)
First, grab the post template![imgur.com]

One of these can also be found in the files of the stage, if this link ever stops working. (Please let me know if it does, too.)

Using the brush sizes in the template, draw anything you like, and as many posts as you'd like! But please remember, only draw in black and white. The red border also shouldn't be touched, obviously-

I personally reccomend sourcing posts from other people as well, to recreate that communal vibe of the original Miiverse!

Adding Posts To Your Characters Files
Once you have one or more posts, place them in your characters /sprites folder. The filename doesn't matter.

If you have multiple posts, place them horizontally in a sheet like you would any other sprite, and add the _strip# to the end (also like any other sprite.)

Initializing The Post
Final step! In your character's init.gml, include the line
miiverse_post = sprite_get("your sprite name here");
with the name of your sprite from step 2. (Also exclude the _strip#) when you do this! I assume you know that, but you never know who's reading.)

When you're done, hop in the stage with your character and test it out! For an easier viewing experience,you can also use Zard's Miiverse Viewer Buddy


This is a guide for adding Miiverse posts to your own Workshop characters. If you'd like a post added to someone elses character, consider contracting them!
If you'd like to submit a basecast post, please do so in the basecast submission thread!
Last edited by Flophawk; 27 Jul, 2024 @ 9:26pm