Character Pack (Old)

From MK7
Revision as of 22:21, 6 August 2020 by PabloMK7 (talk | contribs)
Jump to navigation Jump to search

Character Packs is a feature in CTGP-7 MyStuff folder that allows configuring all the assets related to custom characters. Character packs can then be individually enabled from the CTGP-7 Custom Character Manager.

Structure

Each Character Pack contents must be placed inside its own folder. This folder (which will be refered to as the root folder) can have any name, as long as it is less than 32 letters.
The contents of the root folder have the following structure:

- Driver (optional)
- Kart (optional)
- bcsarSoundData.ips (optional)
- config.ini
- menuSoundData.ips (optional)
- stdWingColor.ips (optional)
- UI.sarc (optional)
- voiceSoundData.ips (optional)

config.ini

This file is the only mandatory one for the Character Pack to be recognized by the mod. It dictates which character should this pack replace, as well as the custom character names in different languages. Here is an example of a config.ini file: (You can use it as a template for your own character pack.)

name_ENG :: Example Name :: Ex. N.
name_DEU :: Example Name :: Ex. N.
name_DUT :: Example Name :: Ex. N.
name_FRA :: Example Name :: Ex. N.
name_ITA :: Example Name :: Ex. N.
name_JAP :: Example Name :: Ex. N.
name_POR :: Example Name :: Ex. N.
name_RUS :: Example Name :: Ex. N.
name_SPA :: Example Name :: Ex. N.

origChar :: mr

Name Entries

Each one of the name_(Language Code) entries define how the custom character will be named ingame. Only the entry for the currently loaded Language Pack is used. If the entry for the current language pack doesn't exist, the english entry is used instead. (Making it the only mandatory one.)

Original Character

The origChar entry defines which original character the Character Pack should replace. Here is a table for all the original character codes:

Code Name
bw Bowser
dk Donkey Kong
ds Daisy
hq Honey Queen
kt Koopa Troopa
lg Luigi
lk Lakitu
mr Mario
mtl Metal Mario
pc Peach
rs Rosalina
sh Shy Guy
td Toad
wig Wiggler
wr Wario
ys Yoshi

UNDER CONSTRUCTION