BlackAdder60
Very naughty boy!
Whenever you play Civilization 2 and and call up the terrain type menue in Civilopedia, you will notice that the figures for the various terrain types are wrong and even weird.
I have found the reason why!!
(My humble appologies if someone else have discovered this before me, I am not trying to steal credit. I discovered this accidentally today, and rushed to help fellow Civers to help make a Great game even Better).
It would seem as if the ' ' (<SPACE>) character is a parsing symbol for 'GET_INFO.EXE', the Civilopedia reader.
TO FIX:
You must edit the 'RULES.TXT' (in the games root directory) file like so:
1) Open the file 'RULES.TXT' with a text editor.
2) Search the file for the line that starts with '@TERRAIN' .
Beneath it are the data for various terrain types.
3) On each *LINE* insert a <SPACE> between each comma and the
following digit so that X,X becomes X, X (NOTE space)
* EXAMPLE: *
Hills, 2,4, 1,0,0, yes, 1,10, 0, yes, 3,10, 1, Pln, ; Hil
* BECOMES *
Hills, 2, 4, 1, 0, 0, yes, 1, 10, 0, yes, 3, 10, 1, Pln, ; Hil
If there are other bugs in Civilopedia dispaly maybe they too can be fixed like so.
Sincerely hope that *somebody* out there have use of my discovery.
Greets
BlackAdder60
I have found the reason why!!
(My humble appologies if someone else have discovered this before me, I am not trying to steal credit. I discovered this accidentally today, and rushed to help fellow Civers to help make a Great game even Better).
It would seem as if the ' ' (<SPACE>) character is a parsing symbol for 'GET_INFO.EXE', the Civilopedia reader.
TO FIX:
You must edit the 'RULES.TXT' (in the games root directory) file like so:
1) Open the file 'RULES.TXT' with a text editor.
2) Search the file for the line that starts with '@TERRAIN' .
Beneath it are the data for various terrain types.
3) On each *LINE* insert a <SPACE> between each comma and the
following digit so that X,X becomes X, X (NOTE space)
* EXAMPLE: *
Hills, 2,4, 1,0,0, yes, 1,10, 0, yes, 3,10, 1, Pln, ; Hil
* BECOMES *
Hills, 2, 4, 1, 0, 0, yes, 1, 10, 0, yes, 3, 10, 1, Pln, ; Hil
If there are other bugs in Civilopedia dispaly maybe they too can be fixed like so.
Sincerely hope that *somebody* out there have use of my discovery.
Greets
BlackAdder60