Mod icon

(LUA) Character Select Version Identifier

SuperKirbylover

Member
Modder
Mar 24, 2024
12
1
9
230
21
superkirbylover.me
Pronouns
She/He/They
SuperKirbylover submitted a new mod:

(LUA) Character Select Version Identifier - Helps with backwards and in-dev compatibility!

If you're like me, you may want to play the most up-to-date version of Character Select. This includes in-dev versions, however, detecting if you're above a specific version can be hard when it's labeled as 1.8.1 (In-Dev). That's why I whipped up this section of code, originally meant for my own in-development mods!

Code:
if _G.charSelectExists and SM64COOPDX_VERSION then
    local curVers =...

Read more about this mod...
 

Users who are viewing this thread