https://forums.alliedmods.net/showthread.php?t=326478
- Download files
- Put the MapLightingChanger.smx file into your servers \addons\sourcemod\plugins\
- Put the map_lighting_changer.cfg file into your servers \addons\sourcemod\configs\
- Edit config (map_lighting_changer.cfg)
- Restart your server
// 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" // Lightning value (Use the alphabet "b" being the darkest, "z" being the brightest)
}
"de_train"
{
"light" "z"
}
"de_nuke"
{
"light" "m"
}
}