Guest User

Anonymous !LoloLoLDyA

a guest
Feb 13th, 2011
2,494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Crysis 2 Settings.
  2.  
  3. COPY AND PASTE THIS INTO YOUR system.cfg IN THE MAIN FOLDER OF THE GAME
  4. Note: Remove all the # and shit that may appear after copying from pastebin, it's best if you copy the code directly (in the form below) and not from the list below:
  5.  
  6. COPY THIS:
  7. ; crysis2
  8.  
  9. ; System Settings
  10.  
  11. sys_game_folder=GameCrysis2
  12. sys_dll_game=CryGameCrysis2.dll
  13. sys_user_folder=Crysis2
  14. sys_languages = "english,french,spanish,german,turkish"
  15.  
  16. ; Grafic Settings
  17.  
  18. r_ShaderCompilerServer=192.168.14.180;192.168.14.181
  19. r_ShadersRemoteCompiler=0 ; 0 means local shader compiling
  20. r_displayInfo = 0 ; disable info at top right of screen
  21. r_enableAltTab = 0 ; disable alt-tabbing, since it crashes the beta anyway
  22.  
  23. r_width=1600
  24. r_height=900
  25.  
  26. ; Grafic Tweak Settings
  27.  
  28. sys_spec_Full=4
  29. q_quality = 3
  30.  
  31. ; - Disabled Grafic Tweak Settings > Default from Game
  32.  
  33. r_UsePom=1
  34. r_UseEdgeAA=2
  35. e_shadows_max_texture_size=8192
  36. e_detail_materials_view_dist_xy=8192
  37. e_vegetation_sprites_distance_ratio=20
  38. e_view_dist_ratio_vegetation=1000
  39. e_lod_ratio=50
  40. e_view_dist_ratio_detail=220
  41. e_terrain_occlusion_culling_max_dist=2000
  42. e_max_entity_lights=60
  43. e_vegetation_bending=1
  44. r_LightSinglePass = 1
  45. r_UseZPass = 1
  46. r_GeomInstancing = 1
  47. e_Fog = 1
  48. e_Clouds = 1
  49. e_Decals = 1
  50. e_TerrainDetailMaterials = 1
  51. e_Dissolve = 1
  52. e_TerrainAo = 1
  53. r_WaterRefractions = 1
  54. r_WaterReflections = 1
  55. e_Shadows = 1
  56. e_VegetationBending = 1
  57. r_HDRRendering = 1
  58. r_PostProcessEffects = 1
  59. r_Flares = 1
  60. r_checkSunVis = 1
  61. r_Coronas = 1
  62. r_Beams = 1
  63. r_Glow = 1
  64. r_SSAO = 16
  65. r_Blur = 1 ;set this to 0 if you want to remove motion blur
  66. r_DetailTextures = 1
  67. i_lighteffects = 3
  68. r_refraction = 3
  69. r_sunshafts = 3
  70.  
  71. ; Sound Settings
  72.  
  73. s_SpeakerConfig = 2 ; 2 is stereo config, seems to provide more consistent quality compared to surround
  74. s_FormatType = 3 ; 24 bit sample rate sound
  75.  
  76. ; Network Settings
  77.  
  78. net_inactivitytimeout = 32 ; nr. of sec until server trows inactive connection away (was set ridiculously high)
  79. net_inactivitytimeoutDevmode = 32 ; same as above, but for Devmode (don't know why you'd want to play multiplayer in Devmode?)
  80. net_lanbrowser = 1 ; find LAN (local) matches instead of internet matches in multiplayer serverbrowser
  81. net_initLobbyServiceToLan = 1 ; make LAN (local) lobbies instead of internet lobbies in multiplayer
  82. sv_lanonly = 1 ; launch LAN only server
  83. sv_servername = "LAN" ; server name (should show up in LAN serverbrowser)
  84. cl_nickname = "Username" ; nickname for multiplayer
  85.  
  86. g_ignoreDLCRequirements = 1 ; shows servers in browser that run DLC you don't have
  87. g_useOnlineServiceForDedicated = 0 ; dedicated server in LAN mode (don't know for sure, this config crashes dedicated server anyway)
  88.  
  89. ; Log Settings
  90.  
  91. log_Verbosity = 1 ; only log errors
  92. log_IncludeTime = 1
  93.  
  94. ; Tweaks
  95.  
  96. g_skipIntro = 1 ; skips all intro movies
  97. g_enableInitialLoginScreen = 0 ; disable login screen at game startup
  98. g_gamespy_loginUI = 0 ; disable multiplayer login screen
  99. ;cl_fov = 75 ; larger Field of View, not sure if it works properly
  100. i_mouse_smooth = 30 ; disable mouse smoothing completely (0 should disable smoothing, but doesn't entirely)
  101.  
  102. g_dlcPurchaseOverwrite = 1 ; "Cheat to unlock DLC content on PC without purchase" -Crytek
  103. g_presaleUnlock = 1 ; 1 unlocks presale content without voucher
  104.  
  105. ; Userdefined Settings
  106.  
  107. r_displayInfo = 0
  108. con_restricted = 0
Advertisement
Add Comment
Please, Sign In to add comment