the following is the quickest and simplest example to which I can think for using rfactordec for decrypting the files of the rFactor game.
The same method can be used for wtcced too:
create a new folder called NEW and copy there all the files you want to decrypt
download
http://aluigi.org/papers/rfactordec.zipdownload
http://gnuwin32.sourceforge.net/downlin ... in-zip.phpdownload
http://gnuwin32.sourceforge.net/downlin ... in-zip.phpdownload
http://gnuwin32.sourceforge.net/downlin ... in-zip.phpplace rfactordec.exe and ALL the files contained in the BIN folder of the last 3 zip of the links in the NEW folder where are located the files you want to decrypt.
now create a new text file with notepad and insert the following text in it:
find.exe -iname "*.gmt" -exec ./rfactordec "{}" "{}" ;
and save it in the NEW folder with the name go.bat
now you must simply click on go.bat and it will do all the job and at the end all the GMT files in that folder will be decrypted.
I have talked only about the GMT files because the DDS seem all already decrypted, if not it's enough to replace "*.gmt" with "*.dds" or just with "*.*" since rfcatordec is able to recognize if a file is encrypted or not