how to increase stability?

For a quick fix you can go into worldbuilder and give every civ a few jails and security bureaus ;)
 
That probably won't work, because buildings given by WB don't trigger the necessary Python events.

It should work by editing Assets\Python\RFCUtils.py: search for "def getStability" and in the line below it change "return scriptDict['lStability'][iCiv]" to "return scriptDict['lStability'][iCiv]+20". This could cause a cascade effect, so be careful.
 
Top Bottom