Graal Forums  

Go Back   Graal Forums > Private forums > Graal4 Forums > Graal V4 Main Forum
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 10-21-2005, 04:02 AM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
Request: Light silhouette

Yeah.. I don't really know what to call this, but..

Is there any way a command could be added that gives an image a light effect, but only the silhouette?

For example:
NPC Code:
function onCreated() {
showimg(300, "light4.png", x, y);
changeimgcolors2(300, 1, 0, 0, 1);
}



It turns the non-transparent parts of the image pure red, instead of just tinting it.

I know I explained this badly.. Does anyone understand what I mean?
  #2  
Old 10-24-2005, 10:10 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Not Really
  #3  
Old 10-24-2005, 11:21 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by ChibiChibiLuc
Yeah.. I don't really know what to call this, but..

Is there any way a command could be added that gives an image a light effect, but only the silhouette?

It turns the non-transparent parts of the image pure red, instead of just tinting it.

I know I explained this badly.. Does anyone understand what I mean?
Perhaps a few pictures would help?
  #4  
Old 10-25-2005, 02:56 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
He basically wants to showpoly in the shape of whatever image he's using...

Like so:

Last edited by haunter; 07-12-2007 at 08:16 PM..
  #5  
Old 10-25-2005, 01:32 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Hmmm should work like this
changeimgmode index,1;
changeimgcolors index,1,0,0,1;

(or eventually changeimgcolors index,1,0,0,0.99; )
  #6  
Old 10-26-2005, 02:02 PM
Magadal Magadal is offline
Banned
Join Date: Jan 2005
Location: Germany
Posts: 942
Magadal will become famous soon enough
Quote:
Originally Posted by Stefan
Hmmm should work like this
changeimgmode index,1;
changeimgcolors index,1,0,0,1;

(or eventually changeimgcolors index,1,0,0,0.99; )

Everytime I use changeimgmode index,1; my light/image is gray :D.
 


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 02:36 PM.


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