Page 1 of 1

[CS:GO/ANY?] Map Lighting Changer

Posted: Tue Nov 23, 2021 3:31 pm
by greenie
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
// 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

download