This is the main configuration file.
| Key | Description | Example |
| The other prop files |
| ResourcesFile |
The name of the ResourceKnowledgeCatalog prop-file. |
ResourcesFile = resources.prop |
| LandsFile |
The name of the LandsKnowledgeCatalog prop-file. |
LandsFile = lands.prop |
| ActionsFile |
The name of the ActionsKnowledgeCatalog prop-file. |
ActionsFile = actions.prop |
| ConstructionsFile |
The name of the ConstructionsKnowledgeCatalog prop-file. |
ConstructionsFile = constructions.prop |
| Global game settings |
| CreationPower.init |
The initial creation power the player has |
CreationPower.init = 100 |
| CreationPower.max |
The maximum creation power the player could have. |
CreationPower.max = 500 |
| CreationPower.human |
The creation power needed to create a human. |
CreationPower.human = 30 |
| CreationPower.inc |
The creation power increases each clock tick. |
CreationPower.inc = 2 |
| Human.visionRange |
The default vision range a human has. |
Human.visionRange = 2 |
| Goal |
Formula to calculate the goal of the game, this is
in function of the resources.
For every resource which influences the goal you must specify its
weight. |
Goal = Happiness(2) Energy(4) |