Advertisement
Guest User

Untitled

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