feat(bookmarks): add bookmark background art and suppress vanilla bookmarks

Add background DDS art for the "End of an Empire" bookmark and
reference it in the bookmark definition. Add vanilla bookmark
suppression file to hide all base-game bookmarks since this is a
total conversion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 20:53:01 +01:00
co-authored by Claude Opus 4.6
parent e685d5a72e
commit 3d2315f3ea
3 changed files with 24 additions and 0 deletions
@@ -7,6 +7,7 @@ bm_end_of_an_empire = {
start_date = "1020.1.1"
is_playable = yes
recommended = yes
background = "gfx/interface/bookmarks/bm_end_of_an_empire.dds"
weight = {
value = 100
@@ -0,0 +1,23 @@
############################################
# Suppress all vanilla bookmarks
# Total conversion — only Mistborn bookmarks should appear
############################################
bm_867_iberia = { is_playable = no }
bm_867_northmen = { is_playable = no }
bm_867_adventurers = { is_playable = no }
bm_867_carolingians = { is_playable = no }
bm_867_mandalas = { is_playable = no }
bm_1066_hastings = { is_playable = no }
bm_1066_rags_to_riches = { is_playable = no }
bm_1066_iberia = { is_playable = no }
bm_1066_laamps = { is_playable = no }
bm_1178_call_of_the_empire = { is_playable = no }
bm_1178_swords_of_faith = { is_playable = no }
bm_1066_nomads = { is_playable = no }
bm_1178_nomads = { is_playable = no }
bm_867_china = { is_playable = no }
bm_1066_china = { is_playable = no }
bm_1178_china = { is_playable = no }
bm_1066_japan = { is_playable = no }
bm_1178_genpei = { is_playable = no }