• Our friends from AlphaCentauri2.info are in need of technical assistance. If you have experience with the LAMP stack and some hours to spare, please help them out and post here.

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.
 
Back
Top Bottom