Arbite­r

Arbite­r

Joined Member # 3307310
0 Posts 2 Replies 79 Reputation

[quote who="harpo99999" reply="146" id="2563551"]yes, that is the older way, and also makes it easy to crash sins as sins prefers the files to be bin in the program files sins folders[/quote]That's why you make two batch files; one to to convert to TXT, one to convert back to BIN. [quote who="harpo99999" reply="146" id="2563551"]also that is basically HOW my textbin gui works and is fiddly to do, but it does work harpo[/quote]I don't find it fiddly. Just double clic

179 Replies 674,272 Views

Instead of using a GUI to convert the .entity files to TXT or back to BIN, you can just use a batch file to do it for you. * Place the ConvertData.exe in the directory with the .entity files you want to convert * create two .bat files. One for converting to TXT, one for converting to BIN In the TXT batch file, copy and paste this: FOR %%I IN (*.entity) DO convertdata.exe entity %%I %%I txt <

179 Replies 674,272 Views