health.txt, stamina.txt etc.
I want to merge all the text files into a cheat engine table file in .CT format
The auto-assemble scripts in text files are completely ok cheat scripts. I just don't want to manually copy paste them from text files to CE auto assembler window which is very time-consuming.
Can anyone help me write a lua or c# or any language really code that will do this automatically?
I am not good with string manipulation and cheat engine xml formatting makes my head spin ( <CheatEntries>
<CheatEntry>
<ID>0</ID> )
but it seems so simple enough reading it.
Thanks to Fury Zenblade and CGT, I have solved this
