SuperKirbylover submitted a new mod:
(LUA) Character Select Version Identifier - Helps with backwards and in-dev compatibility!
Read more about this 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 as1.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...