Jaezmien / NotITG-Moo

↖🐄 Another NotITG + Outfox Template
MIT License
4 stars 0 forks source link
notitg stepmania
# NotITG-Moo > A NotITG + Outfox File Framework

📄 Acknowledgements

This framework was originally based from mod templates such as XeroOl's Mirin Template and KyDash's Template.

🧰 Features

🔨 Setting Up

It's recommended to use NotITG-Init to easily set up the framework, and the template.

Alternatively, you can clone/download this repository, and the template you'll be using, and merge them to your simfile folder.

🤝 Compatibility

This framework, and templates, tries its best to be compatible with Outfox and OpenITG.

To have compatibility for any of these, you will need to use #BGCHANGES instead of #BETTERBGCHANGES.

You will also need to check out settings.lua.

🎣 Hooks

To prevent load order confusion, it's recommended to put functions inside hooks.

Example:

init_hooks{'modfile initialize',function()
    -- Guaranteed to exist when this function is ran.
    local P1 = SCREENMAN:GetTopScreen():GetChild('PlayerP1')
end}

🔗 Additional Links