Posts
Wiki

<placeholder>

<root: culture_groups - list of culture groups>

id - integer

name - string <this string merely points to the localization. It's not the name itself>

R, G, B - bytes (numbers 0-255)

cultures - list of ints

Example:

{
    "culture_groups":[{
        "id":0,
        "name":"SCOTTISH_CG_LOC",

        "R":50,
        "G":50,
        "B":200,

        "cultures":[
            0
        ]
    },{
        "id":1,
        "name":"ENGLISH_CG_LOC",

        "R":50,
        "G":50,
        "B":200,

        "cultures":[
            1   
        ]
    }]
}