Left 4 Dead 2

Left 4 Dead 2

60 hodnocení
[V-Script] Bloody Guns And Items Framework
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Game Content: Scripts
Velikost souboru
Přidáno
5.378 KB
12. říj. v 19.40
Poznámky ke změnám (1) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
[V-Script] Bloody Guns And Items Framework

Popis
Allows all guns and items, except the chainsaw, to get covered in blood. HEAVILY based on Bloody Chainsaw Framework. If you want the chainsaw to also get covered in blood, go download that mod.

Any time you do damage to/take damage from the infected, AND are at least 200 HU close to them, the blood texture will get more visible. Max range can be changed in the settings.

This mod doesn't do anything by itself
To actually make items support this mod, you need to add the following to that item's material:

"$detail" "models/infected/hunter/hunter_01_detail.vtf" "$detailscale" "1.75" "$detailblendfactor" .001 "$detailblendmode" 0 "$detailAmount" "0" "Proxies" { "BloodyHands" { "resultVar" "$detailAmount" } "Equals" { "srcVar1" "$detailAmount" "resultVar" "$detailblendfactor" } }

Vanilla textures here

Settings can be changed in ems/bloody_guns_framework/Settings.cfg
Počet komentářů: 13
Kanchou před 33 minutami 
Does this work with reskins?
Oxxy (Real) před 47 minutami 
This is great, if it's alright it'll likely be a requirement for my future mods, I've been working on a set of weapons that would benefit greatly from this.
[T]raxex před 1 hodinou 
where to insert the code?
i agree před 5 hodinami 
extended firearms support would be very neat
NachosChipeados  [autor] před 9 hodinami 
Oh, alright then
NachosChipeados  [autor] před 10 hodinami 
From what i see, it's most like possible. I'll look into it later
withextradip před 11 hodinami 
I wonder if it would be possible to make bile stains appear on weapons and items as well
Сергей Гусев před 12 hodinami 
Back 4 Blood no more need. :-)
Mundfish před 14 hodinami 
I have always wanted to have this kind of system in the game. And now it's possible.