Page 1 of 1

What is the difference between *.txt and *_eng.txt files?

Posted: Sun Mar 16, 2008 4:32 pm
by rkr1958
I'd like to try my hand at modding and was wondering what's the difference between these two file types in the data directory.

Re: What is the difference between *.txt and *_eng.txt files

Posted: Sun Mar 16, 2008 7:27 pm
by firepowerjohan
rkr1958 wrote:I'd like to try my hand at modding and was wondering what's the difference between these two file types in the data directory.
The _eng files are only for the words and their translation while the normal .txt ones are the actual data. This means regardless of language version, all games will use the same data file (but different language files hence the _eng, _ger, ...)

Posted: Sun Mar 16, 2008 8:40 pm
by rkr1958
Thank you.