alpha lights {help}

GTA:V Modding with ZModeler3 discussion.
Post Reply
andreas132z
Posts: 64
Joined: Sun Apr 30, 2023 5:47 pm

alpha lights {help}

Post by andreas132z »

hi, its there a tutorial for alpha lights? how to make them, like i have a old dodge and the model have only a `blank` mesh on tailights with texture , the model have no light bulb, what can i do?
andreas132z
Posts: 64
Joined: Sun Apr 30, 2023 5:47 pm

Re: alpha lights {help}

Post by andreas132z »

andreas132z wrote: Wed Nov 15, 2023 5:52 am hi, its there a tutorial for alpha lights? how to make them, like i have a old dodge and the model have only a `blank` mesh on tailights with texture , the model have no light bulb, what can i do?
help :roll:
User avatar
Oleg
Site Admin
Posts: 14490
Joined: Fri Feb 06, 2004 3:54 am
Contact:

Re: alpha lights {help}

Post by Oleg »

not sure what exactly you want to do.
The game uses bones/objects position to place corona effect (configured in metadata file). Also, the game uses "vehicle_lightsemissive" material to draw all vehicle lights. This material respects ID on a polygon to determine whether render in emissive mode or in default mode. The ID is assigned in properties of selected polygons. If you do not need any geometry/texture to be lit as the taillight, just don't assign the associated ID onto any polygon. If your scene has an associated bone/object (it could be a dummy object), the game will know where to place the corona effect for the light, but no polygons/textures will light up for such a light. In most of cases, creating a textured light with "vehicle_lightsemissive" material is a good choice, as you can precisely control the shape of lit surface. The alpha of texture used on this material is the intensity/strength of emissive light. Thus, using a low alpha values on texture can create a dimmed/dull but sill lit lights in game.

If you enable "GTA V" in Settings->General->Compatibility->Settings selection, you will have a "GTA 5 Options" branch in properties window for selected polygons. This options window, in particular, allows an easy ID assignment of vehicle lights.
Post Reply