|
| 1 | + |
| 2 | +languages = { |
| 3 | + # This will check only english localizations |
| 4 | + check = "english" |
| 5 | +} |
| 6 | + |
| 7 | +# Allows configuring what reports are printed by CK3-Tiger. |
| 8 | +filter = { |
| 9 | + # Whether to report about problems in vanilla game files. |
| 10 | + # Setting this to 'yes' results in a LOT of spam. |
| 11 | + # Optional boolean value, defaults to no. |
| 12 | + show_vanilla = no |
| 13 | + |
| 14 | + # Whether to report about problems in mods loaded via the load_mod sections. |
| 15 | + # Optional boolean value, defaults to no. |
| 16 | + show_loaded_mods = yes |
| 17 | + |
| 18 | + # Contains rules for reports, using trigger syntax. |
| 19 | + # Only reports matching the trigger will be printed. |
| 20 | + # The root trigger is an AND block, just like any other trigger. |
| 21 | + trigger = { |
| 22 | + AND = { |
| 23 | + severity >= Warning |
| 24 | + |
| 25 | + NOR = { |
| 26 | + key = "strict-scopes" |
| 27 | + key = "scopes" |
| 28 | + |
| 29 | + text = "OR with only one item inside is probably not what you intended" |
| 30 | + |
| 31 | + # vanilla issues |
| 32 | + text = "missing english localization key d_tyrol_adj" |
| 33 | + text = "missing english localization key d_lothian_adj" |
| 34 | + text = "missing english localization key d_valois_adj" |
| 35 | + text = "missing english localization key d_thessaly_adj" |
| 36 | + text = "missing english localization key d_tripolitania_adj" |
| 37 | + text = "missing english localization key d_kashgar_adj" |
| 38 | + text = "missing english localization key d_halych_adj" |
| 39 | + text = "missing english localization key d_soghd_adj" |
| 40 | + text = "missing english localization key d_balkh_adj" |
| 41 | + text = "missing english localization key d_kroumerie_adj" |
| 42 | + text = "missing english localization key d_kairouan_adj" |
| 43 | + text = "missing english localization key d_makran_adj" |
| 44 | + text = "missing english localization key d_rayy_adj" |
| 45 | + text = "missing english localization key d_kirman_adj" |
| 46 | + text = "missing english localization key d_hormuz_adj" |
| 47 | + text = "missing english localization key d_rif_adj" |
| 48 | + text = "missing english localization key d_samarra_adj" |
| 49 | + text = "missing english localization key d_kurdistan_adj" |
| 50 | + text = "missing english localization key d_badakhshan_adj" |
| 51 | + text = "missing english localization key d_sutiya_adj" |
| 52 | + text = "missing english localization key d_kamarupanagara_adj" |
| 53 | + text = "missing english localization key d_tirabhukti_adj" |
| 54 | + text = "missing english localization key d_vanga_adj" |
| 55 | + text = "missing english localization key d_suhma_adj" |
| 56 | + text = "missing english localization key d_para_lauhitya_adj" |
| 57 | + text = "missing english localization key d_sous_adj" |
| 58 | + text = "missing english localization key d_zab_adj" |
| 59 | + text = "missing english localization key d_ajmer_adj" |
| 60 | + text = "missing english localization key d_karashar_adj" |
| 61 | + text = "missing english localization key d_altay_adj" |
| 62 | + text = "missing english localization key d_nasa_adj" |
| 63 | + text = "missing english localization key d_khorezm_adj" |
| 64 | + text = "missing english localization key d_uzboy_adj" |
| 65 | + text = "missing english localization key d_laamp_" # ignores all missing adjectives for LAAMP titles |
| 66 | + } |
| 67 | + } |
| 68 | + } |
| 69 | +} |
| 70 | + |
| 71 | +# Sometimes ck3-tiger makes a mistake in determining the scope types expected |
| 72 | +# by a scripted trigger or effect. Its conclusions can be overridden here. |
| 73 | +# Scope overrides can be ALL (to accept any scope) or a list separated by |, |
| 74 | +# like character|province|landed_title |
| 75 | +scope_override = { |
| 76 | + artifact_low_rarity_trigger = ALL |
| 77 | + artifact_medium_rarity_trigger = ALL |
| 78 | + artifact_high_rarity_trigger = ALL |
| 79 | + artifact_region_trigger = ALL |
| 80 | +} |
| 81 | + |
| 82 | +# Optional block to control output styles and colors. Colors are enabled by default. |
| 83 | +# Another way to disable all ANSI characters in the output is to supply the --no-color flag. |
| 84 | +# That flag will override anything you define here, in the config file. |
| 85 | +output_style = { |
| 86 | + # Default value is 'yes', except with ck3-tiger-auto when it is default 'no'. |
| 87 | + # If set to 'no', no ANSI characters will be added to the output and the output will not be colored. |
| 88 | + # Also, all other settings in this block will be ignored. |
| 89 | +# enable = yes |
| 90 | + |
| 91 | + # Optional block to set the error color. |
| 92 | +# error = { |
| 93 | +# # Default is red. Supported values are Black, Red, Green, Yellow, Blue, Purple, Cyan, White. |
| 94 | +# color = "red" |
| 95 | +# } |
| 96 | + # Optional block to set the warning color. |
| 97 | +# warning = { |
| 98 | +# # Default is yellow. Supported values are Black, Red, Green, Yellow, Blue, Purple, Cyan, White. |
| 99 | +# color = "yellow" |
| 100 | +# } |
| 101 | + # Optional block to set the info color. |
| 102 | +# info = { |
| 103 | +# # Default is green. Supported values are Black, Red, Green, Yellow, Blue, Purple, Cyan, White. |
| 104 | +# color = "green" |
| 105 | +# } |
| 106 | + # Optional block to set the advice color. |
| 107 | +# untidy = { |
| 108 | +# # Default is cyan. Supported values are Black, Red, Green, Yellow, Blue, Purple, Cyan, White. |
| 109 | +# color = "cyan" |
| 110 | +# } |
| 111 | + |
| 112 | +} |
0 commit comments