Skip to content

Commit

Permalink
Handle replaceable_file_blocks_roa.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 19, 2025
1 parent ff29662 commit 7bd79d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ImperatorToCK3/Outputter/FileTweaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ public static async Task ModifyAndRemovePartsOfFiles(ModFilesystem ck3ModFS, str
if (config.RajasOfAsiaEnabled) {
Logger.Info("Reading unneeded parts of Rajas of Asia files...");
ReadPartsOfFileToRemove(partsToModifyPerFile, "configurables/removable_file_blocks_roa.txt", warnIfNotFound: true);

Logger.Info("Reading parts of Rajas of Asia files to modify...");
ReadPartsOfFileToReplace(partsToModifyPerFile, "configurables/replaceable_file_blocks_roa.txt", warnIfNotFound: true);
}

bool isVanilla = config.GetCK3ModFlags()["vanilla"];
Expand Down

0 comments on commit 7bd79d7

Please sign in to comment.