my customChar turned into a ERROR char in, even using a TEMPLATE

Jun 13, 2026
4
0
30
i try my customChar to sm64coop in CS mod, the problem is, it turns into a ERRORchar
that is not also the problem i also export the mario_character_template that i used from github, i did not change anything in the template
i just export it and put it in the mods folder
but when i try the character_template as a playable character,
it is also a ERRORchar the template is also a ERRORchar

look at this img

Template: GitHub - coop-deluxe/character-template: A character Template of Mario that allows more possibilities of what's possible. Created for Super Mario 64 PC Port, specifically for Coop Deluxe!
 
Last edited:
Hey, I’ve run into this error a bunch of times before. In most cases, it comes down to a naming mismatch in the character’s main.lua.

What usually fixes it is going into the script and checking the register section. Make sure the character name used there matches exactly with the one used in Character Select. Even a small difference (capital letters, spacing, symbols) can cause the error.
 

Users who are viewing this thread