Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] sv_allowlighteffects #988

Open
Maxi605 opened this issue Oct 9, 2023 · 2 comments
Open

[Feature Request] sv_allowlighteffects #988

Maxi605 opened this issue Oct 9, 2023 · 2 comments

Comments

@Maxi605
Copy link

Maxi605 commented Oct 9, 2023

Since light are set on map compilation we are left with pretty much nothing to do to change/remove this effects and some of this effects can cause low fps on low-end PCs.

My suggestion is to add a cvar that is on by default (on meaning that the light effects are allowed) to choose if we want this effects to work on the maps.

I made this suggestion on ReGameDLL rehlds/ReGameDLL_CS#877 but i was told that it might be best for it to be here.

@rtxa
Copy link

rtxa commented Oct 14, 2023

I don't think you can disable something like that, lights are set on map compilation like you said, which means there's no way you can modify this from server-side (ReHLDS), if you are talking about dynamic lights, that's something you need to modify from client-side which is already supported in Half-Life custom clients but not so sure in CS 1.6 custom clients.

@dystopm
Copy link
Contributor

dystopm commented Oct 15, 2023

I don't think you can disable something like that, lights are set on map compilation like you said, which means there's no way you can modify this from server-side (ReHLDS), if you are talking about dynamic lights, that's something you need to modify from client-side which is already supported in Half-Life custom clients but not so sure in CS 1.6 custom clients.

He didn't clarify it is reffering to the dynamic light changing of some light(_spot) entities, like flickering and others, which can be edited server-side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants