Victoria 3

Victoria 3

The Great Rework
mart95777 2023 年 8 月 4 日 上午 11:37
Bug Found - interests groups
These four files have a missing closing bracket after a longer if statement.
00_armed_forces.txt,
00_devout.txt,
00_industrialists.txt,
00_intelligentsia.txt - in folder:
workshop\content\529340\2880441881\common\interest_groups

Still, after correcting this, I do not see interest group traits in game. Probably some other reason
< >
正在显示第 1 - 1 条,共 1 条留言
mart95777 2023 年 8 月 4 日 下午 6:51 
Found how to fix traits, so apparently recently Paradox made one tag depricated, e.g. 00_trade_unions.txt has:

# Deprecated; use on_enable effect to assign traits instead
traits = { ...

and now, what is needed, is to change on_enable, for all 8 groups with their traits, example:

on_enable = {
ig:ig_trade_unions = {
set_ig_trait = ig_trait:ig_trait_work_to_rule
set_ig_trait = ig_trait:ig_trait_industrial_organizers
set_ig_trait = ig_trait:ig_trait_solidarity
}
}
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50