Left 4 Dead 2

Left 4 Dead 2

509 értékelés
[V-Script] Bloody Chainsaw Framework
   
Díjazás
Kedvenc
Kedvenc
Törlés
Game Content: Weapons
Game Modes: Single Player
Weapons: Melee
Fájlméret:
Közzétéve:
1.929 KB
2024. máj. 1., 9:59
1 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
[V-Script] Bloody Chainsaw Framework

Leírás
Allows the Chainsaw to get covered in blood on your own local server.

Example mod

How to use on custom models
open the models vmt and add the following:
//////////////// ///BLOOD/// //////////////// "$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" } }
24 megjegyzés
HazyAPI nov. 22., 9:33 
Only items in first-person view or dropped items have a blood effect; items held in third-person view do not show a blood effect.
Bezimienny! máj. 24., 19:10 
Got a "AN ERROR HAS OCCURED [the index 'GetClassname' does not exist]" on line 28.
I'm guessing GetActiveWeapon somehow returned null.
Cuba  [készítő] máj. 5., 9:11 
no idea
Migzzzz máj. 5., 8:53 
Compatible with N-Pack melee?
Cuba  [készítő] jan. 2., 1:04 
yeah
Dard Bandor 2024. nov. 3., 21:30 
For those who wondering, you must suscribe to the other part of the mod here: https://steamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3236984526

The code above is for modded chainsaw. You'll need gcfscape and vtfedit_v133 in order to edit the vmt file in your custom chainsaw.
✶ GXz ✶ 2024. júl. 23., 0:50 
whats the map hes in
BLURGERPSYCHO 2024. júl. 9., 12:00 
question. How do i place the script in the chainsaw's model vtm if it doesnt exist?
M_A_U_R_I_C_E 2024. jún. 5., 20:13 
what's a "models vmt"?