How do you get the 2 unit per tile mod to work with this?
I have tried just about everything, it doesn't work.
I have tried toggling global stacking rules, no bueno.
I tried directly adding lines into StackingRules.sql, like this:
-- Unit stacking limit in cities
INSERT INTO Defines(Name, Value) VALUES('CITY_UNIT_LIMIT', 2);
INSERT INTO Defines(Name, Value) VALUES('PLOT_UNIT_LIMIT', 2);
It doesn't work (city does, not plot).
It's especially frustrating, because somehow I had gotten it working, but had to reinstall the mod and now it just won't do.
EDIT: not solved, maybe. I found a copy of the older files. There may have been some file corruption issues as well (shader cache, steam itself, I'm not sure, but a full steam+game reinstall plus old files fixed it).