Skip to content

[Request] Add compatability support for Wikithis #773

@TheCrossBoy

Description

@TheCrossBoy

The Wikithis mod makes it easy to look for the relevant details for a mod in an instant. Providing support for this would make accessing information about the mod very easy without requiring too much work.

In theory, something along the lines of this should work:

StarlightRiver/Compat/Wikithis/Wikithis.cs

namespace StarlightRiver.Compat.Wikithis
{
    public static class WikithisCall
    {
        public static void CallWikithis()
        {
            if (ModLoader.TryGetMod("Wikithis", out Mod wikithis))
            {
                wikithis.Call("AddModURL", StarlightRiver.Instance, "https://starlightrivermod.wiki.gg/wiki/{}");
            }
        }
    }
}

Having something like this would make playing the mod in its early days much easier! While I know I could make a PR for this, I don't have anything setup for Terraria modding myself and as a non-contributor, I didn't think I should do that.

PS, you've done incredible work so far on the mod. Even in this early state, you've made one of the coolest boss experiences I've had so far, and I'm still early into the content the mod has. Keep up the great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or requestHelp WantedExtra attention is neededLow PriorityMinor visual or compat issues with no major gameplay impact

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions