Help Fixing Input Lag
-
Whenever I launch bo2 zombies from steam, the game runs smoothly, but if I instead launch the game from the plutonium launcher, the game has pretty bad input lag. I have turned off v sync, and have set my fps to 60hz in both launcher, but the input lag is the main issue. Ive looked up a video to help with this issue, which lead me to put these lines in the config folder:
seta r_swapInterval "0" // Disables VSync (reduces input lag)
seta r_fullscreen "1" // Forces true Fullscreen (not borderless)
seta cl_maxpackets "100" // Increases network input responsiveness
seta snaps "30" // Smooths movement (try 20-30)
seta com_maxfps "90" // set fps to 90
seta in_mouse "1" // Ensures raw mouse inputHowever, these changes did not help.