vic3_tiger/lib.rs
1use tiger_bin_shared::GameConsts;
2
3// LAST UPDATED VIC3 VERSION 1.9.0
4pub const GAME_CONSTS: &GameConsts = &GameConsts {
5 name: "Victoria 3",
6 name_short: "Vic3",
7 version: "1.10.4 (Kaffee)",
8 app_id: 529_340,
9 signature_file: "game/events/titanic_events.txt",
10 paradox_dir: "Victoria 3",
11};