I want to edit the More Natural Beauty mod from x2 wonders to x3 or 34. I go to steamapps\workshop\content\289070\1137042738 and edit the Code.sql file, change
UPDATE Maps SET NumNaturalWonders = NumNaturalWonders * 2 ; to UPDATE Maps SET NumNaturalWonders = NumNaturalWonders * 3 ;
then save.
Yet nothing has changed?
Despite disabling the original, AND changing the mod ID, for some reason every time I start a new game the list of mods that are active will list the original, not my edit. Yet I can see my edited mod enabled in the main menu.
I unsubscribed but somehow the original x2 multiplier is in effect for all map sizes. Despite my edited version not sharing that multiplier.
Finally I made sure to not load a config so as to not accidentally load the unsubscribed mod - and it still somehow has the x2 modifier without the original mod even subscribed.
What am I doing wrong?
UPDATE Maps SET NumNaturalWonders = NumNaturalWonders * 2 ; to UPDATE Maps SET NumNaturalWonders = NumNaturalWonders * 3 ;
then save.
Yet nothing has changed?
Despite disabling the original, AND changing the mod ID, for some reason every time I start a new game the list of mods that are active will list the original, not my edit. Yet I can see my edited mod enabled in the main menu.
I unsubscribed but somehow the original x2 multiplier is in effect for all map sizes. Despite my edited version not sharing that multiplier.
Finally I made sure to not load a config so as to not accidentally load the unsubscribed mod - and it still somehow has the x2 modifier without the original mod even subscribed.
What am I doing wrong?