Remove Constraints on Monuments
Remove constraints on monuments. There is no constraint on the modifier, the upgrade, or reallocation of the monuments now. Also make all unit move cost to set as 1 so you can spend fewer cash.
I mean, yes, you CAN move Mount Fuji and Great Wall of China to London. It just takes time.
Not compatible with mods that modify or add monuments.
Also a small tip here for you to apply same effect toother monuments expanded mod. DIY TIME!
Open the mod folder and find monument file.
I personally use VSCode for find and replace.
Using replace, enable the regex.
Do
search: can_be_moved = no
replace:can_be_moved = yes
search: can_use_modifiers_trigger[sSr]*?keep_trigger
replace:can_use_modifiers_trigger = {nt}nntcan_upgrade_trigger = {nt}nntkeep_trigger
search: build_trigger[sSr]*?on_built
replace:build_trigger = {nt}nnton_built
I’m not proficient in regex, so there might be easier one-line cool solution. I’m just doing it one by one.
Also, this is NOT a universal solution, just for vanilla game and some mods I used. Other mod creators might change the format and make the regex above ruined you game.
P.S. Watch for comments. If the mod creator comments a whole block of monument settings (Like Paradox did with pena_palace), you need to pay further attention to it.
Revisions:
Old revisions of this mod are available below. Click the link to download.