Translations:Binds/53/zh: Difference between revisions

From DDraceNetwork
(Created page with "回应(英语:echo)指令可以让您更清楚的了解您执行了什么设置/指令。 [设置/指令] [参数] [设置/指令] [参数] {{color|blue|echo}} {{color|purple|设置开}} bind [按键] exec 配置文件1.cfg 这样当您按下[按键]时,聊天框会显示“设置开”。 您更可以加上颜色: [设置/指令] [参数] [设置/指令] [参数] {{color|blue|cl_message_client_color}} {{color|purple|red}} {{color|blue|...")
 
No edit summary
Line 1: Line 1:
回应(英语:echo)指令可以让您更清楚的了解您执行了什么设置/指令。
echo(回应)指令可以让您更清楚的了解您执行了什么设置/指令。
  [设置/指令] [参数]
  [设置/指令] [参数]
  [设置/指令] [参数]
  [设置/指令] [参数]
Line 6: Line 6:
   
   
  bind [按键] exec 配置文件1.cfg
  bind [按键] exec 配置文件1.cfg
这样当您按下[按键]时,聊天框会示“设置开”。
这样当您按下[按键]时,聊天框示“设置开”。


您更可以加上颜色:
您更可以加上颜色:
Line 16: Line 16:
   
   
  bind [按键] exec 配置文件1.cfg
  bind [按键] exec 配置文件1.cfg
这样当您按下[按键]时,聊天框会示“{{color|red|设置关}}”。将开关定为不同的颜色,可方便您了解您执行了什么设置/指令。
这样当您按下[按键]时,聊天框示“{{color|red|设置关}}”。将开关定为不同的颜色,可方便您了解您执行了什么设置/指令。

Revision as of 19:11, 27 May 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Binds)
As a more clear way to show which file you're activating when you press a bind, you can use the '''echo''' command to display which one is active.
 [command/setting] [value]
 [command/setting] [value]
 
 <span style="color:blue">echo</span> <span style="color:purple">setting ON</span>
 
 bind [key] exec file1.cfg
To take this a step further, there is a command to change the color of the echo messages.
 [command/setting] [value]
 [command/setting] [value]
 
 <span style="color:blue">cl_message_client_color</span> <span style="color:purple">red</span>
 <span style="color:blue">echo</span> <span style="color:purple">setting OFF</span>
 
 bind [key] exec file1.cfg
Having different colors for "on" and "off" binds makes it a bit easier to notice which setting you've activated.  If you want to get more creative with colors, see [https://wiki.ddnet.org/wiki/Binds#Colors colors].

echo(回应)指令可以让您更清楚的了解您执行了什么设置/指令。

[设置/指令] [参数]
[设置/指令] [参数]

echo 设置开

bind [按键] exec 配置文件1.cfg

这样当您按下[按键]时,聊天框内会提示“设置开”。

您更可以加上颜色:

[设置/指令] [参数]
[设置/指令] [参数]

cl_message_client_color red
echo 设置关

bind [按键] exec 配置文件1.cfg

这样当您按下[按键]时,聊天框内会提示“设置关”。将开关定为不同的颜色,可方便您了解您执行了什么设置/指令。