Page 4 of 4

Re: The Custom SPrites Tutorial Thread

Posted: Thu Feb 24, 2011 12:27 pm
by .+:icytux:+.
i think we should just wait until Eriance posts his redesigned custom sprite tutorial.

Re: The Custom SPrites Tutorial Thread

Posted: Sun Feb 27, 2011 9:29 pm
by Tragos
Not before I post my tutorial on digitizing figures into sprites!

Well.... I'm working on it either way...

Re: The Custom SPrites Tutorial Thread

Posted: Mon Sep 14, 2015 5:21 pm
by doomguy88
Could someone tell me why some brightness Sprites work on certain objects and not in others. I am adding some lights and brightness does not work on Some ... Another thing ceiling objects have brightness :?:

Re: The Custom SPrites Tutorial Thread

Posted: Mon Sep 14, 2015 7:10 pm
by wildweasel
doomguy88 wrote:Could someone tell me why some brightness Sprites work on certain objects and not in others. I am adding some lights and brightness does not work on Some ... Another thing ceiling objects have brightness :?:
I'm not sure what you mean by "brightness sprites."

Re: The Custom SPrites Tutorial Thread

Posted: Mon Sep 14, 2015 7:22 pm
by doomguy88
wildweasel wrote:
doomguy88 wrote:Could someone tell me why some brightness Sprites work on certain objects and not in others. I am adding some lights and brightness does not work on Some ... Another thing ceiling objects have brightness :?:
I'm not sure what you mean by "brightness sprites."
Hum ... when someone downloads the gzdoom comes a wad called lights (you know WHAT is) wanted to know if you have to leave the lighted decorations or around them, which command that uses ... sorry my English is the translator :|

Re: The Custom SPrites Tutorial Thread

Posted: Mon Sep 14, 2015 7:30 pm
by doomguy88
wildweasel wrote:
doomguy88 wrote:Could someone tell me why some brightness Sprites work on certain objects and not in others. I am adding some lights and brightness does not work on Some ... Another thing ceiling objects have brightness :?:
I'm not sure what you mean by "brightness sprites."
look at this
Actor D64Lamp1 30030
{
Radius 16
Height 75
+SOLID
States
{
Spawn:
D641 A -1 Bright here It is not always the right
Stop

Re: The Custom SPrites Tutorial Thread

Posted: Mon Sep 14, 2015 7:34 pm
by doomguy88
wildweasel wrote:
doomguy88 wrote:Could someone tell me why some brightness Sprites work on certain objects and not in others. I am adding some lights and brightness does not work on Some ... Another thing ceiling objects have brightness :?:
I'm not sure what you mean by "brightness sprites."
You have to use the PointLight?

Re: The Custom SPrites Tutorial Thread

Posted: Mon Sep 14, 2015 7:36 pm
by wildweasel
The "Bright" keyword in Decorate only means that the sprite does not get dark if it's in a darkened room. If you want it to glow, or give light to things around it, you'll need to mess with [wiki]Dynamic light[/wiki].

Re: The Custom SPrites Tutorial Thread

Posted: Mon Sep 14, 2015 7:43 pm
by doomguy88
wildweasel wrote:The "Bright" keyword in Decorate only means that the sprite does not get dark if it's in a darkened room. If you want it to glow, or give light to things around it, you'll need to mess with [wiki]Dynamic light[/wiki].
I worked ... thanks :o :D