Left 4 Dead 2

Left 4 Dead 2

Laser Pistol (Vscript)
正在显示第 1 - 4 项,共 4 项条目
更新于:5 月 9 日 上午 4:45
作者:kurochama

- Adjusted laser position to match player's position during crouching.
- Modified laser damage on objects (non zombies) to deal damage every 0.2 second. Previously it only dealt damage on first hit. Now, it deals damage every 0.2 second when laser hits an object.

更新于:5 月 2 日 下午 2:17
作者:kurochama

- A quick fix on the cfg file. I forgot to add "Laser Color" on the previous update so it didn't show up when generating a new cfg file. Now it should show up.

更新于:5 月 2 日 下午 1:51
作者:kurochama

- Added "Laser Color" feature. Now, you can freely add your own desired laser color, This consists of 3 different numbers representing RGB colors. All 3 numbers must be filled in order to prevent unwanted bugs on the laser color, & the formats must be like the examples below. Examples:
LaserColor= 255 0 0 (Red Laser).
LaserColor= 255 255 0 (Yellow Laser).
LaserColor= 255 50 0 (Orange Laser).
LaserColor= 255 0 255 (Purple Laser)

更新于:5 月 2 日 上午 9:43
作者:kurochama