amtep / ck3-tiger

Checks Crusader Kings 3 user mod files for common mistakes and warns about them.
GNU General Public License v3.0
35 stars 13 forks source link

Several false-positives for Vic3 1.7.* #122

Closed dragon-archer closed 1 month ago

dragon-archer commented 3 months ago
dragon-archer commented 3 months ago

Another two:

amtep commented 2 months ago
* The localization key of `diplomatic action` is also the action name itself, with no `_name` suffix

Hmm, it already is checked that way... but in addition to the action name itself, it checks for {key}_action_name and {key}_action_propose_name. I don't know where they're used in the UI but those keys are present for all vanilla actions.

* `diplomatic_pact_other_country(XXX) = YYY` should accept 2 country scopes, instead of value scope

Fixed in main :)

amtep commented 1 month ago

All fixed in 1.1.0, except for the diplomatic action one where I believe tiger is already correct.