Here you go! This method will convert ALL the files to text, but then you can convert them back to binary with the same tool. https://forums.sinsofasolarempire.com/353296/page/5/#119
Well he wants to do it without a utility.
I realize it sounds strange putting it that way but there are only a few files I'll want to edit, no more than 30 files. So I won't be doing all of them anyway. The problem is that I can make text versions into binary but I want to take the binary into text. When I try it that way it only makes a new binary copy.
I know nothing about coding/programming outside of the gameinfo
so I can't tell much, but how do you type it?
If we take the exmple:
convertdata mesh mymesh_text.mesh mymesh_binary.mesh
Then it is converting from txt to bin, for the reverse I think you have to do so:
convertdata mesh mymesh_binary.mesh mymesh_text.mesh
If this is what you are doing, then I think that I can't help you anymore.