Issue:
Custom history entries doesn’t appear in game.
Trigger Event:
Try to create a custom history entry for a unit
Repro Steps:
Follow the standard process for making an history entry according to vanilla files :
- in MyMod\game\data\strings\English\history\units add a myunit.txt file
- in this file, write STR_HISTORY_UNITS_MYUNIT
- in stringmods.txt add ID = “STR_HISTORY_UNITS_MYUNIT” ; Str = “My unit story”
But in game, the story doesn’t appear
I even tried to include my unit to the compendium with learning_materials.xml. It works but still no story.
After testing it’s like the game doesn’t recognize our “history” folder…