views
19
likes
1

Comments

What do you think?
No comments yet.
Free

sonic_mania_2_revamped_title_cards_full_60

Version: 2.0.0about 8 hours ago

Title cards in the Custom style of Sonic Mania 2 Revamped.

How do I make my MISC character compatible with this mod?
Okay, for that, in the Helper Functions script you should see something like this:
//Tested only on level results (still doesn't work well on special stages)
function string getCharacterResultsNameplate(u8 character)
{
    // example, change to your own slot
    if MISC.player1.character == CHARACTER_CHARNAME //script default
        return "result_nameplate_char6"
    return base.getCharacterResultsNameplate(character)
}

Simply replace CHARNAME with your character and in new condition add the name of the new sprite, leaving the one below intact.

function string getCharacterResultsNameplate(u8 character)
{
    // example, change to your own slot
    if (MISC.player1.character == CHARACTER_CHARNAME && Mods.isModActive("sm2r-title-cards")) //new condition
        return "Result_Nameplate_CharName"
    else if MISC.player1.character == CHARACTER_CHARNAME //script default
        return "result_nameplate_whatever u want"
    return base.getCharacterResultsNameplate(character)
}

I will be accepting requests on result sprite characters, so if u have a request, drop it in the comments!

Credits: Achickmcnuggie and Atomic Rey (Amy galore compat) for making this possible!

You Need this mod to work



all-ages
Nothing has been posted to this project page yet. Check back later!