Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-02-2002, 03:50 AM
Frolic_RC2 Frolic_RC2 is offline
Banned
Join Date: Jan 2002
Posts: 960
Frolic_RC2 is on a distinguished road
Light Effects

Well we all know how to do light effects, but how do you do "dark effects"?

(Starts out at the tilese darkness, then gets darker and darker)
Reply With Quote
  #2  
Old 06-02-2002, 04:17 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
you can't sadly... it would be posible if stefan added transparency tho. Or the ability to slap an alpha layer dirived from an image... like lets say I wanna make the normal graal tile lamp transparent. We have our little nice animated lamp but when i do setcoloreffect. It makes it a big gamma mess. Well a command like

setalphalayer image;

and

setimagealpha index,image;

would be great.... I will attach a sample alpha layer. This image would make the lamp about %50 opacity

this would make it posible to do shadows since we could make black transparent, and really thats the only way to do it.
Attached Images
 
__________________

subliminal message: 1+1=3
Reply With Quote
  #3  
Old 06-02-2002, 04:20 AM
Frolic_RC2 Frolic_RC2 is offline
Banned
Join Date: Jan 2002
Posts: 960
Frolic_RC2 is on a distinguished road
Quote:
Originally posted by Falcor
you can't sadly... it would be posible if stefan added transparency tho. Or the ability to slap an alpha layer dirived from an image... like lets say I wanna make the normal graal tile lamp transparent. We have our little nice animated lamp but when i do setcoloreffect. It makes it a big gamma mess. Well a command like

setalphalayer image;

and

setimagealpha index,image;

would be great.... I will attach a sample alpha layer. This image would make the lamp about %50 opacity

this would make it posible to do shadows since we could make black transparent, and really thats the only way to do it.
Woah in that case I'm angry >=O I really need this...

Well then, need to make a future improvements thread..
Reply With Quote
  #4  
Old 06-02-2002, 09:12 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Yes, we need these commands. Maybe Kai he use his Jedi mind tricks to make stefan check out this thread
__________________

subliminal message: 1+1=3
Reply With Quote
  #5  
Old 06-02-2002, 11:16 PM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
Quote:
Originally posted by Falcor
Yes, we need these commands. Maybe Kai he use his Jedi mind tricks to make stefan check out this thread
Or maybe he could do something more conventional, like e-mailing him. Then again, why is it Kaimetsu's problem?
Reply With Quote
  #6  
Old 06-03-2002, 03:27 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Its not his PROBLEM. Its just that hes gots some contacts that I don't.
__________________

subliminal message: 1+1=3
Reply With Quote
  #7  
Old 06-03-2002, 09:47 PM
azuretek23 azuretek23 is offline
Registered User
azuretek23's Avatar
Join Date: May 2002
Location: Phoenix, AZ
Posts: 516
azuretek23 is on a distinguished road
Send a message via ICQ to azuretek23 Send a message via AIM to azuretek23
bad monkey....
Reply With Quote
  #8  
Old 06-04-2002, 12:41 PM
Birdbird_0 Birdbird_0 is offline
am yum
Birdbird_0's Avatar
Join Date: Mar 2001
Location: California
Posts: 4,436
Birdbird_0 is on a distinguished road
Send a message via AIM to Birdbird_0
Yeah, stefan really needs to add
Opacity
Desaturation
and hue ;D
Reply With Quote
  #9  
Old 06-04-2002, 02:35 PM
magicbud3344 magicbud3344 is offline
Banned
Join Date: Mar 2002
Location: mEEP
Posts: 0
magicbud3344 is on a distinguished road
Send a message via AIM to magicbud3344
Yeah i agree! um......this is one of my first postings here...hmmm hello guys XD
Reply With Quote
  #10  
Old 06-04-2002, 06:10 PM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
Quote:
Originally posted by magicbud3344
Yeah i agree! um......this is one of my first postings here...hmmm hello guys XD
Greetings.
Reply With Quote
  #11  
Old 06-06-2002, 09:07 PM
prozacboy666 prozacboy666 is offline
Registered User
Join Date: Mar 2002
Posts: 130
prozacboy666 will become famous soon enough
To make my room dark i use this

if (playerenters){
seteffect .23,.42.53.86;
}
or something numbers close to that. -_-
Reply With Quote
  #12  
Old 06-07-2002, 08:14 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Uhm... You misunderstand. We dont wanna make the ENTIRE ROOM DARK. Just the NPC. We want ACUAL TRANSPARENCY, not lights which use their own image as the alpha layer.
__________________

subliminal message: 1+1=3
Reply With Quote
  #13  
Old 06-08-2002, 07:01 AM
Frolic_RC2 Frolic_RC2 is offline
Banned
Join Date: Jan 2002
Posts: 960
Frolic_RC2 is on a distinguished road
Quote:
Originally posted by Falcor
Uhm... You misunderstand. We dont wanna make the ENTIRE ROOM DARK. Just the NPC. We want ACUAL TRANSPARENCY, not lights which use their own image as the alpha layer.
Yes exactly.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.