Quote Originally Posted by aidave
Are you using a German language setup on your OS?

There is a problem loading values from INI files etc, from foreign languages where they use "commas" instead of "periods", for floating point numbers.
Our game uses "periods" so make sure your language setup uses those.
Set
DecimalSeparator := '.';
before converting values from config file. This way it will work regardless of user locale.