Increase the speed and power of tanks when on fire.
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Video | 影片展示
None -
Image | 圖示
-
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/l4d2_tankonfire_boost.cfg
// 0=Plugin off, 1=Plugin on. l4d2_tankonfire_boost_enable "1" // Multiplier for tank speed while on fire. l4d2_tankonfire_boost_speed_multi "1.2" // If 1, prints a warning to the chatbox. l4d2_tankonfire_boost_warning_enable "1" // Amount of fire damage the tank deals upon punching. l4d2_tankonfire_boost_damage_amount "5.0"
- cfg/sourcemod/l4d2_tankonfire_boost.cfg
-
Command | 命令
None
-
Apply to | 適用於
L4D1 L4D2
-
Related Plugin | 相關插件
- Tank Rock Ignition by Marttt: Ignites the rock thrown by the Tank when he is on fire
著火時,扔出來的石頭也會著火且砸中人類會有額外傷害
- Tank Rock Ignition by Marttt: Ignites the rock thrown by the Tank when he is on fire
-
Changelog | 版本日誌
//DarkNoghri @ 2010 //HarryPotter @ 2023
-
v1.0h (2023-6-6)
- Remake code, convert code to latest syntax
- Fix warnings when compiling on SourceMod 1.11.
- Optimize code and improve performance
- Use left4dhooks
- Fixed Error
-
v1.1
-
Tank燃燒時,速度與力量會提升
-
原理
- Tank燃燒時,移動速度會變快
- Tank燃燒時,提升火拳對人類造成的傷害
-
指令中文介紹 (點我展開)
- cfg/sourcemod/l4d2_tankonfire_boost.cfg
// 0=關閉插件, 1=啟動插件 l4d2_tankonfire_boost_enable "1" // Tank燃燒時,移動速度 l4d2_tankonfire_boost_speed_multi "1.2" // 為1時,打開提示 l4d2_tankonfire_boost_warning_enable "1" // Tank燃燒時,火拳造成的額外傷害值 l4d2_tankonfire_boost_damage_amount "5.0"
- cfg/sourcemod/l4d2_tankonfire_boost.cfg