You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,17 @@ Menu Mods is a framework for Garry's Mod that allows the user to modify the main
6
6
7
7
# Getting Started
8
8
9
-
Installation Instructions:
9
+
## Installation
10
+
10
11
Once downloaded, place the folder named "menu_mods" inside the "addons" folder in your "garrysmod" directory (usually "C:/Program Files (x86)/Steam/steamapps/common/GarrysMod/garrysmod").
11
12
13
+
## ConVars
14
+
15
+
Name | Default | Description
16
+
---- | ------- | -----------
17
+
menuMods_debugMode | 0 | Enables printing extra debug info to the console.
18
+
menuMods_enableLogging | 0 | Enables saving logs of extra debug info into the folder "data/menu_mods/logs".
19
+
12
20
## Tutorials
13
21
14
22
-[Your First Menu Option](/tutorials/your_first_menu_option.md"Your First Menu Option")
0 commit comments