Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. 1. Copy crysis2(5620)_01_03 folder to Program Files(x86) and rename folder to Crysis2
  2. 2. If you have 64bit windows, go to Bin64 subfolder, if you have 32bit, go to Bin32 folder
  3. 3. Run TEST_BAND.Bat and wait till it finishes then run TEST_CLIENT.Bat and do the same
  4. 4. Go back to Crysis2 root folder and open system.cfg in notepad (in admin mode) and replace contents with:
  5.  
  6. ; crysis2
  7.  
  8. sys_game_folder=GameCrysis2
  9. sys_dll_game=CryGameCrysis2.dll
  10. sys_user_folder=Crysis2
  11.  
  12. r_ShadersRemoteCompiler=0 ; 0 means local shader compiling
  13. r_displayInfo = 0 ; disable info at top right of screen
  14. r_enableAltTab = 0 ; disable alt-tabbing, since it crashes the beta anyway
  15.  
  16. log_Verbosity = 1 ; only log errors
  17. log_WriteToFile = 0 ; don't write log to file
  18. sys_languages = "english,french,spanish,german,turkish"
  19. sys_float_exceptions = 0 ; disable performance expensive float exceptions
  20.  
  21. net_inactivitytimeout = 32 ; nr. of sec until server trows inactive connection away (was set ridiculously high)
  22. net_inactivitytimeoutDevmode = 32 ; same as above, but for Devmode (don't know why you'd want to play multiplayer in Devmode?)
  23.  
  24. g_enableInitialLoginScreen = 0 ; disable login screen at game startup
  25. g_gamespy_loginUI = 0 ; disable multiplayer login screen
  26. net_lanbrowser = 1 ; find LAN (local) matches instead of internet matches in multiplayer serverbrowser
  27. net_initLobbyServiceToLan = 1 ; make LAN (local) lobbies instead of internet lobbies in multiplayer
  28. sv_lanonly = 1 ; launch LAN only server
  29. sv_servername = "LAN" ; server name (should show up in LAN serverbrowser)
  30. sv_gs_report = 0 ; don't report to gamespy
  31. sv_gs_trackstats = 0 ; don't send stats to gamespy
  32. sv_cheatprotection = 1 ; we don't want to cheat now do we
  33.  
  34. s_SpeakerConfig = 2 ; 2 is stereo config, seems to provide more consistent quality compared to surround
  35. s_FormatType = 3 ; 24 bit sample rate sound
  36. cl_fov = 75 ; larger Field of View, not sure if it works properly
  37. pl_movement.power_sprint_targetFov = 65 ; increased field of view when sprinting
  38. r_DrawNearFoV = 75 ; draw near objects in our newly increases field of view
  39.  
  40. cl_nickname = "NICKNAME" ; nickname for multiplayer (might not work, in that case, type name NICKNAME in console ingame)
  41.  
  42. i_mouse_smooth = 30 ; disable mouse smoothing completely (0 should disable smoothing, but doesn't entirely)
  43.  
  44. g_dlcPurchaseOverwrite = 1 ; "Cheat to unlock DLC content on PC without purchase" -Crytek
  45. g_ignoreDLCRequirements = 1 ; shows servers in browser that run DLC you don't have
  46. g_presaleUnlock = 0 ; 1 unlocks presale content without voucher
  47. g_skipIntro = 1 ; skips all intro movies
  48. g_useOnlineServiceForDedicated = 0 ; dedicated server in LAN mode (don't know for sure, this config crashes dedicated server anyway)
  49.  
  50. 5. Change cl_nickname = "NICKNAME" to contain your nickname
  51. 6. Make any other settings tweaks you want, save system.cfg
  52. 7. Go back to the appropriate bin folder (Bin64 or Bin32) and run Crysis2.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement