Advertisement
Guest User

Untitled

a guest
Sep 8th, 2011
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. config file is in /Documents/DeadIsland/out/Settings (open Video.scr with notepad):
  2.  
  3. Resolution(1920,1080)
  4. Monitor(-1)
  5. BPP(32)
  6. FSAA(8)
  7. TexBPP(32)
  8. TextureQuality("High")
  9. Filtering("AnisotropicTrilinear")
  10. Fullscreen()
  11. Shadows("High")
  12. ShadowMapSize(2048)
  13. SpotShadowMapSize(4096)
  14. Lightmaps()
  15. GammaFloat(1.20)
  16. MaxRefresh(60)
  17. MaterialQuality(0)
  18. FXQuality(4)
  19. FXFadeLevel(0)
  20. WaterQuality(0)
  21. GrassQuality(0)
  22. EnvQuality("FullDynamic")
  23. ShaderPath(5)
  24. VSync()
  25. PostProcess("Normal")
  26. DisplayDeviceType(0,0.000000,1.000000,1.000000,1.000000)
  27.  
  28.  
  29. change resolution, gammafloat and maxrefresh to your liking or leave them alone. Do NOT enter anything for fullscreen, lightmaps or vsync, simply having the entry enables them
  30.  
  31. if this config crashes your game then try changing shadowmapsize and spotshadowmapsize to 1024 and 2048 respectively
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement