Yep most people like slightly more gold than what comes in the scene, and i was disgruntled to find there was no gold density variable in build 14(new one i think).
the way to make more gold is...
in the scenes.ini there are a few lines of code:
Code:
AddTerrainDebris = TerrainDebris
CopyOf = Gold
Well, all you have to do is repeat this code, at least a couple of times. if you input:
Code:
AddTerrainDebris = TerrainDebris
CopyOf = Gold
AddTerrainDebris = TerrainDebris
CopyOf = Gold
Then you get 2 times as much gold, etc. I hope this helps and i hope this isnt something EVERYBODY knows....