Vo viacerých ovládačoch je tento FPS-limiter už integrovaný, len nie je v menu možnosť jeho ovládania. Dá sa však už ovládať pomocou nVidia Inspector alebo podľa návodu:
- Pridať do súboru CustomSettingNames_en-EN.xml nasledujúci text:
POZOR: súbor musí byť ukončený pomocou:<CustomSetting>
<UserfriendlyName>Frame Limiter</UserfriendlyName>
<HexSettingID>0x10834FEE</HexSettingID>
<Description />
<GroupName />
<SettingValues>
<CustomSettingValue>
<UserfriendlyName>Off</UserfriendlyName>
<HexValue>0x00000000</HexValue>
</CustomSettingValue>
<CustomSettingValue>
<UserfriendlyName>30 fps</UserfriendlyName>
<HexValue>0xF000001E</HexValue>
</CustomSettingValue>
<CustomSettingValue>
<UserfriendlyName>40 fps</UserfriendlyName>
<HexValue>0xF0000028</HexValue>
</CustomSettingValue>
<CustomSettingValue>
<UserfriendlyName>50 fps</UserfriendlyName>
<HexValue>0xF0000032</HexValue>
</CustomSettingValue>
<CustomSettingValue>
<UserfriendlyName>60 fps</UserfriendlyName>
<HexValue>0xF000003C</HexValue>
</CustomSettingValue>
</SettingValues>
<SettingMasks />
</CustomSetting>
</Settings>
</CustomSettingNames>
- Názov <UserfriendlyName> a hodnota <HexValue> sa dajú ľubovoľne upraviť podľa potreby.