Skip to content

Commit

Permalink
Attempt to add "integrated_dlc" folder support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelmen323 committed Jun 17, 2024
1 parent 845eb66 commit 8292776
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion Config/folders.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ interface
localisation
portraits
map
dlc
dlc
integrated_dlc
6 changes: 3 additions & 3 deletions Config/gfx/graphic_db.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ graphic_db = {
filepath[dlc/dlc017_original_soundtrack/]
## cardinality = 0..inf
## severity = hint
filepath[dlc/dlc018_together_for_victory/]
filepath[integrated_dlc/dlc018_together_for_victory/]
## cardinality = 0..inf
## severity = hint
filepath[dlc/dlc019_sabaton_vol2/]
## cardinality = 0..inf
## severity = hint
filepath[dlc/dlc020_death_or_dishonor/]
filepath[integrated_dlc/dlc020_death_or_dishonor/]
## cardinality = 0..inf
## severity = hint
filepath[dlc/dlc021_anniversary_pack/]
## cardinality = 0..inf
## severity = hint
filepath[dlc/dlc022_waking_the_tiger/]
filepath[integrated_dlc/dlc022_waking_the_tiger/]
## cardinality = 0..inf
## severity = hint
filepath[dlc/dlc023_man_the_guns/]
Expand Down
18 changes: 9 additions & 9 deletions Config/gfx/model_entities.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ types = {
path = "dlc/dlc014_wallpaper/gfx"
path = "dlc/dlc016_artbook/gfx"
path = "dlc/dlc017_original_soundtrack/gfx"
path = "dlc/dlc018_together_for_victory/gfx"
path = "integrated_dlc/dlc018_together_for_victory/gfx"
path = "dlc/dlc019_sabaton_vol2/gfx"
path = "dlc/dlc020_death_or_dishonor/gfx"
path = "integrated_dlc/dlc020_death_or_dishonor/gfx"
path = "dlc/dlc021_anniversary_pack/gfx"
path = "dlc/dlc022_waking_the_tiger/gfx"
path = "integrated_dlc/dlc022_waking_the_tiger/gfx"
path = "dlc/dlc023_man_the_guns/gfx"
path = "dlc/dlc024_man_the_guns_wallpaper/gfx"
path = "dlc/dlc025_axis_armor_pack/gfx"
Expand Down Expand Up @@ -64,11 +64,11 @@ types = {
path = "dlc/dlc014_wallpaper/gfx"
path = "dlc/dlc016_artbook/gfx"
path = "dlc/dlc017_original_soundtrack/gfx"
path = "dlc/dlc018_together_for_victory/gfx"
path = "integrated_dlc/dlc018_together_for_victory/gfx"
path = "dlc/dlc019_sabaton_vol2/gfx"
path = "dlc/dlc020_death_or_dishonor/gfx"
path = "integrated_dlc/dlc020_death_or_dishonor/gfx"
path = "dlc/dlc021_anniversary_pack/gfx"
path = "dlc/dlc022_waking_the_tiger/gfx"
path = "integrated_dlc/dlc022_waking_the_tiger/gfx"
path = "dlc/dlc023_man_the_guns/gfx"
path = "dlc/dlc024_man_the_guns_wallpaper/gfx"
path = "dlc/dlc025_axis_armor_pack/gfx"
Expand Down Expand Up @@ -109,11 +109,11 @@ types = {
path = "dlc/dlc014_wallpaper/gfx"
path = "dlc/dlc016_artbook/gfx"
path = "dlc/dlc017_original_soundtrack/gfx"
path = "dlc/dlc018_together_for_victory/gfx"
path = "integrated_dlc/dlc018_together_for_victory/gfx"
path = "dlc/dlc019_sabaton_vol2/gfx"
path = "dlc/dlc020_death_or_dishonor/gfx"
path = "integrated_dlc/dlc020_death_or_dishonor/gfx"
path = "dlc/dlc021_anniversary_pack/gfx"
path = "dlc/dlc022_waking_the_tiger/gfx"
path = "integrated_dlc/dlc022_waking_the_tiger/gfx"
path = "dlc/dlc023_man_the_guns/gfx"
path = "dlc/dlc024_man_the_guns_wallpaper/gfx"
path = "dlc/dlc025_axis_armor_pack/gfx"
Expand Down
6 changes: 3 additions & 3 deletions Config/interface/gfx.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ types = {
path = "dlc/dlc014_wallpaper/interface"
path = "dlc/dlc016_artbook/interface"
path = "dlc/dlc017_original_soundtrack/interface"
path = "dlc/dlc018_together_for_victory/interface"
path = "integrated_dlc/dlc018_together_for_victory/interface"
path = "dlc/dlc019_sabaton_vol2/interface"
path = "dlc/dlc020_death_or_dishonor/interface"
path = "integrated_dlc/dlc020_death_or_dishonor/interface"
path = "dlc/dlc021_anniversary_pack/interface"
path = "dlc/dlc022_waking_the_tiger/interface"
path = "integrated_dlc/dlc022_waking_the_tiger/interface"
path = "dlc/dlc023_man_the_guns/interface"
path = "dlc/dlc024_man_the_guns_wallpaper/interface"
path = "dlc/dlc025_axis_armor_pack/interface"
Expand Down

0 comments on commit 8292776

Please sign in to comment.