Whenever I save this statstring below as XcomUtil_Statstrings.rul and turn on the XcomUtil Statstring mod,
# Based on XcomUtil by Scott Jones and BladeFireLight
# See https://www.ufopaedia.org/index.php?title=Statstrings
# These are the default statStrings from XcomUtil.
# Melee has been added as a value that can be reported by statstrings. Use "melee:" as the criteria.
statStrings:
- string: "x"
psiStrength: [~, 30]
- string: "P"
psiStrength: [80, ~]
- string: "p"
psiStrength: [60, 79]
- string: "K"
psiSkill: [60, ~]
- string: "k"
psiSkill: [30, 59]
- string: "b"
bravery: [60, ~]
- string: "c"
bravery: [~, 10]
- string: "w"
strength: [~, 25]
- string: "M"
firing: [70, ~]
- string: "m"
firing: [60, 69]
- string: "R"
reactions: [60, ~]
- string: "r"
reactions: [50, 59]
- string: "H" strength: [50, ~]
- string: "h" strength: [40,49]
- string: "F" melee: [70, ~]
- string: "f" melee: [50,69]
- string: "!" throwing: [50, ~]
and turn on the XcomUtil Statstring mod, I get an "end of map not found on line 12 column 8" or something (the error message won't let me copy it or interact with any other window or it will clothes itself. Upon copying and pasting that here, I can see that my entries are somehow formatted differently but it doesn't show up as any different in notepad so I have no idea how to fix it. Maybe it looks better in some other environment, but the default statstring .rul file makes no sense in terms of formatting in notepad. Help? Thanks in advance!