Skip to content

Commit 889a275

Browse files
authored
Target playset selection (#2892) #minor
<img width="667" height="637" alt="obraz" src="https://github.com/user-attachments/assets/959b4f22-c300-4ede-b619-3e89bb0fa521" />
1 parent 02cd61b commit 889a275

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ImperatorToCK3/Configuration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ private void RegisterKeys(Parser parser) {
7070
parser.RegisterKeyword("CK3directory", reader => CK3Path = reader.GetString());
7171
parser.RegisterKeyword("targetGameModPath", reader => CK3ModsPath = reader.GetString());
7272
parser.RegisterKeyword("selectedMods", reader => {
73+
SelectedCK3Mods.Clear();
7374
SelectedCK3Mods.UnionWith(reader.GetStrings());
7475
Logger.Info($"{SelectedCK3Mods.Count} mods selected by configuration.");
7576
});

ImperatorToCK3/Data_Files/fronter_configuration/fronter-configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ converterReleaseForumThread = "https://forum.paradoxplaza.com/forum/threads/impe
1515
pagesCommitIdUrl = "https://paradoxgameconverters.com/commit_ids/ImperatorToCK3.txt"
1616

1717
autoGenerateModsFrom = targetGameModPath
18+
targetPlaysetSelectionEnabled = true
19+
1820
progressOnCopyingComplete = 100 # Final progressbar value after completion of mod copying.
1921

2022
requiredFolder = {

ImperatorToCK3/Data_Files/fronter_configuration/zzz_frontend_override_l_english.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)