SMGCommunity / Whitehole-Neo

A Modern editor for Super Mario Galaxy 1 & 2
12 stars 3 forks source link

AreaObj limit checker #31

Closed AwesomeTMC closed 1 month ago

AwesomeTMC commented 6 months ago

Make Whitehole check if you have used the allotted amount of areas in that galaxy. If you have, it will warn you in a similar way to the Required Value checkers. These limits are defined in AreaObjLimits.json, like so:

{
    "Name": "SwitchArea",
    "Limit": 64,
    "Game": 0
}

In the future, support to override this will be implemented.

AwesomeTMC commented 1 month ago

Initial version added in 843f743142e9c4794c9fa64a8f3d68ea798d6016 and finished in aca20b087d69facab60c7c09a787c2e87009cc8e