I just tried something out.
I made a batch file that runs both RivaTuner and PotC, and I run this to start PotC.
This way I am sure RivaTuner will run before the game, and that the FPS will be limited; without having RTSS start with Windows.
It's very simple really:
Code:
cd "C:\Program Files (x86)\RivaTuner Statistics Server"
start RTSS.exe
cd "C:\Games\Pirates of the Caribbean"
start ENGINE.exe
exit
Paste this into notepad for example, change the paths to what is the case for you, and save it as a ".bat" file.
For example I have it saved as "FPS_Limit.bat" in my PotC installation folder, and then just made a shortcut to it on my desktop.
Changing it's icon to the one from "ENGINE.exe".
View attachment 39145