Left 4 Dead 2

Left 4 Dead 2

97 oy
Melee Weapon Increased Ragdoll Knockback (Lite)
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Game Content: Scripts
Game Modes: Single Player, Co-op
Weapons: Melee
Dosya Boyutu
Gönderilme
53.407 KB
17 Eki 2024 @ 23:37
1 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
Melee Weapon Increased Ragdoll Knockback (Lite)

Açıklama
Made by request, a toned down version of this mod
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3246980935&tscn=1729231596

Killing an infected with a melee weapon will cause their ragdoll to fly backwards. It's much further than in vanilla gameplay, but not as ridiculous as the original.
31 Yorum
Geebanger0  [yaratıcı] 30 Haz @ 0:54 
Or there might be another way (probably is) but I experimented with it a while back and the animations always broke unless I used the existing swings.
Geebanger0  [yaratıcı] 30 Haz @ 0:53 
Yes as far as I know you can only reuse whats already there unless you want to make custom animations
Fawk Meias 29 Haz @ 23:44 
oh wait, you can only change the millisecond from either of each swing's og millisecond?, not customise it?
Geebanger0  [yaratıcı] 29 Haz @ 0:20 
The Tonfa has 2 swings. The first swing is 1 second, the next is 0.8 seconds. I could make them both 0.8 seconds.
Fawk Meias 28 Haz @ 23:03 
can you do a .1 swing speed as experimental version?
Geebanger0  [yaratıcı] 28 Haz @ 22:34 
Yes but the difference will come down to fractions of a second. It won't be anywhere near what you're imagining with fists of fury. You likely won't even be able to tell the difference.
Fawk Meias 28 Haz @ 22:17 
a faster melee attack speed, from the simple one
Geebanger0  [yaratıcı] 28 Haz @ 4:24 
Which one?
Fawk Meias 28 Haz @ 1:45 
do you think you can do it?
Geebanger0  [yaratıcı] 27 Haz @ 23:33 
As far as I know, it can be done in 2 ways.

Melee weapons are controlled by weapon.txt script files. These files contain information relating to the swing patterns; which direction the weapon is swung, which animations are played, which hitrays to draw, etc.

The simplest way of buffing a melee is to add or change the swing pattern to a faster one. A melee might have 3 different swings in its swing pattern, EG: Swing 1 = 0.6 seconds, Swing 2 = 0.8 seconds, Swing 3 = 0.75 seconds. You can edit the weapon.txt script and change swings 2 and 3 to be identical to swing 1, making the pattern faster overall. You could also add a 4th swing, which matches swing 1.

The other way is similar, but instead of copying existing swings you make new ones. I think it requires new animations to be made though.