I've copied the defines.lua file from vanilla CK2 and modded these four lines:
Then saved it in the CK2+ common folder. But when I play the portraits still switch at the vanilla 16/30/50 ages. Why isn't this working?
Code:
PORTRAIT_ADULT_MALE_AGE_THRESHOLD = 14, -- Male child to adult age portrait switch
PORTRAIT_ADULT_FEMALE_AGE_THRESHOLD = 13, -- Female child to adult age portrait switch
PORTRAIT_MID_AGE_THRESHOLD = 35, -- Middle age switch for character portraits
PORTRAIT_OLD_AGE_THRESHOLD = 55, -- Old age switch for character portraits
Then saved it in the CK2+ common folder. But when I play the portraits still switch at the vanilla 16/30/50 ages. Why isn't this working?