TeeSmash/zh: Difference between revisions

From DDraceNetwork
(Created page with "== 更新日志 ==")
(Created page with "* 版本 3.0: ** 更新至 teeworlds 0.7.4 * 版本 2.3: ** 更新至 teeworlds 0.6.5 * 版本 2.2: ** 增加了击杀信息; ** 平衡了武士刀超级锤击的强度(ninja super hammer); * 版本 2.1: ** 增加了超级锤击(Super Hammer)以及其cfg文件,通过拾取武士刀获取; ** Added sv_hammer_super_spawn_time ** Added 4 new maps ** Changed skin color scale. ** Added autoexec.cfg and commands to personalize more the mod. ** Fixed a error exe...")
Line 56: Line 56:
== 更新日志 ==
== 更新日志 ==


<div lang="en" dir="ltr" class="mw-content-ltr">
* 版本 3.0:
* Version 3.0:
** 更新至 teeworlds 0.7.4
** Updated to teeworlds 0.7.4
* 版本 2.3:
* Version 2.3:
** 更新至 teeworlds 0.6.5
** Updated to teeworlds 0.6.5
* 版本 2.2:
* Version 2.2:
** 增加了击杀信息;
** Added killspree messages
** 平衡了武士刀超级锤击的强度(ninja super hammer);
** Balanced ninja super hammer
* 版本 2.1:
* Version 2.1:
** 增加了超级锤击(Super Hammer)以及其cfg文件,通过拾取武士刀获取;
** Added Super Hammer (pickup the ninja to get it) and a cfg for it.
** Added sv_hammer_super_spawn_time
** Added sv_hammer_super_spawn_time
** Added 4 new maps
** Added 4 new maps
Line 74: Line 73:
** Added message when trying to kill yourself.
** Added message when trying to kill yourself.
** Allow utf8 in player names.
** Allow utf8 in player names.
</div>





Revision as of 06:07, 30 July 2023

你只有锤子。

该游戏模式的目标是使用锤子将其他玩家打到刺或地图外面。当你锤中一名玩家,对其击退力度会上升(击退强度可以观察皮肤颜色)。[1]

The hearts decrease your knockback and the shields protect you against adding knock back from 1 hit. The ninja gives you a super hammer for 5 hits (see your hearts bar), hits can be configured through autoexec.cfg


Configuration

# start with 300 hammer strength, increase by 60 for each hit
sv_hammer_start_strength 300
sv_hammer_hit_strength 60
</div>

<div lang="en" dir="ltr" class="mw-content-ltr">
# when you hook or hammer a player you score for his death for 10 seconds
sv_score_time_hammer 10
sv_score_time_hook 10
</div>

<div lang="en" dir="ltr" class="mw-content-ltr">
# super hammer respawns every 40 seconds, increases your hammer strength by 800 and lasts for 5 hits
sv_hammer_super 1
sv_hammer_super_spawn_time 90
sv_hammer_super_strength 500
sv_hammer_super_number 5
</div>

<div lang="en" dir="ltr" class="mw-content-ltr">
# enable killing spree messages and send them every 3 kills
sv_killing_spree 1
sv_killing_spree_msg_kills 3


更新日志

  • 版本 3.0:
    • 更新至 teeworlds 0.7.4
  • 版本 2.3:
    • 更新至 teeworlds 0.6.5
  • 版本 2.2:
    • 增加了击杀信息;
    • 平衡了武士刀超级锤击的强度(ninja super hammer);
  • 版本 2.1:
    • 增加了超级锤击(Super Hammer)以及其cfg文件,通过拾取武士刀获取;
    • Added sv_hammer_super_spawn_time
    • Added 4 new maps
    • Changed skin color scale.
    • Added autoexec.cfg and commands to personalize more the mod.
    • Fixed a error executing the server on windows.
    • Hook also count as kill, but hammer has more priority.
    • Added message when trying to kill yourself.
    • Allow utf8 in player names.


参考资料