Advertisement
Guest User

system.cfg

a guest
Feb 16th, 2011
2,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1.  
  2.  
  3. ; crysis2
  4.  
  5. sys_game_folder=GameCrysis2
  6.  
  7. sys_dll_game=CryGameCrysis2.dll
  8.  
  9. sys_user_folder=Crysis2
  10.  
  11. r_ShadersRemoteCompiler=0 ; 0 means local shader compiling
  12.  
  13. r_displayInfo = 0 ; disable info at top right of screen
  14.  
  15. r_enableAltTab = 0 ; disable alt-tabbing, since it crashes the beta anyway
  16.  
  17. log_Verbosity = 1 ; only log errors
  18.  
  19. log_WriteToFile = 0 ; don’t write log to file
  20.  
  21. sys_languages = “english,french,spanish,german,turkish”
  22.  
  23. sys_float_exceptions = 0 ; disable performance expensive float exceptions
  24.  
  25. net_inactivitytimeout = 32 ; nr. of sec until server trows inactive connection away (was set ridiculously high)
  26.  
  27. net_inactivitytimeoutDevmode = 32 ; same as above, but for Devmode (don’t know why you’d want to play multiplayer in Devmode?)
  28.  
  29. g_enableInitialLoginScreen = 0 ; disable login screen at game startup
  30.  
  31. g_gamespy_loginUI = 0 ; disable multiplayer login screen
  32.  
  33. net_lanbrowser = 1 ; find LAN (local) matches instead of internet matches in multiplayer serverbrowser
  34.  
  35. net_initLobbyServiceToLan = 1 ; make LAN (local) lobbies instead of internet lobbies in multiplayer
  36.  
  37. sv_lanonly = 1 ; launch LAN only server
  38.  
  39. sv_servername = “LAN” ; server name (should show up in LAN serverbrowser)
  40.  
  41. sv_gs_report = 0 ; don’t report to gamespy
  42.  
  43. sv_gs_trackstats = 0 ; don’t send stats to gamespy
  44.  
  45. sv_cheatprotection = 1 ; we don’t want to cheat now do we
  46.  
  47. s_SpeakerConfig = 2 ; 2 is stereo config, seems to provide more consistent quality compared to surround
  48.  
  49. s_FormatType = 3 ; 24 bit sample rate sound
  50.  
  51. cl_fov = 75 ; larger Field of View, not sure if it works properly
  52.  
  53. pl_movement.power_sprint_targetFov = 65 ; increased field of view when sprinting
  54.  
  55. r_DrawNearFoV = 75 ; draw near objects in our newly increases field of view
  56.  
  57. cl_nickname = “NICKNAME” ; nickname for multiplayer (might not work, in that case, type name NICKNAME in console ingame)
  58.  
  59. i_mouse_smooth = 30 ; disable mouse smoothing completely (0 should disable smoothing, but doesn’t entirely)
  60.  
  61. g_dlcPurchaseOverwrite = 1 ; “Cheat to unlock DLC content on PC without purchase” -Crytek
  62.  
  63. g_ignoreDLCRequirements = 1 ; shows servers in browser that run DLC you don’t have
  64.  
  65. g_presaleUnlock = 0 ; 1 unlocks presale content without voucher
  66.  
  67. g_skipIntro = 1 ; skips all intro movies
  68.  
  69. g_useOnlineServiceForDedicated = 0 ; dedicated server in LAN mode (don’t know for sure, this config crashes dedicated server anyway)
  70.  
  71. e_TerrainDeformations = 1 ; possible to deform terrain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement