• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Llamaohnedrama

Recruit
Aug 29, 2014
3
0
hi, im new to ck2 modding. ive managed to merge some basic mods in order to free up load order space, now trying to fix a tooltip mod as its absolutely refusing to work on my end. Currently the mod is useable but there is crash when exiting back to main menu, trying to find which one is causing that.
using the validator it gave me 2 errors for the tooltip mod im trying to fix and i dont know what to do about them.
1.
--- Error 1 of 1 ---
Parse Failure
Path: <mod>\localisation\customizable_localisation\00_customizable_localisation_TooltipOverhaul.txt
Approximate location: Line 2465, column 32
Error: Token "=" at line 2465, column 32 is part of a list and thus must be a literal.

what is at line 2465
Code:
NOT = { num_of_lovers = 1 }
is part of
Code:
defined_text = {
    name = GetLover
   
    use_first_valid = yes
    text = {
        trigger = {
            NOT = { num_of_lovers = 1 }
        }
        localisation_key = [This.Lover.GetFullName]
    }
    text = {
        localisation_key = None
    }
}
2.
--- Error 1 of 1 ---
Parse Failure
Path: <mod>\localisation\00_TooltipOverhaul.csv
Approximate location: Line 10, column 1
Error: Expected 8 columns, but actually 2 columns at line 10.

there is only
Code:
CHAR_AGE;
at line 10, its part of

Code:
#CODE;ENGLISH;FRENCH;GERMAN;;SPANISH;;;;;;;;;;;x
CHAR_AGE;
Health: §Y[This.GetHealth]§!\nFertility: §Y[This.GetFertility]§!\nEthnicity: §Y[This.GetEthnicity]§!\nSecret Religion: §Y[This.GetReligion]§!\nBastard of §Y[This.GetRealFather]§!\nLover: §Y[This.GetLover]§!\nPlot: §Y[This.GetPlotName]§!\n[This.GetMystic];Santé: §Y[This.GetHealth]§!, Fertility: §Y[This.GetFertility]§!\nEthnique: §Y[This.GetEthnicity]§!\nReligion Secrète: §Y[This.GetReligion]§!\nBâtard de §Y[This.GetRealFather]§!\nAmant: §Y[This.GetLover]§!\nComplot: §Y[This.GetPlotName]§!\n[This.GetMystic];Gesundheit: §Y[This.GetHealth]§!, Fruchtbarkeit: §Y[This.GetFertility]§!\nEthnische: §Y[This.GetEthnicity]§!\nGeheime Religion: §Y[This.GetReligion]\nBastard von §Y[This.GetRealFather]§!\nLiebhaber: §Y[This.GetLover]§!\nVerschwörung: §Y[This.GetPlotName]§!\n[This.GetMystic];Salud: §Y[This.GetHealth]§!, Fertilidad: §Y[This.GetFertility]§!\nEtnicidad: §Y[This.GetEthnicity]§!\nReligión Secreta: §Y[This.GetReligion]§!\nBastardo de §Y[This.GetRealFather]§!\nAmante: §Y[This.GetLover]§!\nConspiración: §Y[This.GetPlotName]§!\n[This.GetMystic]; ;;;;;;;;;;;x
 

Attachments

  • tooltipoverhaul.zip
    4,8 KB · Views: 0