Skip to content

Commit

Permalink
Update for TFE's 2025-01-27 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 28, 2025
1 parent c7e9268 commit 7ab4ac1
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 86 deletions.
2 changes: 1 addition & 1 deletion ImperatorToCK3/CK3/Characters/CharactersLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void LoadCK3Characters(ModFilesystem ck3ModFS, Date bookmarkDate) {
loadedCharacters.Add(character);
});
parser.IgnoreAndLogUnregisteredItems();
parser.ParseGameFolder("history/characters", ck3ModFS, "txt", recursive: true);
parser.ParseGameFolder("history/characters", ck3ModFS, "txt", recursive: true, logFilePaths: true);

// Make all animation_test_ characters die on 2.1.1.
foreach (var character in loadedCharacters) {
Expand Down
Loading

0 comments on commit 7ab4ac1

Please sign in to comment.