LavaGang / MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
https://discord.gg/2Wn3N2P
Apache License 2.0
2.48k stars 479 forks source link

Added new MelonAdditionalCredits Attribute #406

Closed ghost closed 1 year ago

ghost commented 1 year ago

For if a mod author might want to credit someone or something else when the mod is loaded. Used a separate attribute instead of MelonInfo to not break backwards compatibility.

RinLovesYou commented 1 year ago

LGTM, @HerpDerpinstine seems like a good feature to add?

GrahamKracker commented 1 year ago

Maybe allow people to have "titles" where you can put things like Artist: Idea by:

stuff like that instead of just "additional credit: "

ghost commented 1 year ago

I could totally rework it for that