0 of 0

File information

Last updated

Original upload

Created by

SaveMeWhoAMI

Uploaded by

SaveMeWhoAMI

Virus scan

Safe to use

About this mod

Change the color of any recipe created

Permissions and credits
RGBA edits for already created products 

I don't know if this is doable in any of the mod menus since I don't use them but for those who also don't here's how

Go to AppData\locallow\TVGS\Schedule I\Saves\"click the large number text folder"\SaveGame_1\Products\CreatedProducts

Then click on any created products json files you have and open in any program that's capable such as notepad 

You will see something along the lines of this 

{
    "DataType": "MethProductData",
    "DataVersion": 0,
    "GameVersion": "0.3.3f15",
    "Name": "Miracle Mint",
    "ID": "miraclemint",
    "DrugType": 1,
    "Properties": [
        "brighteyed",
        "jennerising"
    ],
    "AppearanceSettings": {
        "MainColor": {
            "r": 255,
            "g": 163,
            "b": 251,
            "a": 255
        },
        "SecondaryColor": {
            "r": 229,
            "g": 206,
            "b": 252,
            "a": 255
        }
    }
}

Under appearance settings you can change any of the r g b a numbers to any other number that is 255 or below.  For codes look online for sites that provide rgba numbers

You can also change the name of the product and any properties it has with known ones on other products.

Make sure to back up any of these files and saves because one thing wrong can completely remove the product from a loaded save but a s long as you replace it with the backup the product will return when you load in again as long as you didn't save.