-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
If you're still with the old theme, you might need to activate the plugin Edit
/Plugins
/.
Find "Darker Nodes" (you can search it in the top right corner) and enable it. You'll need a restart.
Find the plugin installation folder, it should be something like: D:\Program Files\Epic Games\UE_4.26\Engine\Plugins\Marketplace\DarkerNodes
.
Open the DarkerNodes.uplugin
file with a text editor and add "EnabledByDefault": true,
bellow the "Installed": true,
line.
You can change all the settings in Edit
/Editor Preferences
/Plugins
/Darker Nodes Plugin
.
You'll need to restart your editor after for the changes to take effect. (The primary color change might need two restarts)
One of those solution should work:
-
Editor Preferences
/General
/Appearance
/User Interface
- Uncheck (if not already) "Enable Window Animations"
-
Windows Control Panel
/All Control Panel Items
/System
/Advanced system settings
/Advanced
/Performance
- Uncheck (if not already) "Enable desktop composition"
-
Go to Editor Preferences
/General
/Appearance
/User Interface
- Uncheck (if not already) "Enable High DPI Support"
If the top bar goes white, an editor restart should fix it.
This can rarely happen on old projects when you upgrade Darker Nodes.
- Go to
Edit
/Editor Preferences
/Plugins
/Darker Nodes Plugin
- Click
Fix Missing Elements
(if the checkbox stay unchecked, it's normal)
Error: LoadConfig (/Script/DarkerNodes.Default__DarkerNodesSettings): import failed for ...
This means you changed a setting of Darker Nodes and an update removed/renamed that setting.
- Go to
Edit
/Editor Preferences
/Plugins
/Darker Nodes Plugin
- Change any setting (and change it back): this will trigger a config save and solve the problem
Shader compiler errors compiling...
or LowLevelFatalError: Failed to find shader map for default material...
This means you probably have your r.ShaderDevelopmentMode
set to 1.
Disable it and you should be good to go.
You can find it in the file located at [Project]\Saved\Config\Windows\EditorPerProjectUserSettings.ini
.
The configuration should be under the line [/Script/DarkerNodes.DarkerNodesSettings]
.
- First, go in the settings in
Edit
/Editor Preferences
/Plugins
/Darker Nodes Plugin
. - Then, uncheck "Master Activation". Then click on the "Reload default" checkbox (if it doesn't check, it's normal).
- Restart the editor.
- First, go in the settings in
Edit
/Editor Preferences
/General
/Appearance
. - Replace those colors:
Name | Hex sRGB |
---|---|
Colors/Selection Color | DEA309FF |
Colors/Pressed Selection Color | DA8209FF |
Colors/Inactive Selection Color | 898989FF |
Colors/Editor Windows Background Color | FFFFFFFF |
Graphs/Grid Regular Color | 343434FF |
Graphs/Grid Ruler Color | 161616FF |
Graphs/Grid Center Color | 000000FF |
- Reset the images to None in "Colors/Editor Windows Background Color" and "Colors/Editor Windows Background Override"
Darker Nodes is an Unreal Engine 4 plugin that you can find on the Unreal Engine Marketplace.