Garry's Mod

Garry's Mod

Atmospheric Editor
 This topic has been pinned, so it's probably important
Vuthakral  [developer] 27 Mar, 2022 @ 11:20pm
Suggestions / Requests
E
Last edited by Vuthakral; 15 Aug, 2023 @ 5:19am
< >
Showing 1-15 of 22 comments
Kiri243 λ 29 Mar, 2022 @ 10:14am 
i'd love to have brighter or bigger muzzle flashes from guns and npc's. Great Addon tho!
TROFY-KSA 29 Mar, 2022 @ 11:49am 
Use Shadow casting Point lights for these effects (projected Texture)
Would be cool to see em actually cast shadows
Frank Blaskovich 29 Mar, 2022 @ 11:54am 
Lighting that makes combine eyes give an ambient glow?
Vuthakral  [developer] 29 Mar, 2022 @ 6:57pm 
Originally posted by Kiri243 λ:
i'd love to have brighter or bigger muzzle flashes from guns and npc's. Great Addon tho!

I'm uncertain how to hook this but I can look into it; no promises though.



Originally posted by TROFY-KSA:
Use Shadow casting Point lights for these effects (projected Texture)
Would be cool to see em actually cast shadows

These are entirely custom entities which would need to be created for every entity, and the engine can only support up to 8 of them active with shadows at a time. I'd prefer to avoid them as to not intrude on people's addons or scene creating limitations.



Originally posted by Frank Blaskovich:
Lighting that makes combine eyes give an ambient glow?

I'll consider it as an additional option down the line.


I'm moving within the next few days, so all these things will have a slight wait.
TROFY-KSA 30 Mar, 2022 @ 9:27am 
Originally posted by TROFY-KSA:
Use Shadow casting Point lights for these effects (projected Texture)
Would be cool to see em actually cast shadows

Originally posted by Vuthakral:
These are entirely custom entities which would need to be created for every entity, and the engine can only support up to 8 of them active with shadows at a time. I'd prefer to avoid them as to not intrude on people's addons or scene creating limitations.


What about making them an option not turned on by default?
and only using it for certain effects?
Maybe make a muzzleflash effect that casts shadows?
Destruction 30 Mar, 2022 @ 7:06pm 
In real life, we see in a greyscaled view when their eyes are used to darkness. This effect worsens the more used to darkness we become.

When visual brightness is increased from eye adaptation, I'd like the option for the game to greyscale according to the adaptation both for realism and balance. Oh, and it probably looks cool, I guess.
Last edited by Destruction; 30 Mar, 2022 @ 7:08pm
Vuthakral  [developer] 30 Mar, 2022 @ 8:46pm 
Originally posted by Destruction:
In real life, we see in a greyscaled view when their eyes are used to darkness. This effect worsens the more used to darkness we become.

When visual brightness is increased from eye adaptation, I'd like the option for the game to greyscale according to the adaptation both for realism and balance. Oh, and it probably looks cool, I guess.

I can try working on something like this after I move, but it probably won't work very well. Lighting in a lot of peoples' maps is not done very well, and trying to calculate what is a truly "dark" space isn't always accurate.
Destruction 30 Mar, 2022 @ 9:56pm 
Originally posted by Vuthakral:
Originally posted by Destruction:
In real life, we see in a greyscaled view when their eyes are used to darkness. This effect worsens the more used to darkness we become.

When visual brightness is increased from eye adaptation, I'd like the option for the game to greyscale according to the adaptation both for realism and balance. Oh, and it probably looks cool, I guess.

I can try working on something like this after I move, but it probably won't work very well. Lighting in a lot of peoples' maps is not done very well, and trying to calculate what is a truly "dark" space isn't always accurate.
True. I was just thinking that as the addon increases visual brightness, the game moves towards a greyscaled state rather than anything like calculating for darkness. So when you are looking into darkness and the light becomes blinding, it loses some color. As I think poorly lit maps shouldn't really count, that's what request for an option is for, rather than a forced feature. Some people might not like it, either, which is also an excellent reason for it being an option.
Vuthakral  [developer] 31 Mar, 2022 @ 5:42am 
Originally posted by Destruction:
Originally posted by Vuthakral:

I can try working on something like this after I move, but it probably won't work very well. Lighting in a lot of peoples' maps is not done very well, and trying to calculate what is a truly "dark" space isn't always accurate.
True. I was just thinking that as the addon increases visual brightness, the game moves towards a greyscaled state rather than anything like calculating for darkness. So when you are looking into darkness and the light becomes blinding, it loses some color. As I think poorly lit maps shouldn't really count, that's what request for an option is for, rather than a forced feature. Some people might not like it, either, which is also an excellent reason for it being an option.

Lighting in source is volumetric, i.e. it's esier to imagine it like a voxel system (it's not) where every few world units the point in 3d space has a light value assigned to it. This is only applied for static lighting, and short of reading the pixel space of the screen (which is VERY performance unfriendly) nothing comes to mind on how I could achieve this, as I currently have not found a way to properly detect when hitting an illuminated material, nor take in account for lights such as lamps & gmod light entities without causing massive performance drops.
Destruction 31 Mar, 2022 @ 7:15pm 
Originally posted by Vuthakral:
Originally posted by Destruction:
True. I was just thinking that as the addon increases visual brightness, the game moves towards a greyscaled state rather than anything like calculating for darkness. So when you are looking into darkness and the light becomes blinding, it loses some color. As I think poorly lit maps shouldn't really count, that's what request for an option is for, rather than a forced feature. Some people might not like it, either, which is also an excellent reason for it being an option.

Lighting in source is volumetric, i.e. it's esier to imagine it like a voxel system (it's not) where every few world units the point in 3d space has a light value assigned to it. This is only applied for static lighting, and short of reading the pixel space of the screen (which is VERY performance unfriendly) nothing comes to mind on how I could achieve this, as I currently have not found a way to properly detect when hitting an illuminated material, nor take in account for lights such as lamps & gmod light entities without causing massive performance drops.
"as the addon increases visual brightness, the game moves towards a greyscaled state rather than anything like calculating for darkness"
I don't think that it needs to be calculating for a "truly 'dark' space", but just looking at the same thing as the addon normally looks at. If the addon increases visual brightness, it increases greyscaling accordingly. That's all I really would care about. Our ideas on how this is done are quite disconnected---you're overcomplicating the concept, whilst I just think that the greyscaling and brightness should be inherently connected (though loosely so that servers may disable greyscaling by cvar, since it probably only is useful to a small portion of users).
Vuthakral  [developer] 31 Mar, 2022 @ 8:29pm 
I'm... just explaining how the game calculates "brightness", not over complicating anything
Destruction 31 Mar, 2022 @ 9:35pm 
Originally posted by Vuthakral:
I'm... just explaining how the game calculates "brightness", not over complicating anything
then I am not understanding what you are saying. Sorry then.
Colin <3 1 Apr, 2022 @ 10:59am 
compatibility with stormfox2
Vuthakral  [developer] 1 Apr, 2022 @ 4:01pm 
Originally posted by HEW HEW HAW:
compatibility with stormfox2

Already a thing. I have very limited access to reading StormFox 2's data so I cannot create a proper time of day tint like I can with Simple Weather
Colin <3 1 Apr, 2022 @ 11:08pm 
Originally posted by Vuthakral:
Originally posted by HEW HEW HAW:
compatibility with stormfox2

Already a thing. I have very limited access to reading StormFox 2's data so I cannot create a proper time of day tint like I can with Simple Weather
that cool to hear!
< >
Showing 1-15 of 22 comments
Per page: 1530 50