• List of GMod console commands?
    61 replies, posted
Where is there a list of console commands for GMOD??
There's hundreds of thousands.. You can't list them all.
If he means ones created by Lua, there isn't one.
You can type gmod in console. Then you can scroll through all available commands. For more info: [url]http://wiki.garrysmod.com/wiki/?title=Console[/url]. Dunno where the list with gmod console commands IS though.
That's not all the commands though, that's only ones that start with gmod_.
cvarlist log cvarlist.txt Will get you the standard cvarlist in a textfile in the garrysmod folder.
someone if you know tell me where i can find RCON commands e.g rcon hostname blah blah (this changes your server name) or rcon kick <name> (kicks) or even rcon_password (changes the rcon password) you get my drift. so where can i find more please
Try [url]developer.valvesoftware.com[/url]
[url]http://developer.valvesoftware.com/wiki/Console_Command_List[/url]
How do you spawn a physgun and tool gun with console?
phys gun is this give weapon_physgun don't know toolgun
[QUOTE=BlueSaint;13601978]How do you spawn a physgun and tool gun with console?[/QUOTE] [QUOTE=Killerkyogre;14067785]phys gun is this give weapon_physgun don't know toolgun[/QUOTE] give gmod_tool
how do i bring up that performance graph? with all the bars graph's and whatnot's
[QUOTE=cue kalamos;14380756]how do i bring up that performance graph? with all the bars graph's and whatnot's[/QUOTE] [code]net_graph[/code] net_graph 0 = off net_graph 1 = minimal information net_graph 3 = maximum information Enter a number between 1 and 3 (I'm not 100% sure but I THINK 3 is maximum. Well you can just try 4 and see what happens) There's also cl_showfps 1 which only shows the FPS. Net_graph isn't very good because it drains your FPS to have that graph showing. (And a thing that is supposed to warn you that you have low fps draining your fps isn't doing its job, is it? :P) About the ORIGINAL TOPIC: For a complete list of console commands, go ingame and type [code] find sv find sbox find mp find cl find gmod [/code] and any others I missed.
Does anyone know the bind code for reload? i accidently unbinded all keys and im trying to find some
bind r "+reload" OR you could look in Options -> Keyboard. There's a reason it's there.
These commands are for Garry's Mod only, and control a variety of aspects related to the game/server. "gm_clearfonts" "gm_giveswep" "gm_gridsize" "gm_showhelp" "gm_showspare1" "gm_showspare2" "gm_showteam" "gm_snapdegrees" "gm_snaptogrid" "gm_spawn" "gm_spawnsent" "gm_spawnswep" "gm_spawnvehicle" "-gm_special" "+gm_special" "gmod_admin_cleanup" "gmod_camera" "gmod_cleanup" "gmod_drawhelp" "gmod_npc_weapon" "gmod_physiterations" "gmod_spawnnpc" "gmod_tool" "gmod_toolmode" "gmod_undo" "gmod_undonum" "gmod_vehicle_viewmode" STool Commands These commands are to be used with gmod_toolmode, they signify the type of STool. These are relative to a default GMod installation. Tools with capital letters in them (tool_Settings) are usually developer oddities. "tool_axis" "tool_balloon" "tool_ballsocket" "tool_ballsocket_adv" "tool_ballsocket_ez" "tool_Bloom" "tool_button" "tool_camera" "tool_ColorMod" "tool_colour" "tool_DoF" "tool_duplicator" "tool_duplicator_remove" "tool_duplicator_select" "tool_duplicator_store" "tool_dynamite" "tool_elastic" "tool_emitter" "tool_eyeposer" "tool_faceposer" "tool_finger" "tool_Fog" "tool_Hiding" "tool_hoverball" "tool_hydraulic" "tool_ignite" "tool_inflator" "tool_keepupright" "tool_lamp" "tool_light" "tool_magnetise" "tool_material" "tool_Model" "tool_Morph" "tool_MotionBlur" "tool_motor" "tool_muscle" "tool_nail" "tool_nocollide" "tool_Overlay" "tool_paint" "tool_physprop" "tool_pulley" "tool_remover" "tool_rope" "tool_rtcamera" "tool_ServerSettings" "tool_Settings" "tool_Sharpen" "tool_slider" "tool_spawner" "tool_statue" "tool_SunBeams" "tool_SuperDoF" "tool_thruster" "tool_trails" "tool_turret" "tool_Tweaks" "tool_Undo" "tool_User_Cleanup" "tool_weld" "tool_weld_ez" "tool_wheel" "tool_winch" Tool Setting Commands These commands allow you to choose whether a certain tool should be allowed or disallowed "toolmode_allow_axis" "toolmode_allow_balloon" "toolmode_allow_ballsocket" "toolmode_allow_ballsocket_adv" "toolmode_allow_ballsocket_ez" "toolmode_allow_button" "toolmode_allow_camera" "toolmode_allow_colour" "toolmode_allow_duplicator" "toolmode_allow_dynamite" "toolmode_allow_elastic" "toolmode_allow_emitter" "toolmode_allow_example" "toolmode_allow_eyeposer" "toolmode_allow_faceposer" "toolmode_allow_finger" "toolmode_allow_hoverball" "toolmode_allow_hydraulic" "toolmode_allow_ignite" "toolmode_allow_inflator" "toolmode_allow_keepupright" "toolmode_allow_lamp" "toolmode_allow_leafblower" "toolmode_allow_light" "toolmode_allow_magnetise" "toolmode_allow_material" "toolmode_allow_motor" "toolmode_allow_muscle" "toolmode_allow_nail" "toolmode_allow_nocollide" "toolmode_allow_paint" "toolmode_allow_physprop" "toolmode_allow_pulley" "toolmode_allow_remover" "toolmode_allow_rope" "toolmode_allow_rtcamera" "toolmode_allow_slider" "toolmode_allow_spawner" "toolmode_allow_statue" "toolmode_allow_thruster" "toolmode_allow_trails" "toolmode_allow_turret" "toolmode_allow_weld" "toolmode_allow_weld_ez" "toolmode_allow_wheel" "toolmode_allow_winch" "tooltip_delay" Sandbox Limits These settings specify limits. "sbox_maxprops" "sbox_maxragdolls" "sbox_maxvehicles" "sbox_maxeffects" "sbox_maxballoons" "sbox_maxnpcs" "sbox_maxdynamite" "sbox_maxlamps" "sbox_maxlights" "sbox_maxwheels" "sbox_maxthrusters" "sbox_maxhoverballs" "sbox_maxbuttons" "sbox_maxemitters" "sbox_maxspawners" "sbox_maxturrets" Retrieved from "http://wiki.garrysmod.com/?title=Console"
First - Use code tags Second - this thread is really, really, old.
[QUOTE=cody8295;15181118][code]These commands are for Garry's Mod only, and control a variety of aspects related to the game/server. "gm_clearfonts" "gm_giveswep" "gm_gridsize" "gm_showhelp" "gm_showspare1" "gm_showspare2" "gm_showteam" "gm_snapdegrees" "gm_snaptogrid" "gm_spawn" "gm_spawnsent" "gm_spawnswep" "gm_spawnvehicle" "-gm_special" "+gm_special" "gmod_admin_cleanup" "gmod_camera" "gmod_cleanup" "gmod_drawhelp" "gmod_npc_weapon" "gmod_physiterations" "gmod_spawnnpc" "gmod_tool" "gmod_toolmode" "gmod_undo" "gmod_undonum" "gmod_vehicle_viewmode" STool Commands These commands are to be used with gmod_toolmode, they signify the type of STool. These are relative to a default GMod installation. Tools with capital letters in them (tool_Settings) are usually developer oddities. "tool_axis" "tool_balloon" "tool_ballsocket" "tool_ballsocket_adv" "tool_ballsocket_ez" "tool_Bloom" "tool_button" "tool_camera" "tool_ColorMod" "tool_colour" "tool_DoF" "tool_duplicator" "tool_duplicator_remove" "tool_duplicator_select" "tool_duplicator_store" "tool_dynamite" "tool_elastic" "tool_emitter" "tool_eyeposer" "tool_faceposer" "tool_finger" "tool_Fog" "tool_Hiding" "tool_hoverball" "tool_hydraulic" "tool_ignite" "tool_inflator" "tool_keepupright" "tool_lamp" "tool_light" "tool_magnetise" "tool_material" "tool_Model" "tool_Morph" "tool_MotionBlur" "tool_motor" "tool_muscle" "tool_nail" "tool_nocollide" "tool_Overlay" "tool_paint" "tool_physprop" "tool_pulley" "tool_remover" "tool_rope" "tool_rtcamera" "tool_ServerSettings" "tool_Settings" "tool_Sharpen" "tool_slider" "tool_spawner" "tool_statue" "tool_SunBeams" "tool_SuperDoF" "tool_thruster" "tool_trails" "tool_turret" "tool_Tweaks" "tool_Undo" "tool_User_Cleanup" "tool_weld" "tool_weld_ez" "tool_wheel" "tool_winch" Tool Setting Commands These commands allow you to choose whether a certain tool should be allowed or disallowed "toolmode_allow_axis" "toolmode_allow_balloon" "toolmode_allow_ballsocket" "toolmode_allow_ballsocket_adv" "toolmode_allow_ballsocket_ez" "toolmode_allow_button" "toolmode_allow_camera" "toolmode_allow_colour" "toolmode_allow_duplicator" "toolmode_allow_dynamite" "toolmode_allow_elastic" "toolmode_allow_emitter" "toolmode_allow_example" "toolmode_allow_eyeposer" "toolmode_allow_faceposer" "toolmode_allow_finger" "toolmode_allow_hoverball" "toolmode_allow_hydraulic" "toolmode_allow_ignite" "toolmode_allow_inflator" "toolmode_allow_keepupright" "toolmode_allow_lamp" "toolmode_allow_leafblower" "toolmode_allow_light" "toolmode_allow_magnetise" "toolmode_allow_material" "toolmode_allow_motor" "toolmode_allow_muscle" "toolmode_allow_nail" "toolmode_allow_nocollide" "toolmode_allow_paint" "toolmode_allow_physprop" "toolmode_allow_pulley" "toolmode_allow_remover" "toolmode_allow_rope" "toolmode_allow_rtcamera" "toolmode_allow_slider" "toolmode_allow_spawner" "toolmode_allow_statue" "toolmode_allow_thruster" "toolmode_allow_trails" "toolmode_allow_turret" "toolmode_allow_weld" "toolmode_allow_weld_ez" "toolmode_allow_wheel" "toolmode_allow_winch" "tooltip_delay" Sandbox Limits These settings specify limits. "sbox_maxprops" "sbox_maxragdolls" "sbox_maxvehicles" "sbox_maxeffects" "sbox_maxballoons" "sbox_maxnpcs" "sbox_maxdynamite" "sbox_maxlamps" "sbox_maxlights" "sbox_maxwheels" "sbox_maxthrusters" "sbox_maxhoverballs" "sbox_maxbuttons" "sbox_maxemitters" "sbox_maxspawners" "sbox_maxturrets" Retrieved from "http://wiki.garrysmod.com/?title=Console"[/code][/QUOTE] Useless noob bump is useless noob bump. :downs:
[QUOTE=Divran;15208570]Useless noob bump is useless noob bump. :downs:[/QUOTE] Then why did you post? Just let it die dammit.
What is a console command to drop your current weapon
What is the console command on a server to clear all decals?
[code]find drop[/code] [code]find decals[/code]
Is there a command to drop your toolgun?
Nice bump. [highlight](User was banned for this post ("Why reply?" - Benji))[/highlight]
Is there?
[QUOTE=DaPepsiCola;16727733]Is there?[/QUOTE] ughh. Did you realised what have you done? On a serious note, (So i can't get problems with a certain guy) ,I don't know if you can drop it, but there is a prop for it.
Ok then, and im sorry if i messed somthing up i havent used a fourm befor
whats the command to change or reset the rcon password
rcon_password [i]password[/i]
Sorry, you need to Log In to post a reply to this thread.