AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO/ANY?] Map Lighting Changer (https://forums.alliedmods.net/showthread.php?t=326478)

Nocky 08-02-2020 10:28

[CS:GO/ANY?] Map Lighting Changer
 
MAP LIGHTING CHANGER
With this plugin you can change certain map lighting (Brightness)

Preview - https://i.imgur.com/Y0obCtB.png

Configuration
addons/sourcemod/configs/map_lighting_changer.cfg
Code:

// b - darkest
// m - normal (Default)
// z - brightest

// !!! DONT USE "a" value, because this value making surfaces completely black !!!

"MapLightingChanger"
{
        "de_dust2" // Map Name
        {
                "light"                "b" // Lighting value (Use the alphabet "b" being the darkest, "z" being the brightest)
        }
        "de_train"
        {
                "light"                "z"
        }
        "de_nuke"
        {
                "light"                "m"
        }
}

Installation
1. Download files
2. Put the MapLightingChanger.smx file into your servers \addons\sourcemod\plugins\
3. Put the map_lighting_changer.cfg file into your servers \addons\sourcemod\configs\
4. Edit config (map_lighting_changer.cfg)
5. Restart your server


Credits
Thanks ivenuss for help with key values arrays

Download
Main repository
Direct download

_Black_Yuzia_ 08-02-2020 11:19

Re: [CS:GO/ANY?] Map Lighting Changer
 
wow, nice

FroGeX 01-24-2021 06:37

Re: [CS:GO/ANY?] Map Lighting Changer
 
on community maps causing light glitches any fix?

Nocky 02-08-2021 15:29

Re: [CS:GO/ANY?] Map Lighting Changer
 
Quote:

Originally Posted by FroGeX (Post 2734061)
on community maps causing light glitches any fix?

What glitches? Any screenshot?


All times are GMT -4. The time now is 18:01.

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