Quake-style fullbright colors
- Edited
AlevamLtd You can do it in the exact same fashion just need to adjust the texture intensity because Godot's renderer and Blender's renderer may calculate things differently as former is a realtime renderer and latter is not.
Godot's standard material has the emission intensity multiplier property. So try to play with it to get the similar looking results. You also may want to disable environment/ambient illumination when tuning things.
- Edited
AlevamLtd They likely pipe the textures to emission channel. Might be further enhanced with some clever color management and LUTs.
Mind, in case of your spider here, the eyes are clearly meant to be emission but you can mix multiple textures cleverly via shaders/graph. you can also instead go with emission for the eyes and albedo for the rest, then use prebaked light maps to influence the albedo too. Skip using directional lights and rely more on lightmaps and ambient lighting...
Okay, after asking around elsewhere I finally found a method that works best
- I create a second StandardMaterial pass
- Set the transparency mode to Alpha-Scissor
- Set the shading mode to Unshaded
- For the Albedo texture, I create a version of the base texture where only the fullbright pixels are visible