Crusader Kings III

Crusader Kings III

35 个评价
Movable Realm Capital
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
376.699 KB
2024 年 3 月 13 日 下午 3:34
1 项改动说明 ( 查看 )

订阅以下载
Movable Realm Capital

描述
An updated fork of "Always Move Realm Capital" to work with the v.1.12 update.
15 条留言
fihs 2024 年 10 月 3 日 下午 9:54 
It looks like this might remove the option to move a camp to a specific barony
derduerk 2024 年 8 月 2 日 上午 10:23 
limith 2024 年 4 月 4 日 上午 1:29 
I actually have it for a GOT version since their UI is different....regarding the county capital move that requires another widget box.
Lunar Blacksmith 2024 年 4 月 3 日 上午 12:49 
This isn't working for me on 1.12.4. Are there any particular known file/mod conflicts?
H3NRY27 2024 年 4 月 2 日 下午 9:28 
pls add @limith changes into the mod that so dope or make another ver
limith 2024 年 4 月 1 日 上午 11:17 
Second change is to allow always replacing buildings for vassal territory.


button_round = {
name = "replace_button"
onclick = "[GUITrackItem.Replace]"
tooltip = "[GUITrackItem.GetReplaceTooltip]"
# visible = "[And(GUITrackItem.IsCurrentBuildingSelected, GUITrackItem.CanReplace)]"
visible = "[GUITrackItem.IsCurrentBuildingSelected]"

button_change = {
alwaystransparent = yes
parentanchor = center
}
}
limith 2024 年 4 月 1 日 上午 11:13 
button_move_capital = {
datacontext = "[HoldingView.GetTitle]"
datacontext = "[HoldingView.GetHolder]"
name = "set_county_capital_button"
visible = "[HoldingView.GetProvince.GetTitle.CanPlayerCustomizeTitle]"
#visible = "[HoldingView.CanSetCountyCapital]"
position = { -3 5 }
texture = "gfx/interface/icons/flat_icons/move_capital.dds"
onclick = "[Character.OpenPlayerInteractionWithTargetTitle('rcm_override_county', Title.Self)]"
tooltip = "[Character.GetPlayerInteractionWithTargetTitleTooltip('rcm_override_county', Title.Self)]"
#onclick = "[HoldingView.SetCountyCapital]"
#tooltip = "SET_COUNTY_CAPITAL_TOOLTIP"
}
limith 2024 年 4 月 1 日 上午 11:12 
I made the following personal changes which you might want to consider integration
1) Added ability to also move county capital

rcm_override_county = {
category = interaction_category_uncategorized
special_interaction = feudalize_tribal_holding
hidden = yes

target_type = title
target_filter = recipient_domain_titles

#is_shown = {
# scope:actor = {
# this = scope:recipient
# }
#}

on_auto_accept = {
scope:recipient = {
scope:target = {
set_capital_barony = yes
#add_special_building_slot = duchy_capital
}
}
}

auto_accept = yes

ai_will_do = {
base = 0
}
}
luckylayne 2024 年 4 月 1 日 上午 9:30 
it isn't working for me :/