Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-23-2008, 06:21 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Light Effects

Well, a lot of LATs ask me for light effect scripts for their levels, and I was told to start making my scripts more public so here's my first code gallery post:

Colorful windmill, probably my favorite light effect:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.maxlights 30;
  
onTimeout();
  
this.0.05;
}
function 
onTimeout() {
  
this.= (this.0.05) - int((this.0.05) / 3) * 3;
  for(
temp.this.ttemp.this.maxlightstemp.++) {
    
showimg(500 temp.i"light3.png"sin(temp.temp.i) * (temp.5), cos(temp.temp.i) * (temp.5));
    
changeimgvis(500 temp.i0);
    
changeimgzoom(500 temp.i0.5 + (temp.90));
    
changeimgcolors(500 temp.icos(temp.temp.i), abs(cos(temp.28.8 temp.i:280)), abs(sin(temp.temp.i)), 0.5);
  }
  
setTimer(.05);

and someone asked for an "infinity" sign..

PHP Code:
//#CLIENTSIDE
function onCreated() {
  for(
temp.0temp.<= 50temp.++) {
    
showimg(200 temp.b"light3.png"sin(temp.b) * 10arctan(sin(temp.b) * cos(temp.b)) * 10);
    
changeimgvis(200 temp.b3);
    
changeimgcolors(200 temp.b,  (0.16 + ((this.this.y) ^ 1.5) / 1000) / 1.70.250.16 + ((this.this.y) ^ 1.5) / 10000.9);
  }


And an X-Box sign (for lulz):
PHP Code:
function onCreated() {
  for(
temp.0temp.402temp.<= 50temp.++, temp.--) {
    
showimg(200 temp.b"light3.png"sin(temp.b) * 3arctan(sin(temp.b) / cos(temp.c)) * 3);
    
changeimgvis(200 temp.b3);
    
changeimgcolors(200 temp.b,  0.20.250.10.5);
  }

__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #2  
Old 01-23-2008, 07:25 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Nice effects
__________________
Reply With Quote
  #3  
Old 01-23-2008, 08:26 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by Chompy View Post
Nice effects
Thanks
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #4  
Old 01-23-2008, 08:32 PM
Rapidwolve24 Rapidwolve24 is offline
North*
Join Date: Oct 2007
Location: Massachusetts
Posts: 178
Rapidwolve24 is on a distinguished road
Send a message via AIM to Rapidwolve24 Send a message via MSN to Rapidwolve24
picsplz.
Reply With Quote
  #5  
Old 01-23-2008, 11:14 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Congratulations on your first post in the Code Gallery!
__________________
Reply With Quote
  #6  
Old 01-24-2008, 04:00 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by cbkbud View Post
Congratulations on your first post in the Code Gallery!
Yeah I hope you will post more nice scripts
__________________
Reply With Quote
  #7  
Old 01-25-2008, 01:13 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
I should learn to use cos() and sin() sometimes
__________________
Reply With Quote
  #8  
Old 01-25-2008, 01:39 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Inverness View Post
I should learn to use cos() and sin() sometimes
They're actually pretty simple. I would go for it. Makes many things much simpler.
__________________
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 12:32 AM.


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