Raised This Month: $32 Target: $400
 8% 

Glow player?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
proffs
Senior Member
Join Date: Jul 2013
Old 04-19-2015 , 15:04   Glow player?
Reply With Quote #1

Is it possible to make players glow? I've been googling and searching without any luck.

In AMX you can glow with rendering the player model.


How is it done in SM?
proffs is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 04-19-2015 , 15:07   Re: Glow player?
Reply With Quote #2

Depends on what you want, if you want every one to see the glow then it's pretty easy, theres a netprop for that.
If you want only certain players to see it then it gets tricky and I would look into this plugin: https://forums.alliedmods.net/showthread.php?p=1915130

You didnt specify the game though, this is only possible in tf2, l4d/2, and cs:go.
Mitchell is offline
necavi
Veteran Member
Join Date: Sep 2010
Old 04-19-2015 , 15:12   Re: Glow player?
Reply With Quote #3

I believe that proffs is asking about a GlowShell, which is not possible in any source game, to my knowledge. The closest is a glow outline, for the games you listed.

Side note: I miss glowshells so much.
necavi is offline
proffs
Senior Member
Join Date: Jul 2013
Old 04-19-2015 , 16:00   Re: Glow player?
Reply With Quote #4

I want so everyone sees, if I want to glow a admin for example so ppl knows. how can I do that?
proffs is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 04-19-2015 , 16:22   Re: Glow player?
Reply With Quote #5

As you were told above, things may or may not be possible depending on the game.

What game(s) are you talking about?
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 04-20-2015 , 22:21   Re: Glow player?
Reply With Quote #6

He probably just means glow colors on a player (as in rendering a colored tint on their model)...

Code:
SetEntityRenderMode(client, RENDER_GLOW);
SetEntityRenderColor(client, iR, iG, iB, iA);
Replace iR, iG, and iB with RGB values between 0 and 255. iA is an alpha between 0 and 255.
__________________
ThatOneGuy is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 04-21-2015 , 04:36   Re: Glow player?
Reply With Quote #7

RENDER_GLOW ? wat
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 04-21-2015 , 10:57   Re: Glow player?
Reply With Quote #8

Quote:
Originally Posted by friagram View Post
RENDER_GLOW ? wat
I'm at work, so I cant tell you which include it is in, but it is a default include for SM. Go to your include folder and run a search for that word and it should show you a define somewhere.
__________________
ThatOneGuy is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 04-21-2015 , 11:08   Re: Glow player?
Reply With Quote #9

If you are thinking about sprite tender modes like world space glow and such, they are only meant to be used on sprites...
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 04-21-2015 , 11:37   Re: Glow player?
Reply With Quote #10

Quote:
Originally Posted by friagram View Post
If you are thinking about sprite tender modes like world space glow and such, they are only meant to be used on sprites...
They can be used on players also, however OP still has said the game. They look similar to the normal render alpha used to make entities transparent.
If i had to guess this was for cs:go, and he's not able to get it to work cause you cannot change ap layers transparency like that.

Last edited by Mitchell; 04-21-2015 at 11:38.
Mitchell is offline
Reply


Thread Tools
Display Modes

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 -4. The time now is 04:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode