Left 4 Dead 2

Left 4 Dead 2

评价数不足
Split Tank
   
奖励
收藏
已收藏
取消收藏
Game Content: Scripts
文件大小
发表于
更新日期
78.096 KB
2024 年 11 月 14 日 上午 3:35
9 月 16 日 上午 6:45
11 项改动说明 ( 查看 )

订阅以下载
Split Tank

在 skysky199 的 2 个合集中
Script List
131 件物品
Script List <Game Mode>
16 件物品
描述
--僅於區域/專用伺服器生效--
--Works on local/dedicated servers only.--

※需要 開啟Scripted Mode
※Requires enable Scripted Mode.

Tank死亡後會分裂成數個Tank

When a tank dies, it will split into multiple tanks.

Setting file path:
\ems\splittank\settings.tbl

設定說明:
Description of settings:
設定名
Setting's name
說明
Description
Enable
(Default: true)
Can be set to true/false to activate/inactive the script at anytime.
可在任何時候設定為 true啟動/fasle關閉
Finale
(Default: false)
If false, turn off the script when finale has started.
如果為 false, 救援開始後關閉腳本
MaxTimes
MinTimes
(Default: 2)
Tank will split this many times.
Tank 的分裂次數
Chance
(Default: 100)
Probability of the split in %.
分裂的百分比機率
MaxNums
MinNums
(Default: 2)
Tank will split into these many numbers.
Tank分裂成的數量
Health
Damage
(Default: [0.5 0.25])
Split tank's health and attack damage will be multiplied by this number.

The first split tank will be multiplied by the first value in the array, the second one will be the second value, and so on.
分裂的Tank的血量與攻擊傷害會乘上此值

第一次分裂的坦克會乘上陣列中的第一個值 第二次乘第二個 以此類推

Default settings:
{
Enable = true
Finale = false
MaxTimes = 2
MinTimes = 2
Chance = 100
MaxNums = 2
MinNums = 2
Health = [0.5 0.25]
Damage = [0.5 0.25]
}

指令:
Chat triggers:
!st list
List all settings in the settings file.
Require Admin permission.
列出在 settings file 中的所有設定
需要管理員權限
!st <setting's name> <new value>
Modify the value of <setting's name> to <new value>.
Require Admin permission.
變更 <設定名> 的數值為 <新數值>
需要管理員權限
※!spt also works.
※Format of the array is 1,2,3. [1 2 3] is used for the setting file.
※Example: !st health 1,0.75,2 equals to write [1 0.75 2] in the setting file.

===========================================================================

翻譯詞可自定義 (類似於SourceMod), 檔案位於\ems\translations\splittank.tbl
所有可用的API 語言碼可在下面的網址找到

Translation phrases can be customized (like SourceMod), file is located at \ems\translations\splittank.tbl
All valid API language code can be found at
https://partner.steamgames.com/doc/store/localization/languages

顏色代碼:
Color Codes:
Beige (default color) = "\x01" = "{default}"
Bright green = "\x03" = "{lightgreen}"
Orange = "\x04" = "{orange}"
Olive green = "\x05" = "{olive}"
14 条留言
skysky199  [作者] 2 月 19 日 上午 11:13 
@inXsify

Possible answers:
1. values are set too high and exceed player's number limit.
2. too many infecteds are causing the game to not handle it.
2. tank model you are using has too many triangles.
3. your PC is too potato.
inXsify 2 月 18 日 下午 10:20 
Cool mod but when i get alot of tanks my ping gets high and i lag on my own local server...very bizarre.
Unsants 2024 年 11 月 27 日 上午 9:46 
You can do a split boomer and spitter? =D
Xenorvya 2024 年 11 月 14 日 上午 8:29 
Even if I won't use this one specifically, I must say your script mods are great and bring more variety to the workshop. Good stuff.
skysky199  [作者] 2024 年 11 月 14 日 上午 8:11 
@Xeno :]

I have thought about this, but I don't know how to do it currently.
If I find a way, I will add this.
(^^^) Xeno 2024 年 11 月 14 日 上午 8:02 
I think you make them shrink when the tank splits
skysky199  [作者] 2024 年 11 月 14 日 上午 7:49 
And the first split tanks' health will be 4000. Second ones will be 2000.
skysky199  [作者] 2024 年 11 月 14 日 上午 7:42 
@Xeno :]

It will be max health of tank * Health setting value.
max health = 8000 in expert for example.
(^^^) Xeno 2024 年 11 月 14 日 上午 7:34 
When the tank dies it will spawn another 2 does their health been reduce or it resets?
skysky199  [作者] 2024 年 11 月 14 日 上午 7:14 
@Xeno :]

Depends on your settings.
If you think the tank is too strong, you can set Damage to something like [0.1] or [0] for fun.