Skip to content

Commit

Permalink
Use removable_file_blocks_roa.txt to FileTweaker
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 5, 2025
1 parent 50b66ef commit a6c17d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ImperatorToCK3/Outputter/FileTweaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ public static async Task RemoveUnneededPartsOfFiles(ModFilesystem ck3ModFS, stri
Logger.Info("Reading unneeded parts of Fallen Eagle files...");
ReadPartsOfFileToRemove(partsToRemovePerFile, "configurables/removable_file_blocks_tfe.txt", warnIfNotFound: true);
}

if (config.RajasOfAsiaEnabled) {
Logger.Info("Reading unneeded parts of Rajas of Asia files...");
ReadPartsOfFileToRemove(partsToRemovePerFile, "configurables/removable_file_blocks_roa.txt", warnIfNotFound: true);
}

await RemovePartsOfFiles(partsToRemovePerFile, ck3ModFS, outputModPath);
}
Expand Down

0 comments on commit a6c17d8

Please sign in to comment.