安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
so much RP potential its amazing
@FunGaming44 I decided to drop the court positions file since the changes to aptitude didn't seem worth the hassle (it was just to negate the -20 aptitude for "busy ruling" if you have a camp). Only overwrite in this mod I can think of now is for the "Procure Estate" interaction.
- Localisation/minor improvements
- Interaction when unlanded to attend activities that are in progress
I should mention that mods that let you become a knight/commander can work nicely with this mod too (https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2861161429)
scope:recipient = {
trigger_event = lopc_event.2440
}
so that the event fires on the character you're switching to. Seems to work perfectly once that's done.
Just did a quick update with the mod you suggested as a template. Still only touches a handful of court positions but I can integrate the rest in the future if you're cool with that. Load yours before and they should work nicely.
I won't be around to update the mod for a week or so but if there's still issues with court positions you can load your mod after this and it should work fine. Let me know if you find anything else.
I think the best way for you to change something on your end would be to add a
"trigger_event = lopc_event.2440" to the on_accept of the "switch character" interaction, and then add an empty lopc_event.2440 event to your mod (which doesn't do anything when fired but can be overwritten by this mod).
Alternatively you can copy my event and just get rid of the lopc_refresh_business and random_list effects to keep the lifestyle_xp every month. You could even copy events 2440-2444 in my (hideously overgrown) events file if you want the handful of random events to be in your mod too.