Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, i'm going through many lighting plugins to find one best suited for optimization and customization.

Namely, i'm looking for a lighting plugin that can support many lights on large maps, including the ability to support vehicle lighting- however I am noticing in the demo there is no function for terrain tags and I wish to find out what the story is behind it because it's mentioned as a function on this page.

-Skurge

It's available in the newest version of the plugin, but the demo still uses region IDs rather than the terrain tags from what I last remember. By default, the terrain tags for walls are 1 and wall tops/caps are 2. 

If you want a great plugin that's customizable, you're in the right spot for it. Shora's is the only one I've meddled with that functions like Khas's light scripts/plugins. 

One thing I didn't find is if there is a way to configure the colours of the terrain tag lights, do you know how to?

Do you mean the shadows? There are no terrain tag lights, only terrain tag shadows. If you want to change the shadow ambient color, it would be in map defaults. 

For changing light colors however, you would want to either modify an existing light, or duplicate one within the custom light setting. In your given light's settings, you can change either the tint or the color filter to change the light color. 

And if on the off chance you meant changing the numbers for the terrain tags, they're under the game settings. You can then change the tileset's terrain tags from there to the ones in game settings, in case you're using the tags for other purposes.

I didn't mean the shadows, I was assuming you could assign a colour to the 1-7 terrain tags than the standard white light, shadows I think look amazing but I figure larger maps may not handle them so they can be disabled no?


The reason why I prefer to use terrain tags for lights is because I use majority of the regions for specific purposes.

There isn't a way to control lights using terrain tags, they're only used for shadow auto-detection and creation. 

If you want to have a lot of lights, you would need to use an event calling each light, so you wouldn't need to use region or terrain IDs with them for your lighting. If you want multicolored lights, you would need to make each one in the custom light settings, then call each light by name using comments in the relevant events.