Victoria 3

Victoria 3

26 ratings
BPM Lite Lite
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
15.450 MB
23 Jul @ 1:19pm
28 Jul @ 2:09pm
2 Change Notes ( view )

Subscribe to download
BPM Lite Lite

Description
This is a mod that adds BPM's Law Enactment system without any other features of the mod.
It is based on BPM 2.4 (the full mod, not the outdated BPM Lite)
I tried to remove as much as possible while retaining the law enactment functionality. This should result in compatibility with many mods that wouldn't be compatible with BPM, or even BPM Lite (I didn't have time to test it with any mods though)

Perfect for almost-vanilla experience with less of the EU4 siege-style random law enactment.

Not tested too much, expect (potentially game-breaking) bugs

Original mod:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2932134122

I am not affiliated with the BPM team

Credits:
BPM team - making the original Better Politics Mod
TOGfan - separating the law enactment feature and polishing resulting rough edges
18 Comments
theanswerisme 5 Oct @ 2:27pm 
UPDATE.
Jolc3r 4 Oct @ 3:57pm 
Seems to just be the UI element on the outliner, the revolution UI element directly on the map seems fine. Somehow this mod broke a bit of the outliner I guess?
Jolc3r 4 Oct @ 3:49pm 
Anyone know how to fix secessionist movements UI being completely blank?
Flandre Scarlet 4 Oct @ 1:03am 
For anyone wonders, this mod works on new patch(because whole mod structure is independent of base game), minus of some graphic problems (the law progression gui won't show in law screen except of initial showing)
Dmitri 13 Aug @ 11:55am 
To make it compatible with Hail, Columbia (or any mod that STARTS with a law being enacted) I've added this code to on_actions folder: on_monthly_pulse = {
effect = {
every_country = {
if = {
limit = {
is_player = yes
enacting_any_law = yes
NOT = { has_variable = bpm_law_sway_maneuvers }
}
bpm_clear_law_sway_vars = yes
bpm_set_all_igs_law_support_cached_vars = yes
bpm_set_country_law_support_fixed_vars = yes
set_variable = {
name = bpm_law_sway_maneuvers
value = bpm_law_sways_per_phase_value
}
bpm_update_law_enactment_variables_modifiers = yes
}
}
}
} Basically it just checks if there is a law being enacted on a monthly pulse, and if there is, it will run the initialization script.
Dmitri 12 Aug @ 4:49pm 
@TOGfan and @Archscientist Yes, it's the issue with the CMF. File load order. Here is the fix: in [modfolder]/gui rename "BMP_outliner_ongoing_types.gui" to "000_BPM_outliner_ongoing_types.gui". That's how it is currently done in full BPM.
Ploofy 4 Aug @ 5:04pm 
I'm not sure if this is intentional, but it appears the IG approval rating is missing from the government tab, can only seem to know an IG's approval by clicking each IG individually
Archscientist K 4 Aug @ 4:41pm 
@TOGfan Yeah, I will test it next time I start a new game. I just asked because it's a very common mod to have, so maybe you'd know if there's a conflict. I haven't tested it yet because it's not game-breaking or anything. And I wouldn't be able to fix it myself if there was a conflict.
Spearfinn 4 Aug @ 1:25pm 
Thanks!
TOGfan  [author] 4 Aug @ 4:43am 
@Archscientist K please test it yourself, I don't have time to test compatibility with every mod