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
* add toggle on about page for a help file
* add more sections
* add more shortcuts, and a method to filter lines to dev branch only
* add slider hotkeys
* Add basic indent support to help
(removed github link in help text since it wasn't clickable or selectable)
* Update help.txt
Co-authored-by: QuickStick <31533893+QuickStick123@users.noreply.github.com>
* Update help.txt
* Formatting
---------
Co-authored-by: Nightblade <Nightblade@users.noreply.github.com>
Co-authored-by: QuickStick <31533893+QuickStick123@users.noreply.github.com>
Co-authored-by: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com>
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Shift While scrolling on a slider makes it 5 times faster
47
+
Ctrl While scrolling on a slider makes it 5 times slower
48
+
49
+
When creating an item either through item creator or adding an item pressing ctrl will add it to the first slot and ctrl+shift will add it to the second slot e.g. offhand for a weapon.
50
+
51
+
Passive Tree Shortcuts:
52
+
53
+
Ctrl Hide tooltips while held
54
+
P Toggle node power
55
+
Ctrl + D Toggle stat diff display
56
+
PgUp/PgDn/MWheel Zoom in / out (hold with shift to increase amount of zoom x 3)
57
+
Ctrl + LMB Zoom in on mouse cursor position
58
+
Hold Shift Enable "path trace mode" (nodes highlighted will be added to a path which will be allocated when the final node is clicked on the tree)
59
+
60
+
Developer Use
61
+
62
+
General Shortcuts:
63
+
64
+
Ctrl + ` Toggle console (console supports most standard editing shortcuts)
65
+
Pause Toggle profiling
66
+
DEV[ ]
67
+
DEV[Developer Mode Shortcuts:]
68
+
DEV[ ]
69
+
DEV[Ctrl Rebuild mod cache (hold key during reload / refresh)]
70
+
DEV[Ctrl + Shift Allow tree download]
71
+
DEV[Alt Show advanced mod breakdown / passing]
72
+
DEV[F5 Restart]
73
+
DEV[F6 Run garbage collector]
74
+
DEV[Shift Copy export xml to clipboard (hold key during export)]
75
+
76
+
---[Other Notable Things][5]
77
+
78
+
Adding ^ and then a number or hex code before text will change the colour of the text, eg ^^77 will make all text white
0 commit comments