安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
If your Capital isn't connected to a seaport by Owned land between You wont be able to trade with all other connected to the sea.
Only those at your capitals border.
Say if you play Sparta, if you let Athena be your capital can never connect to a seaport for they are in the way. If you just go past them and take a seaport above your capital stands disconnected to your empire, therefore trade routes can't connect to the heart of your empire
But just out of curiosity why is moving capitals useful?
i have this mod and Skidvar`s Vanilla Scripts enabled but if i move my leader to any town i dont get a dilemma ...
i am playing sparta in normal campaign, gameis on recent patch version
scripting.game_interface:trigger_custom_dilemma(character:faction():name(), "move_capital_greek", "payload { set_capital "..character:region():name().."; money -5000; }", "", true)
The payload is defined like that.
First option sets capital, and removes 5k cash. Second option does nothing.
You just have to create the dilemma on the dilemma tables and the options on the cdir_events_dilemma_choice_details
I also wish there'd be a public order\corruption debuff the further away a region was from your capital. I'm just not sure how practical it is to implement.
I might have to build a distance to capital array with all provinces. And then populate it when capital changes or on loading a game. Then run through the players' owned regions and apply the effect to the province. How to tell distance to capital is the issue. All regions neighbouring the capital get a distance of 1. Then all regions neighbouring the 1's and not neighbouring the cap get a 2, and then all regions neighbouring a 2 but not a 1 nor the cap get a 3, and so on. hmm... might actually do it after all.
Thanks mate! I've gonne ahead and added compatibility will your scripts. I implemented the capital script fully as i might change it in the future.
I also didn't even think about letting it trigger only for province capitals. Think that makes sense, indeed.
Btw, I had a look at your mod also and it looks nice.
Tough I might want to make changes to your script like only allowing the trigger in province capitals or changing the price. As long as you're cool with it ofc.
@ tya: Read the description: enter (or conquer and enter) a city with your faction leader and have 5000 gold. (make sure you have both mods enabled - so, also Vanilla Scripts)