ck3-tiger icon indicating copy to clipboard operation
ck3-tiger copied to clipboard

Checks Crusader Kings 3 user mod files for common mistakes and warns about them.

Results 7 ck3-tiger issues
Sort by recently updated
recently updated
newest added

Gold is not a required field for create_inspiration effect. It is used to override the base cost of the given inspiration type.

Currently tiger will accept scripted_button with no `name` and `desc` field. Such scripted_button will not trigger error logs, but will cause the game to crash after opening the journal entry...

According to my modding experience, there're several additional items shall be auto-checked by vic3-tiger: - Check whether the items of `activate_production_methods` inside `create_building` is valid for the given building type...

- The localization key of a modifier type is simply the type itself, with no `modifier_` prefix any more - `scope:law` in `can_impose` scope under law definitions produces `law_type` instead...

https://github.com/amtep/ck3-tiger/blob/114cd89884b9f74f129385c6fd978d2733b07795/vic3-tiger/src/lib.rs#L6 This should be updated to 1.7.1 (or 1.7.3 if #120 is merged)

https://github.com/amtep/ck3-tiger/blob/cd237cf69318dab5dcd3a65a16e7e820151c7706/src/ck3/tables/misc.rs#L294 "unknown sound event:/DLC/EP3/SFX/UI/Contracts/ep3_ui_contracts_failure_on_contract" "unknown sound event:/DLC/EP3/SFX/UI/Contracts/ep3_ui_contracts_success_on_contract" "unknown sound event:/DLC/EP3/SFX/UI/Contracts/ep3_ui_contracts_accept_contract"