Is there an advantage to.....

....leaving modded text files in text form, or would it be better to convert them to Bin? or does it even matter which format they are in?

4,709 views 4 replies
Reply #1 Top

The game will read the files in either text of binary, but binary is smaller so the game performs a little bit better with it. But then of course it is impossible to make any changes in your mod. So while you are changing a mod you need it in text format, but if you're just playing it and you think it is as good as it is going to get, its probably better to change it to binary. That said often times I change random things at random times with my mods as I get ideas while playing (so I leave them in text), but thats just me.

Reply #3 Top

the thing is, if you keep converting it back and forth from binary to text, I think the converstion program sometimes loses are character or two, which can cause major crashes in the mod

Reply #4 Top

Best practice is to have your developer version in text format, so you can always work on it, and your releases in binary so they load up faster. The only reason you'd want to convert files to binary while you're still working on the mod is if you have some major performance issues... but even so binary mode won't help that much.