Page 1 of 1

Please help a noob (potential) modder ...

Posted: Sat May 24, 2014 7:47 am
by Osito
I have a question about the moddable text files, such as components.txt, etc.

I see that these files often seem to have tabs in the lines separating some of the entries. As far as I'm aware these tabs have no effect on the way the game reads the files. Can someone confirm that?

Also, what are the tabs for? I'd have expected they might be placed to improve readability, but they often seem to be pretty random to me.

Thanks for the help.

Osito

RE: Please help a noob (potential) modder ...

Posted: Sat May 24, 2014 8:11 am
by arkhometha
They are for improving readability, but for some complex files like government I prefer to do an excel table for better visualization then transfer the values. AFAIK the only thing that counts are the commas, the tabs are just for helping you read.

RE: Please help a noob (potential) modder ...

Posted: Sat May 24, 2014 9:05 am
by Fenrisfil
I think the strange spacing is probably just due to the way different programs translate the tab information. I have always added in/taken away tabs to make things more readable on my own system and it has never caused problems.

Basically, I think you can do what you want in regards to tabs (or the lack of them).

RE: Please help a noob (potential) modder ...

Posted: Sat May 24, 2014 10:01 am
by Osito
Thanks for the help :-)