views
57
likes
2
Game Community
StarRing Community
10 Members

Comments

What do you think?
No comments yet.
Free

Mania HUD With ECF And MISC Support

Version: 5.0.08 months ago
Free

Mania HUD With JNVL And Misc Support

Version: 2.0.01 day ago
ECF And Misc Build

This Mania HUD Has Super/Hyper Activation,ECF,and MISC Support.

The GB Version Is Outdated so this is the latest version of this mod.

Sonic 3 A.I.R Mod

Soo, How do I Add Compat for my misc or ECF Character? Well I'm Glad you asked,

For Misc, Go to the Helper Functions script you should see something like this:

// Changes the lives icon for HUD

function string getCharacterLivesIcon(u8 character)

{

// example, change to your own slot

if MISC.player1.character == CHARACTER_CUSTOM

return "hud_lives_icon_custom"

return base.getCharacterLivesIcon(character)

}

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

function string getCharacterLivesIcon(u8 character)

{

// example, change to your own slot

if (MISC.player1.character == CHARACTER_CUSTOM && Mods.isModActive("SMP-HUD")) //new condition
        return "hud_lives_icon_custom_Mania"
    else if MISC.player1.character == CHARACTER_GOKU //script default
        return "hud_lives_icon_custom"

return base.getCharacterLivesIcon(character)

}

For ECF fans!

replace ID Number With Whatever your ECF ID Char Number is!

function string getCharacterLivesIcon(u8 character)

{

// example, change to your own slot

if (getECFCharBufferId(A0) == ID Number && Mods.isModActive("SMP-HUD")) //new condition
        return "hud_lives_icon_custom_Mania"
    else
        return "hud_lives_icon_custom"

return base.getCharacterLivesIcon(character)

}



all-ages

I forgot to mention that Super/Hyper HUD Is only for Mod compat with Someone&Knux Seperate Super hyper sprites which you can find using this link.

https://gamebanana.com/mods/558742

ESU Build Is still available to those who still use it but i will no longer be making mods that have anything to do with ESU, it is getting replaced by ECF and Misc because they are the goats! There's only room for 2 Kings YK!

Hello Everyone So New Update for the Mod,

As you all know ESU Support is being replaced by ECF Support due to ESU Being Outdated!

Shadow Has a New Mania HUD Icon

ES Super Sonic Has Been Replaced with Naite!