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
is part of
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
at line 10, its part of
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 }
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
}
}
--- 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;
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