ck3_tiger/
lib.rs

1use tiger_bin_shared::GameConsts;
2
3pub const GAME_CONSTS: &GameConsts = &GameConsts {
4    name: "Crusader Kings 3",
5    name_short: "CK3",
6    version: "1.17.0 (Ascendant)",
7    app_id: 1_158_310,
8    signature_file: "game/events/witch_events.txt",
9    paradox_dir: "Crusader Kings III",
10};