Left 4 Dead 2

Left 4 Dead 2

71 个评价
Desert Rifle / full auto
   
奖励
收藏
已收藏
取消收藏
Game Content: Weapons
Weapons: Rifle
文件大小
发表于
更新日期
4.112 KB
2019 年 5 月 25 日 上午 5:04
2021 年 7 月 26 日 上午 8:28
4 项改动说明 ( 查看 )

订阅以下载
Desert Rifle / full auto

描述
Single taps still have the burst (nothing I can do about that), but if you hold the left mouse button down it will shoot full automatic. When releasing the mouse button it will finish it's last burst, though. (this works in online multiplayer)

In single player the accuracy, and damage have been buffed slightly.
To compensate for these changes I made the magazine size smaller: From 60 rounds to 36 rounds. (works only in single player)


*This is just a script with no weapon model and only works in single player (unless a server uses my mod of course)*
25 条留言
Taco enjoyer 7 月 5 日 下午 7:18 
can you make a mod like this but instead each shot dose 245 damagen thanks
GoneDiaz 2 月 8 日 下午 7:54 
Pretty good scrrpt I'd say. Get the best of Full auto and burst at the same time
Mickey Meth 2024 年 6 月 9 日 上午 11:17 
why change the mag size
madapucker 2023 年 8 月 14 日 上午 4:02 
pls make e3/beta script (FAST Full auto)
Dvasong_***** 2023 年 8 月 13 日 上午 7:30 
make a version with no ammo script pls
3uz-fe_4.3_V8 2023 年 7 月 24 日 上午 5:53 
that single tap burst is pretty similar to the KF7 soviet in 007
where your gun is automatic when it hold
Mirror System X 2023 年 1 月 2 日 下午 4:01 
Interestingly, burst fire actually keeps it being there all the time. You just exceed the delay's threshold and iit seems like if it isn't apparent, but the base burst behaviour is not changed.
The delay seems unaffected by anything we do in the desert rifle's script, so it seems to be set in another document, probably some common one.
Matt de Ovale  [作者] 2022 年 6 月 20 日 上午 11:33 
cant do anything about that, i've tried. read the description
Rawkfist 2022 年 6 月 20 日 上午 11:30 
when i change the cycletime value it turns into burst fire. how do i double up to old SCAR speed but keep auto shots?
Matt de Ovale  [作者] 2022 年 6 月 20 日 上午 3:09 
@guts nick
It has been a while but looking at the mod again it looks like"CycleTime" "0.07" is used for the rate of fire. In my own mod I changed it from 0.07 to 0.105:

"CycleTime" "0.105" // was 0.07

This was done because I looked up the real life statistics on the rate of fire for the Scar-H. (60 / 550 = 0.19 and 60 / 650 = 0.09, I think I decided to go down the middle.)
//The double slash means this is a comment, any text on the same line doesn't affect the code.

By decreasing the value the firing rate increases, because you'll decrease the time between bullets.