Last active
July 22, 2022 16:16
-
-
Save toriato/6862afadf76c67861f4eae8cf901d328 to your computer and use it in GitHub Desktop.
Garry's Mod CFGs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cl_showpos 1 | |
cl_showfps 1 | |
net_graph 0 | |
net_graphheight 50 | |
net_graphpos 1 | |
// performance | |
fps_max 63 | |
menu_cleanupgmas | |
gmod_mcore_test 1 | |
studio_queue_mode 1 | |
mem_max_heapsize 4096 | |
cl_threaded_client_leaf_system 1 | |
cl_threaded_bone_setup 1 | |
mat_queue_mode -2 | |
mat_bloom_scalefactor_scalar 0 | |
mat_bloomscale 0 | |
r_queued_ropes 1 | |
r_threaded_renderables 1 | |
r_threaded_particles 1 | |
r_threaded_client_shadow_manager 1 | |
r_queued_post_processing 1 | |
r_shadow_allowdynamic 1 | |
r_shadow_allowbelow 1 | |
r_shadowfromanyworldlight 1 | |
r_shadow_lightpos_lerptime 0.5 | |
r_shadow_shortenfactor 2 | |
r_flushlod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hostname "REPLACEME" | |
sv_loadingurl "REPLACEME" | |
// engine | |
g_ragdoll_maxcount 0 | |
mp_falldamage 1 | |
//================================= | |
// SANDBOX | |
//================================= | |
// sandbox convars | |
sbox_bonemanip_misc 0 | |
sbox_bonemanip_npc 0 | |
sbox_bonemanip_player 0 | |
sbox_godmode 0 | |
sbox_noclip 1 | |
sbox_playershurtplayers 1 | |
sbox_weapons 0 | |
// sandbox limits | |
sbox_maxballoons 10 | |
sbox_maxbuttons 10 | |
sbox_maxcameras 10 | |
sbox_maxdynamite 10 | |
sbox_maxeffects 9999 | |
sbox_maxemitters 10 | |
sbox_maxhoverballs 10 | |
sbox_maxlamps 4 | |
sbox_maxlights 4 | |
sbox_maxnpcs 9999 | |
sbox_maxprops 9999 | |
sbox_maxragdolls 9999 | |
sbox_maxsents 9999 | |
sbox_maxthrusters 50 | |
sbox_maxturrets 4 | |
sbox_maxvehicles 9999 | |
sbox_maxwheels 50 | |
//================================= | |
// ADDONS | |
//================================= | |
// addon sandbox limits | |
sbox_maxgpaint_boards 8 | |
sbox_maxsimfphysturrets 1 | |
// TTT | |
ttt_posttime_seconds 10 | |
// utime | |
utime_welcome 0 | |
// Arctic's Customizable Weapons | |
// https://steamcommunity.com/sharedfiles/filedetails/?id=2131057232 | |
// arccw_ttt_atts = 1 | |
// arccw_ttt_ammo = 1 | |
// arccw_ttt_replace = 1 | |
arccw_apex_ttt_ammo = 0 // too many apex ammos, thos shit cause lags and not worthy | |
// Sliding Ability | |
// https://steamcommunity.com/sharedfiles/filedetails/?id=2287816257 | |
sliding_ability_cooldown_jump 2 // prevent bhop | |
// WeaponSets | |
// https://steamcommunity.com/sharedfiles/filedetails/?id=523399678 | |
weaponsets_loadoutset "sandbox" | |
//================================= | |
// DELETED ADDONS (ARCHIVES) | |
//================================= | |
// Simple Render Distance | |
// https://steamcommunity.com/sharedfiles/filedetails/?id=2513275664 | |
// svc_caneditlevel 0 | |
// svc_performancemode 1 | |
// svc_disablereceiveshadows 1 | |
// svc_disbleshadowdepth 0 | |
// svc_disableshadows 0 | |
// svc_shadowdistance 500 | |
// svc_propmin -1 | |
// svc_propmax 10000 | |
// svc_playermin 3000 | |
// svc_playermax 3000 | |
// svc_npcmin 3000 | |
// svc_npcmax 3000 | |
// svc_vehiclemin -1 | |
// svc_vehiclemax 10000 | |
// svc_weaponmin -1 | |
// svc_weaponmax 500 | |
// svc_doormin -1 | |
// svc_doormax 3000 | |
// svc_miscmin -1 | |
// svc_miscmax 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment