Skip to content

Configuration

Coppertine edited this page Apr 22, 2024 · 3 revisions

Requires Mod Configuration

A massive feature of this mod is the ability to set your own custom username. By default, your steam username and steam level is used instead of your PC username and 532 within the email.

Default json file

{
    "CMD_HOME_PATH": false,
    "REPLACED_NAME": "STEAM",
    "CUSTOM_NAME": "USER",
    "CUSTOM_EMAIL_NUM": "532",
    "EMAIL_DOMAIN": "email"
}

Values

CMD_HOME_PATH: true / false (default: false)

Reverts any command prompt / terminal file paths to use the home directory.
By default (false), home path is set to DRIVELETTER://Users\mod_username (i.e. C:\\Users\Coppertine)

(Not recommended to be set to true unless you are fine with the PC username in the command prompt)


REPLACED_NAME: STEAM, CUSTOM, DEFAULT (default: STEAM)

Changes how the username is created.

STEAM grabs from your Steam username and uses your Steam Level for your email address (i.e. coppertine11@email)
CUSTOM allows the user to set a custom username and email address.
DEFAULT uses the username addressed from KinitoPET (not recommended unless you want to change the email domain only)


CUSTOM_NAME: string (default: USER)

Changes the username to a custom value
Only works if REPLACED_NAME is set to CUSTOM


CUSTOM_EMAIL_NUM: string (default: 532)

Changes the email number (appears before @email in the email address)
Only works if REPLACED_NAME is set to CUSTOM


CUSTOM_EMAIL_DOMAIN: string (default: email)

Changes the email domain (appears after the @ in the email address)
Only works if REPLACED_NAME is set to CUSTOM

Clone this wiki locally