Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Is there a guide anywhere to what the settings in settings.json do?  (Read 582 times)

Voxette

  • Ensign
  • *
  • Posts: 10
    • View Profile

Many of them are not obvious.

Code
	"economyIterPerMonth":10,
"economyMinDemandForPricing":100,
"economyMinStockpileForPricing":100,
"economyNoDemandPriceMult":0.5,
"economyGreedFraction":0.25,

"economyDeficitPriceIncrPerUnit":0.125,
"economyDeficitPriceMultMax":1.5,
"economyExcessPriceDecrPerUnit":0.11,
"economyExcessPriceMultMin":0.67,

In particular, I'm really wondering what these do, as I'm trying to tweak the economy to make it harder. Especially, what the heck is "GreedFraction"?

And this says the max price multiplier is 1.5, but I'm almost sure I've seen prices higher than that? Maybe I'm wrong.
Logged