Translations:Binds/47/zh: Difference between revisions

From DDraceNetwork
By (talk | contribs)
Created page with "当您将配置文件放在正确的路径,您可以在F1控制台使用<code>exec</code>指令执行它: bind {{color|green|[按键]}} {{color|magenta|exec}} {{color|blue|[配置文件.cfg]}} 当您将配置文件放在配置目录下的文件夹中,您需把文件夹的名也给打上: bind {{color|green|[按键]}} {{color|magenta|exec}} {{color|blue|[文件夹/to/配置文件.cfg]}}"
 
EdEnd (talk | contribs)
No edit summary
Line 2: Line 2:
  bind {{color|green|[按键]}} {{color|magenta|exec}} {{color|blue|[配置文件.cfg]}}
  bind {{color|green|[按键]}} {{color|magenta|exec}} {{color|blue|[配置文件.cfg]}}
当您将配置文件放在配置目录下的文件夹中,您需把文件夹的名也给打上:
当您将配置文件放在配置目录下的文件夹中,您需把文件夹的名也给打上:
  bind {{color|green|[按键]}} {{color|magenta|exec}} {{color|blue|[文件夹/to/配置文件.cfg]}}
  bind {{color|green|[按键]}} {{color|magenta|exec}} {{color|blue|[文件夹/文件夹/配置文件.cfg]}}

Revision as of 19:07, 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)
Once the files are in the correct path, you can execute them in the game console with the '''exec''' command.
 <span style="color:magenta">exec</span> <span style="color:blue">[file.cfg]</span>
or
 bind <span style="color:green">[key]</span> <span style="color:magenta">exec</span> <span style="color:blue">[file.cfg]</span>
You can use sub-directories within the 'DDNet' or 'Teeworlds' directory to organize files.  Just include the path when you execute the file.
 bind <span style="color:green">[key]</span> <span style="color:magenta">exec</span> <span style="color:blue">[path/to/file.cfg]</span>

当您将配置文件放在正确的路径,您可以在F1控制台使用exec指令执行它:

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

当您将配置文件放在配置目录下的文件夹中,您需把文件夹的名也给打上:

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