Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It will not since the framework used for the nickname will no longer be in place.
I want to clear out the ridiculous amount of decisions I can do and make it a bit less overwhelming.
@Riaman I have no idea, it doesn't use any vanilla files so it probably is but I haven't tested it.
I was apparently wrong when I figured that people would only need one nickname and preferred the decision list to be less cluttered.
But if you want to give nicknames to other characters in the meantime you can just switch to them temporarily and use the decision for them.
I have no experience with modding CK2 but as far as I know the way I've done it in this mod isn't possible in CK2 due to the engine not having support for it.
BDW_custom_nickname_decision:0 "添加绰号"
BDW_custom_nickname_decision_desc:0 "取一个你自己选择的绰号"
BDW_custom_nickname_decision_confirm:0 "添加一个自定义绰号"
BDW_custom_nickname_decision_tooltip:0 "添加一个你自己选择的自定义绰号"
BDW_custom_nickname_decision_custom_tooltip.1:0 "移除当前绰号,如果有"
BDW_custom_nickname_decision_custom_tooltip.2:0 "开启一个可以给自己输入新绰号的窗口"
BDW_custom_nickname.100.t:0 "自定义绰号"
BDW_custom_nickname.100.desc:0 "一个重要的决定不得不做,你希望被称为什么?\n\n如果你做了一个糟糕的决定,那么你将不得不忍受很长一段时间。"
BDW_custom_nickname.100.a:0 "从今以后,我将被称为……"
nick_BDW_custom_nickname1:0 "[ROOT.Char.GetLocalizedText('BDW_custom_nickname_text')]"
nick_BDW_custom_nickname2:0 "[CHARACTER.Custom('BDWCustomNickname')]"
nick_BDW_custom_nickname_default:0 "亡者"
I posted this in the discussions.
It's working! Thank you!
I think I've figured out what was going on with your game. I was able to reproduce that exact behavior when I ran the game in a language different than english. I've copied over localization files for the other languages too so assuming that was your problem it should be fixed now.
How to fix it?
1) go to ...\Steam\steamapps\workshop\content\1158310\2840747770\common\decisions
2) click on the textfile in there
3) search for the line that says :
is_shown = {
NOT = { has_character_flag = BDW_custom_nickname }
}
...and change it to
is_shown = {
NOT = {}
}
yes just delete that shit in there
4) save it and have fun (unlimited nicknames)