Yeah Ive always used notepad++ and when counting the entries wierdness happens. The counter sais i got in total 7871 entries but my original counter was 7763. Whats wierd is that when I set the counter to 7763 the game works fine (except the menu buttons) but when I set it to 7871 a lot of errors appear in dev exe.
Stuff like :
Text FileArchive missing Label.
File: C:\Users\[...]\Mods-Rebellion v1.04 Dev\MyMod\String\English.str
Label: StringInfo
Line Number:23291
Line Contents: Value "This save file requires the following DLC to play: %s."
and if i skip it, it just goes on and on incrementally:
Text FileArchive missing Label.
File: C:\Users\[...]\Mods-Rebellion v1.04 Dev\MyMod\String\English.str
Label: StringInfo
Line Number:23311
Line Contents: Value "This save file requires the following DLC to play: %s."
and so on and on
File: C:\Users\[...]\Mods-Rebellion v1.04 Dev\MyMod\String\English.str
Label: StringInfo
Line Number:23333
Line Contents: Value "This save file requires the following DLC to play: %s."
The wierdness is the fact that the file finishes with the line 23292 which is the empty line at the end of the file. The errors go on for idk how much but well outside the file line counter (you know, left side of notepad++ tells you the line number).
Idk if you understand what I mean, not really good at explaining things. Again, if i set the string count to 7763, other than the missing main menu buttons, everything else works, ive played for a bit with TEC and couldnt find anything else missing.