regener

autoexec.cfg (Apex Legends)

Feb 26th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. // Origin Games\Apex\cfg\autoexec.cfg
  2. // Origin indítási beállításokhoz:
  3. // -novid -nomenuvid +exec autoexec
  4. // Akár -refresh 75 is (vagy amilyen frissítésen vagy)
  5.  
  6. // FPS Limit
  7. fps_max 144 // 0-144, felette 144 marad
  8. fps_max_menu 75 // Csak akkor él ha fps_max > 0
  9.  
  10. bind_US_standard "F5" "fps_max 0" 0 // FPS Limit Ki
  11. bind_US_standard "F6" "fps_max 144" 0 // FPS Limit 144
  12. bind_US_standard "INS" "cl_showfps 1" 0 // FPS és egyéb adatok mutatása
  13. bind_US_standard "DEL" "cl_showfps 0" 0 // Fentiek elrejtése
  14. bind_US_standard "HOME" "exec autoexec" 0 // Ezen fájl újraolvasása
  15.  
  16. // Kliens-Szerver mozgási szinkront javítja
  17. cl_predict "1"
  18.  
  19. // Egér
  20. m_rawinput "1"
  21. m_filter "0"
  22. m_acceleration "0"
  23.  
  24. // Grafika butítás
  25. cl_gib_allow "0"
  26. cl_particle_fallback_base "0"
  27. cl_particle_fallback_multiplier "0"
  28. cl_ragdoll_collide "0"
  29. cl_ragdoll_maxcount "0"
  30. cl_ragdoll_self_collision "0"
  31. csm_enabled "0" // Árnyékok, sokat dob ha 0
  32. csm_cascade_res "1024"
  33. csm_coverage "1"
  34. dlight_enable "0"
  35. dof_enable "0"
  36. func_break_max_pieces "0"
  37. m_waterLevel "0"
  38. mat_antialias_mode "0" // Élsimítás, 0 vagy 12 (TAA)
  39. mat_depthfeather_enable "0"
  40. mat_disable_bloom "1"
  41. mat_forceaniso "8" // Azért nézzen ki valahogy a textúra legalább
  42. mat_hdr_level "0"
  43. mat_mip_linear "0"
  44. mat_override_sky_colors "0"
  45. mat_picmip "0"
  46. mat_specular "0"
  47. modeldecals_forceAllowed "1"
  48. particle_cpu_level "0"
  49. r_PhysPropStaticLighting "0"
  50. r_ambientfraction "0.2"
  51. r_createmodeldecals "0"
  52. r_decals "0"
  53. r_dynamic "0"
  54. r_lod "100"
  55. r_lod_switch_scale "0.50" // Sokat számít, de 0.13 alá ne menj mert van amit nem látsz pedig ott lesz mikor lőni akarsz
  56. r_rootlod "100"
  57. r_visambient_point "10"
  58. shadow_depth_dimen_min "0"
  59. shadow_depth_upres_factor_max "0"
  60. shadow_enable "0"
  61. shadow_maxdynamic "0"
  62. ssao_enabled "0"
  63. volumetric_lighting "0"
Add Comment
Please, Sign In to add comment