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
console_openKeybind,Console Keybind,Keycode,14,,Key that should be pressed to open the console. ,,,
5
+
console_holdCTRL,Require Ctrl,Boolean,true,,"If enabled, requires CTRL to be held in addition to the keybind.",,,
6
+
console_holdSHIFT,Require Shift,Boolean,false,,"If enabled, requires Shift to be held in addition to the keybind.",,,
7
+
console_holdALT,Require Alt,Boolean,false,,"If enabled, requires Alt to be held in addition to the keybind.",,,
8
+
,,,,,,,,
3
9
console_uiHeader,UI,Header,UI,,,,,
4
10
console_enableBackgroundBlur,Enable blur,Boolean,true,,Enable the blur that is applied to everything behind the console. This blur is only displayed when [GraphicsLib] is active and its [enableShaders] config is set to true.,,,
5
11
console_backgroundDarkening,Background darkening,Double,0.9,,"How strongly the background is darkened while the console is open. 1 is fully dark, 0 is completely visible",0,1,
@@ -15,4 +21,9 @@ console_autocompletionsCount,Autocompletions display count,Int,20,,Sets the maxi
15
21
,,,,,,,,
16
22
console_MiscHeader,Misc,Header,Misc,,,,,
17
23
console_showRAMAndVram,Show RAM/VRAM usage,Boolean,true,,Display RAM and VRAM usage in the Console.,,,
console_legacyText,Legacy Console,Text,"If you want to use the legacy console, it can be enabled in [""ConsoleCommands/data/console/console_settings.json""] by changing [""enableLegacyConsole""] from false to true.
27
+
28
+
The legacy console does not use any settings from this screen.
29
+
Configure it with the LegacyConsoleSettings command in the console.",,,,,
Copy file name to clipboardExpand all lines: mod_info.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"name": "Console Commands",
4
4
"author": "LazyWizard, Lukas04",
5
5
"utility": "true",
6
-
"version": "4.0.0",
6
+
"version": "4.0.1",
7
7
"description": "An in-game developer's console, by default summoned with control+backspace.\n\nFor a complete list of commands enter 'help'. For more information on a specific command enter 'help <command>'. Enter 'settings' to customize the console's appearance and behavior, including the key used to summon it.\n\nThis should be compatible with all mods and doesn't require a new game.",
0 commit comments