| Try looking for a file named DUMMY.BIN and replace that with a text file named DUMMY.BIN, or if you put this in a new text document:
IF NOT EXIST DUMMY mkdir DUMMY
FOR %%A IN (*) DO TYPE > DUMMY\%%A
Del DUMMY\dummy.bat
And save it as dummy.bat, now put it in the folder with the files you want to dummy and it should spit out a folder called dummy now just replace the main files with these dummy files (make sure the files are not compulsary to the game running). |