I have created a txt version of the entity files for entrenchment 1.02 by copying the entrenchment gameinfo folder to a new folder, then copying in convertdata_entrenchment.exe and createing a batch file with the following text in it
for %%a in (*.entity) do ConvertData_Entrenchment entity %%a %%a txt
then opening a command prompt and cd-ing to the new folder and running the batch
for base sins 1.16 then the same steps with the sins gameinfo folder and convertdata_originalsins.exe and the following text in a batch file
for %%a in (*.entity) do ConvertData_OriginalSins entity %%a %%a txt
note that the batches use an UNRENAMED convertdataso that there is minimum confusion as to which is being converted
hope this helps
harpo