Victoria 3

Victoria 3

The Great Rework
mart95777 4 Aug, 2023 @ 11:37am
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
< >
Showing 1-1 of 1 comments
mart95777 4 Aug, 2023 @ 6:51pm 
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
}
}
< >
Showing 1-1 of 1 comments
Per page: 1530 50