Advertisement
Guest User

AutoEXEC FOR GMOD

a guest
Jul 24th, 2018
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1.  
  2. //Launch Settings : -high -novid -nojoy -windowed -noborder -w -h -nod3d9ex
  3. //clearing
  4.  
  5. clear
  6.  
  7. menu_cleanupgmas
  8. ai_clear_bad_links
  9. r_flushlod
  10. scene_flush
  11. snd_async_flush
  12. clear_debug_overlays
  13.  
  14. mat_reducefillrate "1" // Reduces fill-rate, sets the in-game option Shader detail to low. Should be set to 1 if using dxlevel 80 or 81.
  15. mat_reduceparticles 1
  16.  
  17. //To see your FPS and other things type this in the console
  18.  
  19. //Net_graph "3"
  20. //cl_showfps "2"
  21.  
  22. cl_showfps 1
  23.  
  24. // Lighting / Shadows / High Dynamic Range (HDR) //
  25.  
  26. mat_fastspecular "1"
  27. r_maxdlights "0"
  28. r_occlusion "1"
  29. mat_hdr_enabled "0" // Disables High Dynamic Range, HDR.
  30. mat_hdr_level "0" // Double Disable High Dynamic Range, HDR.
  31. r_lightaverage "0" // Disables light average.
  32. r_PhysPropStaticLighting "0" // Disables Lighting on static props.
  33. mat_disable_lightwarp "1" // Disables light-warp.
  34. mat_specular "0" // Turns off specular lighting. Less shine.
  35. mat_filterlightmaps "0" // Pre-rendered lighting will be blocky and unrealistic.
  36.  
  37. // Shadows
  38. mat_shadowstate "0"
  39. r_shadowrendertotexture "0"
  40.  
  41. //Flashlight
  42.  
  43. r_shadows "1" // Change this to "0" If your don't need your flashlight. //Shadows and player flashlights.
  44. r_dynamic "0" // Dynamic lighting.
  45. r_flashlightmodels "1" // Flash light models
  46. r_flashlightdepthtexture "0"
  47.  
  48. // Filter + Anti-aliasing / Threads + Rendering //
  49.  
  50. mat_trilinear "0"
  51. mat_antialias "0" // Disables Anti aliasing.
  52. mat_forceaniso "0" // Double Disable Anti aliasing.
  53.  
  54. mat_queue_mode "2" // You can also put -2,-1,0,1,2 //
  55. cl_threaded_bone_setup "1"
  56. cl_threaded_client_leaf_system "1"
  57. gmod_mcore_test "1"
  58. r_threaded_particles "1" // Determines whether the particle system is multi-threaded. This should be set to 1 on systems with multi-core CPUs.
  59. r_threaded_renderables "1" // Determines whether part of the rendering system is multi-threaded. This can be set to 1 on systems with multi-core CPUs.
  60. snd_mix_async 1 // If set to 1, this command will allow multi-core CPUs to run most of the sound engine in parallel with the renderer, which can improve performance and reduce stuttering.
  61. r_threaded_client_shadow_manager "1"
  62.  
  63.  
  64.  
  65. // Connection //
  66.  
  67. cl_interp "0.0325" // Interpolate x seconds from game (0.02 = 20ms)
  68. cl_interp_ratio "1" // Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate).
  69. cl_lagcompensation "1" // Perform server side lag compensation of weapon firing events.
  70. cl_pred_optimize "1" // Optimize for not copying data if didn't receive a network update (1), and also for not re-predicting if there were no errors (2)
  71. cl_smooth "1" // If set to 1 attempts to smooth the view after prediction errors.
  72. cl_smoothtime "0.7" // Time over which to smooth the view after prediction errors if cl_smooth is enabled.
  73. cl_interp_npcs 0.1
  74. cl_cmdrate "66" // Number of command packets sent to the server per sec
  75. cl_updaterate "66" // Number of packets per second you are requesting from the server.
  76. rate "20000" // Max bytes/sec the host can receive data.
  77. cl_predict "1"
  78. cl_predictweapons "1"
  79. cl_resend "1.5" change it to 1.5 if you want the most the least is 6
  80. cl_allowdownload "1"
  81. cl_allowupload "1"
  82. cl_forcepreload "1" // Forces all information to pre-load.
  83. sv_forcepreload "1" // Forces server-side pre-loading.
  84. cl_downloadfilter "all" // Put nosounds if you want.
  85. net_maxroutable "1260"
  86. net_queued_packet_thread "1"
  87. net_splitrate "2"
  88. net_compresspackets "0"
  89.  
  90. // Enabled sprays / Motion Blur //For sprays to be enabled you need your R_decals and mp_decals to be high. //
  91.  
  92. cl_playerspraydisable "0"
  93. r_spray_lifetime "2"
  94.  
  95. // Decals / Motion Blur //
  96.  
  97. mp_decals "2048"
  98. r_decals "2048"
  99. r_decal_cullsize "15" // Higher = more performance. Decals higher than the specified size in pixels will be removed straight away.
  100. r_decalstaticprops 0
  101. r_drawdetailprops 0
  102. r_drawmodeldecals 0
  103.  
  104. mat_motion_blur_enabled "0"
  105.  
  106. // Gibs / Props / Bloom //
  107.  
  108. cl_phys_props_enable "0"
  109. cl_phys_props_max "0"
  110. r_propsmaxdist "1"
  111. func_break_max_pieces "0"
  112. props_break_max_pieces 0 // If you break a table the small parts will disappear.
  113. props_break_max_pieces_perframe 0 // If you break a table the small parts will disappear.
  114.  
  115. //Keeping blood on helps fps.
  116.  
  117. violence_ablood 1 // Alien blood when you shoot them
  118. violence_agibs 0 // Disables alien gore when they are hit.
  119. violence_hblood 1 // Human blood when you shoot someone.
  120. violence_hgibs 0 // Disables human gore when they are hit.
  121.  
  122. // Bloom //
  123.  
  124. mat_bloomscale "0"// Disables bloom.
  125. mat_disable_bloom "1" // Double disable bloom.
  126. r_bloomtintg "0"
  127. r_bloomtintb "0"
  128. r_bloomtintexponent "0"
  129. r_bloomtintr "0"
  130.  
  131. // Ropes / Rag-dolls / facial features //
  132.  
  133.  
  134. rope_smooth_enlarge 0
  135. rope_smooth_maxalpha 0
  136. rope_smooth_maxalphawidth 0
  137. rope_smooth_minalpha 0
  138. rope_smooth_minwidth 0
  139. r_ropetranslucent 0
  140. rope_smooth 0 // Disables smoothing on ropes.
  141. rope_wind_dist 0 // Ropes will not move.
  142. rope_shake 0 // Ropes will not shake.
  143. rope_collide 0 // Ropes will not collide.
  144. rope_averagelight "0"
  145. rope_rendersolid "0"
  146. rope_subdiv "0"
  147. r_queued_ropes "1"
  148.  
  149. g_ragdoll_maxcount "32"
  150. g_ragdoll_important_maxcount "1"
  151. g_ragdoll_fadespeed "0"
  152. g_ragdoll_lvfadespeed "1"
  153. ragdoll_sleepaftertime "0"
  154.  
  155. r_flex "0" // Disables flex, model related.
  156. r_lod "2" // Rate at which level of detail is stripped from objects as they recede away from the player. The lower the value, the more detail remains visible on objects as they progress into the distance, reducing performance but increasing image quality. (Probably requires sv_cheats)
  157. r_rootlod "2" // Lower quality on player models.
  158. r_teeth "0" // No teeth on player models.
  159. r_eyes "0" // No eyes on player models.
  160. lod_transitiondist "400" // At wich distance the models should be detailed, 400 = lowest value.
  161. r_eyeshift_x "0"
  162. r_eyeshift_y "0"
  163. r_eyeshift_z "0"
  164. r_eyesize "0"
  165.  
  166. ai_expression_optimization "1" // Disables NPC expressions when you can't see them.
  167.  
  168. // Mouse //
  169.  
  170. sensitivity // Your sensitivity.
  171. m_rawinput "1" // Raw Input on
  172. m_yaw "0.0165"
  173. m_customaccel "0" //Mouse Acceleration off
  174. m_customaccel_exponent “0” //Acceleration Amount
  175. m_mousespeed "0" //Windows mouse acceleration off
  176. m_mouseaccel1 "0" //Windows mouse acceleration initial threshold (2x movement)
  177. m_mouseaccel2 "0" //Windows mouse acceleration secondary threshold (4x movement)
  178.  
  179. // Texture Details // Particles / Graphical //
  180.  
  181. mat_clipz "1"
  182. mat_colorcorrection "0"
  183. mat_colcorrection_disableentities 1
  184. mat_parallaxmap "0" // Decreases visual quality.
  185. mat_filtertextures "0" // Textures will be blocky and unrealistic.
  186. mat_picmip "2" // Higher = more mip-mapping. Without `sv_cheats 1', you're looking
  187. // at a range from -1 to 2, -1 being the best quality, 2 being the
  188. // worst.
  189.  
  190. r_3dsky "0" // Removes all the background outside of the map.
  191.  
  192. cl_detail_avoid_force "0"
  193. cl_detail_avoid_radius "0"
  194. cl_detail_avoid_recover_speed "0"
  195. cl_detaildist 0 // Range at which detail props are shown (e.g. grass) Lower = more performance.
  196. cl_detailfade 400 // Range at which detail props fade into view. Higher = more performance.
  197.  
  198. r_renderoverlayfragment "0" // This will remove text on the walls and paper etc.
  199.  
  200. sv_robust_explosions "0" // Explosions will be less spectacular.
  201.  
  202. mat_mipmaptextures "0" // Disables mini-map textures, which harsh-ens textures.
  203. mat_bumpmap 0 // Disables bump mapping which makes flat 2D textures appear three dimensional.
  204. mat_compressedtextures "1" // If set to 1, uses compressed textures for optimal performance. For those with graphics cards which have higher amounts of Video RAM (e.g. 256MB or more) setting this to 0 will improve texture appearance at the possible cost of some performance, but may cause a crash.
  205.  
  206.  
  207. // Water //
  208.  
  209. r_waterdrawreflection 0
  210. r_waterdrawrefraction 0
  211. r_cheapwaterstart "1" // Lower water quality.
  212. r_cheapwaterend "1" // Lower water quality.
  213. r_waterforceexpensive "0" // Lower water quality.
  214. r_waterforcereflectentities "0"
  215. cl_show_splashes "0" // Disables water splashes.
  216. mat_wateroverlaysize "0" // Lower water resolution.
  217.  
  218.  
  219. // Gun / Impact / Sound //
  220.  
  221. cl_detail_max_sway "0" // No detail sway.
  222. cl_wpn_sway_interp "0" // No weapon sway.
  223. cl_ejectbrass "0" // Weapons will not eject shells while firing.
  224.  
  225. r_drawflecks "0" // Removes bullet impact particles
  226. cl_new_impact_effects "0"
  227.  
  228. // Sound
  229.  
  230. dsp_enhance_stereo 0
  231. dsp_slow_cpu 1
  232. snd_async_fullyasync 1
  233. snd_pitchquality 1
  234. snd_spatialize_roundrobin 1
  235. snd_mixahead "0.05"
  236. windows_speaker_config "1"
  237. snd_legacy_surround "0"
  238.  
  239. // (Other,Misc) //
  240.  
  241. con_enable "1" // Enables console
  242. fps_max "0" // Change this number to "0" or "132" if you like.
  243. //Setting this to 0 will uncap it but will load maps 90 seconds slower.
  244.  
  245. viewmodel_fov "70.000000"
  246.  
  247. mat_monitorgamma 1.6 // brightness
  248.  
  249. mat_vsync "0" // Removes tares.
  250.  
  251. sv_logbans "0"
  252. sv_logecho "0"
  253. sv_logfile "0"
  254.  
  255. xbox_autothrottle "0"
  256. xbox_throttlebias "0"
  257. xbox_throttlespoof "0"
  258.  
  259. mat_powersavingsmode "0"
  260.  
  261. joystick 0
  262.  
  263. mat_fastclip 1
  264.  
  265. mat_fastnobump 0
  266.  
  267. mat_disable_fancy_blending 1
  268.  
  269. mat_envmapsize 0
  270. mat_envmaptgasize 0
  271.  
  272. echo "CFG LOADED! CFG LOADED! CFG LOADED! Made by Derpy"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement