Raised This Month: $51 Target: $400
 12% 

[L4D2]Forever in the dark?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lg_
Junior Member
Join Date: Oct 2019
Old 10-10-2019 , 20:56   [L4D2]Forever in the dark?
Reply With Quote #1

Who can make such a plugin? I like long nights.This is perfect for me.

I want a place other than the flashlight to be bright. Other places are completely dark.

I can provide this vpk mod. Inside is a hidden game mode. Where the "pitchblack" mode is like this.

gamecode: map c2m1_highway pitchblack
gamecode: map c2m1_highway cmutationlast

His black atmosphere and layout are a bit like what I mean.

Only small areas below people are bright. But I am going to smx plugin instead of local server mod.

Here are the plugins I modified. But he can't achieve the night. So who can modify this smx plugin?

I am sure the secret is in the mod. But I don't understand these.

Let the smx plugin be able to do this night in every l4d2 map.

Or maybe this night can actually be implemented with cvar code? or new useful smx?

Thanks for any helpful help here!!! Maybe my English is very rough.:哭::哭:
Attached Files
File Type: txt modecode.txt (13.7 KB, 163 views)
File Type: sp Get Plugin or Get Source (Dark night.sp - 432 views - 3.4 KB)
File Type: zip mutation mod.zip (1.07 MB, 157 views)
lg_ is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 10-10-2019 , 21:19   Re: [L4D2]Forever in the dark?
Reply With Quote #2

Try the Silvers's [L4D2] Weather Control plugin.
__________________

Last edited by Marttt; 10-10-2019 at 21:20.
Marttt is offline
lg_
Junior Member
Join Date: Oct 2019
Old 10-10-2019 , 21:42   Re: [L4D2]Forever in the dark?
Reply With Quote #3

Quote:
Originally Posted by Marttt View Post
Try the Silvers's [L4D2] Weather Control plugin.
It has a lot of particle effects. But I set the color of the fog. Can't achieve results. At the same time, the sky is not pure black, it is the weather, the weather effect of the game.
lg_ is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 10-10-2019 , 22:20   Re: [L4D2]Forever in the dark?
Reply With Quote #4

Looks like this plugin uses a custom skybox, that's why it is all black, no standard skyboxes are like this way.
The other configs can be achieved through the Weather plugin.

here is some info:
https://developer.valvesoftware.com/...#Left_4_Dead_2
__________________
Marttt is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-10-2019 , 23:40   Re: [L4D2]Forever in the dark?
Reply With Quote #5



Code:
    "very_dark"
    {
        "skybox"               "sky_l4d_c4m4_hdr"
        "light_style"          "b"
        "background"           "1 1 1"
        "fog_color"            "1 1 1"
        "sun"                  "0"
        "rain"                 "0"
        "rain_storm"           "250"
        "wind"                 "0"
        "clouds"               "1"
        "forever"              "1"
        "lightning"            "0"
        "lightning_damage"     "0"
        "lightning_flash"      "0"
        "fog_idle"             "100"
        "fog_storm"            "100"
        "fog_blend"            "4"
        "fog_idle_start"       "-256"
        "fog_storm_start"      "-256"
        "fog_opaque_idle"      "0.9"
        "fog_opaque_storm"     "0.9"
        "duration_max"         "0"
        "duration_min"         "0"
        "timeout"              "0"
        "trigger_timer"        "0"
        "trigger_finale"       "50"
        "trigger_horde"        "50"
        "trigger_panic"        "50"
        "trigger_tank"         "50"
        "trigger_tank_death"   "50"
        "trigger_witch_alert"  "50"
        "trigger_witch"        "50"
    }

You can make it pitch black.
__________________
Silvers is offline
luis enrique
Member
Join Date: Oct 2017
Location: peru
Old 10-11-2019 , 00:02   Re: [L4D2]Forever in the dark?
Reply With Quote #6

Quote:
Originally Posted by Silvers View Post


Code:
    "very_dark"
    {
        "skybox"               "sky_l4d_c4m4_hdr"
        "light_style"          "b"
        "background"           "1 1 1"
        "fog_color"            "1 1 1"
        "sun"                  "0"
        "rain"                 "0"
        "rain_storm"           "250"
        "wind"                 "0"
        "clouds"               "1"
        "forever"              "1"
        "lightning"            "0"
        "lightning_damage"     "0"
        "lightning_flash"      "0"
        "fog_idle"             "100"
        "fog_storm"            "100"
        "fog_blend"            "4"
        "fog_idle_start"       "-256"
        "fog_storm_start"      "-256"
        "fog_opaque_idle"      "0.9"
        "fog_opaque_storm"     "0.9"
        "duration_max"         "0"
        "duration_min"         "0"
        "timeout"              "0"
        "trigger_timer"        "0"
        "trigger_finale"       "50"
        "trigger_horde"        "50"
        "trigger_panic"        "50"
        "trigger_tank"         "50"
        "trigger_tank_death"   "50"
        "trigger_witch_alert"  "50"
        "trigger_witch"        "50"
    }

You can make it pitch black.




hello sir silver that does your complement is not the boy, and if it is from you could you put more heavens?
luis enrique is offline
lg_
Junior Member
Join Date: Oct 2019
Old 10-11-2019 , 00:37   Re: [L4D2]Forever in the dark?
Reply With Quote #7



sliver,I mean,could make it just like that

dark night = no light

The range you can see,just Range of flashlight illumination. outside and indoor always no light

i think everything is in drak just pure dark. If you don't turn on the flashlight,Nothing can be seen

use that atmosphere with power flashlight and dynamic flashlight will Absolute realism
lg_ is offline
lg_
Junior Member
Join Date: Oct 2019
Old 10-11-2019 , 00:39   Re: [L4D2]Forever in the dark?
Reply With Quote #8

Quote:
Originally Posted by luis enrique View Post
hello sir silver that does your complement is not the boy, and if it is from you could you put more heavens?

yeap everything is in dark

no flashlight no way to see:
lg_ is offline
lg_
Junior Member
Join Date: Oct 2019
Old 10-11-2019 , 01:07   Re: [L4D2]Forever in the dark?
Reply With Quote #9

Quote:
Originally Posted by Silvers View Post


Code:
    "very_dark"
    {
        "skybox"               "sky_l4d_c4m4_hdr"
        "light_style"          "b"
        "background"           "1 1 1"
        "fog_color"            "1 1 1"
        "sun"                  "0"
        "rain"                 "0"
        "rain_storm"           "250"
        "wind"                 "0"
        "clouds"               "1"
        "forever"              "1"
        "lightning"            "0"
        "lightning_damage"     "0"
        "lightning_flash"      "0"
        "fog_idle"             "100"
        "fog_storm"            "100"
        "fog_blend"            "4"
        "fog_idle_start"       "-256"
        "fog_storm_start"      "-256"
        "fog_opaque_idle"      "0.9"
        "fog_opaque_storm"     "0.9"
        "duration_max"         "0"
        "duration_min"         "0"
        "timeout"              "0"
        "trigger_timer"        "0"
        "trigger_finale"       "50"
        "trigger_horde"        "50"
        "trigger_panic"        "50"
        "trigger_tank"         "50"
        "trigger_tank_death"   "50"
        "trigger_witch_alert"  "50"
        "trigger_witch"        "50"
    }

You can make it pitch black.
no like this
i want everything is in dark but flashlight range
lg_ is offline
lg_
Junior Member
Join Date: Oct 2019
Old 10-11-2019 , 02:19   Re: [L4D2]Forever in the dark?
Reply With Quote #10



How can we see things in the dark without light in reality?

so that car should't be seen
Attached Files
File Type: cfg l4d2_storm.cfg (22.2 KB, 153 views)
lg_ is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:59.


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