Sep 9, 2015 at 6:56 AM
Join Date: Apr 5, 2013
Location: In my mind and of my body.
Posts: 1642
Age: 27
You need a decent understanding of how TSC works in general before you can do any form of editing. to it
Basically you need to apply the patch to a vanilla exe and then copy the code out at 424eaf with olly and edit/reasselble (all the code from all hex files)where you want to also check for jumps in the other sections of code in the hex files to see if and where the JMPs go to 424E__ and edit them to match the new place you are inserting your code.
Yeah. I wold just build everything off of IMG and make it replace the second FAC to save headaches
Basically you need to apply the patch to a vanilla exe and then copy the code out at 424eaf with olly and edit/reasselble (all the code from all hex files)where you want to also check for jumps in the other sections of code in the hex files to see if and where the JMPs go to 424E__ and edit them to match the new place you are inserting your code.
Yeah. I wold just build everything off of IMG and make it replace the second FAC to save headaches