Page 1 of 1

[SOLVED] Convert scripts to a cheat engine table

Posted: Fri Jan 17, 2025 9:17 pm
by semenus2
I have auto assemble scripts in txt files for example

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 :D