Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Trung giản thể)
繁體中文 (Trung phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bulgaria)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraina)
Báo cáo lỗi dịch thuật






WeightToggles_add_interactions_decision = {
decision_group_type = debug
picture = {
reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
}
is_shown = {
NOT = {
has_character_flag = WeightToggles_enable_character_interactions_flag
}
}
effect = {
custom_tooltip = WeightToggles_add_interactions_decision_tooltip
add_character_flag = WeightToggles_enable_character_interactions_flag
}
ai_check_interval = 0
}
Hope this can help.
So, I think would be great if @Tyengiz Xaang would create a new temporary mod that fix this version, but if he is busy too, I can help uploading a mod with the fixed code that this guy made, let me know what do you think, I don't want to take the credit for others aportation, but I know would be frustrating waiting months for an update.
Open up the launcher
Go to 'All installed mods'
Mouse over 'Weight Toggles'
Click on the 3 dots on the bottom right
Click 'Show in folder'
Go to 'common' then 'decisions'
Open up 'WeightToggles_decisions.txt'
Look for the lines under the add and remove interaction decisions
------------------------------------------------------------
picture = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
------------------------------------------------------------
and add the decision line and edit the picture reference line
------------------------------------------------------------
decision_group_type = debug
picture = {reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"}
------------------------------------------------------------
I have actually gotten the decisions for this mod to work, by adding this:
decision_group_type = debug
picture = {
reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
}
between "WeightToggles_add_interactions_decision = {" and "is_shown = {"
full thing should look something like:
WeightToggles_add_interactions_decision = {
decision_group_type = debug
picture = {
reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
}
is_shown = {
I guess the issue is that decisions now are more categorized, and since a lot of mods don't have the new categories their decisions broke? Feel free to correct me if I am wrong.
I can change their target and current weight via other mods, but they always reset back to zero after about 20 minutes of play. :(
Regardless, I use your mod all the time, thanks a lot!
@火茶 @The Francesco Updated and tested, all 3 toggles should work now. :)
I fixed the mod and just integrated the new changes into my private mod, here are the changes that should fix your mod:
Change anything that has add = to factor = 0 and you don't need exists = this.
For example:
modifier = {
add = -100
exists = this
has_character_flag = WeightToggles_weight_remove_flag
}
Change to:
modifier = {
factor = 0
has_character_flag = WeightToggles_weight_remove_flag
}
P.S. Who does not know, the barbershop also changes the file 01_weight.txt Place this mod below the barbershop