Cartoon Style Game

I am making a cartoon style game and I need the light to be a constant level of brightness throughout the game, I have torches but I only need them there for props. The light itself should just be set at a set a constant inside of a set volume. Is there a way I can do this?

Just use a skylight -> it will “add” a overall brightness/lightning level to your map :slight_smile:

Just set up all your materials so that your colors/textures are all feeding the “emissive” pin, rather than the “base color” pin, and then don’t place any lights.

The advantage to this approach is you can also do it halfway; e.g. characters and enemies aren’t lit, but backgrounds have some natural lighting, or vice versa (esp if you’re going to cel shade later).

I like your thinking good sir. I did that, I do like the way it turned out but I am having a bit of issue with shadow casting.

Hi, i am trying to do a cartoon game too and had a problems with my UV’s meshes…
https://forums.unrealengine/showthread.php?50370-Lights-doesn-t-make-a-nice-result-on-my-meshes
How can i remove the lights? i am using only material colours… without tetures… so can you explain me more this tecnique to “emissive”, RhythmScrit?

I actually just took my material node and unplugged it from the base color inside of the material blueprint and then plugged it right into emissive color and it did exactly what I needed it to.

could you, please, put a picture and explain how you did that?

As he said, just connect your texture sample with the emissive :slight_smile: (so instead of connecting it with base color you will have to use the emissive)

That’s exactly right.

Emissive color indicates color that is unaffected by lighting. You can use it for anything you want to always be the same hue regardless of lighting; I use it for things like neon bars and stuff. But if you want that Mario 64-esque look of full brightness all the time, just using emissive colors for everything (and blob decals for shadows) can be a really easy way to do it… Especially since you can delete all lights from your scene entirely and avoid the entire performance cost of lighting… Whereas using a postprocess for a similar effect would still involve calculating all that lighting data, and then just discarding it.

thanks guys I had to take my kid trick or treating so I didn’t get back on till now. happy belated halloween