1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-16 02:43:59 +00:00
qb64/programs/samples/pete/hgm30e/typ.txt
SMcNeill 6e01fc8dce Altered string compare routines (<,<=,>,>=) so they don't give false results with CHR$(0).
Added new _STRCMP and _STRICMP commands for quick string comparisons.
Cleaned up QB64 to finish removing the QUI (quick user insert) code and folders.
Altered UCASE and LCASE routines to be faster in some situations for us.
2014-09-22 08:19:03 -04:00

18 lines
No EOL
628 B
Text

How to change the terrain types?
--------------------------------
"Hegemony 3.0.e" uses the "terrain.typ" file to read important data of the nine possible terrain types. If you examine a scenario file (see scn.txt for further explanation) you see that numbers from 1 to 9 define the terrain types. Well, number 1 means the first type, 2 the second type, etc. Every type has five attributes, as follows:
name of terrain type
food production potential
resources
defence bonus
colour code
This is repeated for all nine types.
If this wasn't clear enough, send me an e-mail.
Akos Ivanyi
ivanyiakos@hotmail.com