Skip to content

Commit

Permalink
Add CK3 data to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmyers committed Jun 15, 2024
1 parent a2fd1ed commit 7af76c4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
14 changes: 14 additions & 0 deletions EU3_Scenario_Editor/games.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,20 @@ ck2 = {
mod_path = "Paradox Interactive/Crusader Kings II"
}

ck3 = {
inherit = ck2
display = "Crusader Kings 3"
has_land_list = yes
has_rivers = yes
has_regions = yes
save_type = ck3
view_set = ck3
new_style_mod = yes
mod_path = "Paradox Interactive/Crusader Kings III"
map_path = "map_data"
text = yaml
}

mote = {
display = "March of the Eagles"
start_date = 1805.1.1
Expand Down
20 changes: 19 additions & 1 deletion EU3_Scenario_Editor/views.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ hoi3 = {
ck2 = {
provinces
titles
regions-menu
climates-menu
new-cultures-menu
province-cultures
Expand All @@ -184,6 +183,25 @@ ck2 = {
modding-menu
}

ck3 = {
provinces
de-jure-titles
---
province-areas-menu
regions-menu
climates-menu
---
#new-cultures-menu
province-cultures
province-religions
#religions
#religions-menu
#capitals
override-simple-terrain
---
modding-menu
}

mote = {
provinces
countries
Expand Down

0 comments on commit 7af76c4

Please sign in to comment.