needinghelp the forge tools can NOT make the entity files readable, BUT ironclad included in sins & entrenchment the convertdata*.exe's that can convert a file at a time between txt & bin. the easiest way to use the convertdata's is to first copy the folders that you want to a different location, copy the convertdata*.exe's to the same location, create 2 batch files 1 for sins the second for entrenchment. the sins batch should read like this
for %%a in (*.entity) do ConvertData_OriginalSins entity %%a %%a txt
and the entrenchment batch should read like this
for %%a in (*.entity) do ConvertData_Entrenchment entity %%a %%a txt
then you copy the batch and the convertdata into the folder containing the files you want to convert to TXT then run the batch.
this is what I did when I did my unofficial reference sets
harpo