Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. **Windows Settings**
  2.  
  3. Mouse Properties > Pointer Options > (disable) Enhance pointer precision
  4. - default system-wide mouse acceleration
  5.  
  6. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  7.  
  8. **Nvidia Control Panel Settings**
  9.  
  10. Program Settings > ElDewrito (eldorado.exe)
  11.  
  12. Maximum pre-rendered frames - "1"
  13. - "Reduce this value if you experience a delay in response to input devices such as a mouse, gamepad, or keyboard while playing games". This had a huge impact on mouse input lag for me.
  14.  
  15. Power management mode - "Prefer maximum performance"
  16. - Ensures maximum performance. "Optimal power" (default) and "Adaptive" may not maximize performance given game is not running in true fullscreen mode.
  17.  
  18. Texture filtering - Anisotropic sample optimization - "On"
  19. - "Select On for higher performance with a minimal loss in image quality". This should optimize texture filtering ingame.
  20.  
  21. Threaded optimization - "Off"
  22. - "This setting should be turned off for most older applications". Turning this off reduced FPS stutter when receiving damage and on death animations.
  23.  
  24. Triple buffering - "On"
  25. - "Turning on this setting improves performance when Vertical sync is also turned on". Since vertical sync is basically required when playing ElDewrito this should be on.
  26.  
  27. Vertical sync - "Fast"
  28. - "Delivers latency that is very close to VSYNC off with no tearing". Best form of vertical sync given vertical sync is required.
  29.  
  30. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  31.  
  32. **eldorado.exe Settings**
  33.  
  34. Properties > Compatibility > (enable) Disable fullscreen optimizations
  35. - game is running in borderless window mode
  36.  
  37. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  38.  
  39. **dewrito_prefs.cfg Settings**
  40.  
  41. Game.FPSLimiter "0"
  42. - speeds up loading times and removes 30 FPS lock (if present)
  43.  
  44. Input.RawInput "1"
  45. - disables mouse acceleration
  46.  
  47. Settings.HUDShake "0"
  48. - disables HUD shaking (optional)
  49.  
  50. Settings.MotionBlur "1"
  51. - placebo for smoother mouse movement
  52.  
  53. Settings.MouseAcceleration "0"
  54. - unnecessary (?) if Input.RawInput is set to "1"
  55.  
  56. Settings.VSync "1"
  57. - toggling "FIX FPS STUTTER" ingame toggles this variable
  58.  
  59. Tweaks.IntelBloomPatch "1"
  60. - toggling "BLOOM (BRIGHTNESS) PATCH" ingame toggles this variable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement