Textures FullBright on Model

Post topics regarding Level Building/Design and Entity Usage with Reality Factory
Post Reply
User avatar
Vertex
Posts: 108
Joined: Fri May 22, 2015 1:01 am
Location: Colombia
Contact:

Textures FullBright on Model

Post by Vertex » Thu Jun 25, 2015 6:43 pm

Hello, my character takes a flashlight that is worn on the head , but I would like to put on full bright material representing the portion where the light emitted , as I do this?

Image

Image
http://www.iris3dgames.com Reality Factory Spanish :wink:

User avatar
Vertex
Posts: 108
Joined: Fri May 22, 2015 1:01 am
Location: Colombia
Contact:

Re: Textures FullBright on Model

Post by Vertex » Fri Jun 26, 2015 1:46 am

As I make the glass shine the flashlight ?

Image
http://www.iris3dgames.com Reality Factory Spanish :wink:

Allanon
Posts: 493
Joined: Mon Aug 29, 2005 8:23 am

Re: Textures FullBright on Model

Post by Allanon » Fri Jun 26, 2015 3:13 am

Put a bone where you want the light on the hat and attach a corona and light to that bone.

Veleran
Posts: 891
Joined: Mon Aug 22, 2005 10:22 am
Location: Greece

Re: Textures FullBright on Model

Post by Veleran » Fri Jun 26, 2015 4:18 am

It has to be a seperate actor that doe s not use its master lightning settings,but has its own lightning confuguration like Ambient Light 127 127 127 or even 255 255 255 so it always shows up even in the dark.
You can possibly use the low level commands if it is a pawn hat you can set it to "glow" in the Pawn ini settings or even change the lightning through a script with commands like that

Code: Select all

SetEntityLighting(string EntityName, float FillColorR, float FillColorG, float FillColorB, float AmbientColorR, float AmbientColorG, float AmbientColorB, bool AmbientLightFromFloor); 
Changes the FillColor and AmbientColor of the specified entity (Pawn, StaticEntityProxy, Attribute, Player). For the player use "Player" as EntityName.


If it is just an attribute entity i think the ambient and fill color settings can do what you want.

User avatar
Vertex
Posts: 108
Joined: Fri May 22, 2015 1:01 am
Location: Colombia
Contact:

Re: Textures FullBright on Model

Post by Vertex » Fri Jun 26, 2015 5:10 am

Image

:)
http://www.iris3dgames.com Reality Factory Spanish :wink:

Post Reply