Quote:
Originally Posted by StarLion45
Here is the whole d3d9.dll file that I copyed :
; enableScreenshots: Hook printscreen keypress to save TGA screenshot
resX=1280
resY=1024
useFiltering=1
enableScreenshots=1
screenshotPath=.Documents and settings/ProgramFiles/Ubisoft/SilentHunter3
Can anybody help me  I never experien before ced it 
|
Using PrtScr is correct.

TGA format is correct.
The screen shot PATH is not correct!

It doesn't even exist. Where do you want the screens to go?
For a folder in My Documents, it should read:
screenshotPath=C:\Documents and Settings\Owner\My Documents\SH3 Screens
<- Make a folder of your own in My Docs and then copy the folder location from the address bar in Explorer.
For a folder in Program Files, it should read:
screenshotPath=C:\Program Files\Ubisoft\SilentHunter3
<- Or wherever you have the game installed.
Don't copy and past my PATHS, they need to be specific to your system. FYI folder paths use \ and not /.