quote:
Originally posted by markee
If you are using a text editor that allows regexp for your find/replace then you can just do something like the following
find:
^(.+=.*)a(.*)$
replace with:
$14$2
I know this woul work in EditPad Pro (it's what I use) and you just need to do it for each. Apart from that I can help you write a JScript file to just go through and do everything for you and put it into h4x0r.ini
Oh, right, whats $14$2, unicode character?
But, i dont get it, i was going through the english.ini file, and translating each string, but if you use a jscript to do this automatically, wont it translate the header as well, making the file unusuable?