Skip to content
Chris edited this page Nov 28, 2017 · 3 revisions

ChangeGameSettings

English

Change some game settings:

MAX_AGE

Changes the max age of the dwarfs

  • Type: int
  • Standard-Game-Value: 24
  • Numbers between: 12-999

POP_SOLL

Grafic of dwarf population Moves the population border. That means you can set how much dwarf you can have at the same time. (You move the graph from 0,6 up or down)

  • Type: int
  • Standard-Game-Value: 22
  • Numbers between: 18-99

MIN_EXP

Changes the beginning experience maximum of dwarfs. (the value will multiply with 100) Attention: The value must not be greater than MAX_EXP!

  • Typ: int
  • Standard-Game-Value: 1 (is 100 in game)
  • Numbers between: 1-999

MAX_EXP

Changes the experience maximum of dwarfs. (the value will multiply with 100) Attention: The value must not be smaller than MIN_EXP!

  • Typ: int
  • Standard-Game-Value: 2 (is 200 in game)
  • Numbers between: 1-999

Deutsch

Man kann Einstellungen an Spiel-Werten vornehmen:

MAX_AGE

Verändert das Maximal-Alter der Wiggle.

  • Typ: int (Zahl)
  • Standard-Spiel-Wert: 24
  • Wertebereich: 12-999

POP_SOLL

Grafik zur Visualisierung der Population Verschiebt die Populationsgrenze. D. h. man kann bestimmen, wie viele Wiggle man gleichzeitig haben kann. (Man verschiebt die waagerechte Linie ab 0,6 nach oben oder unten)

  • Typ: int (Zahl)
  • Standard-Spiel-Wert: 22
  • Wertebereich: 18-99

MIN_EXP

Verändert das Start-Erfahrungs-Maximum der Wiggle. Achtung: Der Wert darf nicht größer als MAX_EXP sein! (es werden noch zwei Nullen der Zahl hinzugefügt)

  • Typ: int (Zahl)
  • Standard-Spiel-Wert: 1 (entspricht 100 im Spiel)
  • Wertebereich: 1-999

MAX_EXP

Verändert das Maximal-Erfahrungs-Maximum der Wiggle. Achtung: Der Wert darf nicht kleiner als MIN_EXP sein! (es werden noch zwei Nullen der Zahl hinzugefügt)

  • Typ: int (Zahl)
  • Standard-Spiel-Wert: 2 (entspricht 200 im Spiel)
  • Wertebereich: 1-999
Clone this wiki locally