Models
On this screen, you can set the folder that will contain any models the chpack will contain

They are 2 main models a character needs
- The main model (the one use by you)
- The LOD model (the one used by AI)
In the game's file you can see that the names are like this mr.bcmdl
, lg.bcmdl
, mr_lod.bcmdl
or lg_lod.bcmdl
. We don't use that naming in CHPACK but generic name, so you have to name
the files like this driver.bcmdl
and driver_lod.bcmdl
You can get a model that will only appear on the character selection screen if you put a bcmdl
named driver_menu.bcmdl
into the folder to be imported into your CHPACK
You can also add any other models in this folder to be imported into your CHPACK (for example custom kart)
but those needs to be named as it is in the romfs of the game
Not properly named models could result of a game crash