Skip to content

Commit

Permalink
Add a frontend option for skipping the game-generated CoA extraction (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Dec 16, 2024
1 parent f10e4c9 commit c1844ab
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,26 @@ option = {
}
}

option = {
name = SkipDynamicCoAExtraction
displayName = SKIP_DYNAMIC_COA_EXTRACTION
tooltip = SKIP_DYNAMIC_COA_EXTRACTION_TIP
radioSelector = {
radioOption = {
name = 0
displayName = SKIP_DYNAMIC_COA_EXTRACTION_0
tooltip = SKIP_DYNAMIC_COA_EXTRACTION_0_TIP
default = true
}
radioOption = {
name = 1
displayName = SKIP_DYNAMIC_COA_EXTRACTION_1
tooltip = SKIP_DYNAMIC_COA_EXTRACTION_1_TIP
default = false
}
}
}

option = {
name = output_name
displayName = MODNAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ l_english:
BOOKMARKDATE: "CK3 bookmark date (AD, optional)"
BOOKMARKDATETIP: "Anno Domini date of the generated CK3 bookmark, can not be earlier than the Anno Domini Imperator save date. Leave empty to default to Imperator save's current date."
BOOKMARKDATETIP2: "Anno Domini date of the generated CK3 bookmark, can not be earlier than the Anno Domini Imperator save date. Leave empty to default to Imperator save's current date."

SKIP_DYNAMIC_COA_EXTRACTION: "Should game-generated CoA extraction be skipped?"
SKIP_DYNAMIC_COA_EXTRACTION_TIP: "Whether the converter should launch Imperator to automatically extract all game-generated flags."
SKIP_DYNAMIC_COA_EXTRACTION_0: "No"
SKIP_DYNAMIC_COA_EXTRACTION_0_TIP: "The converter will launch Imperator to extract all game-generated flags."
SKIP_DYNAMIC_COA_EXTRACTION_1: "Yes"
SKIP_DYNAMIC_COA_EXTRACTION_1_TIP: "The converted will not launch Imperator to extract all game-generated flags."

0 comments on commit c1844ab

Please sign in to comment.