Translations:Binds/50/ko

From DDraceNetwork
Revision as of 15:54, 2 March 2024 by 언더 (talk | contribs) (Created page with "'''file1.cfg''' <span style="color:blue">[command/setting]</span> <span style="color:purple">[value]</span> <span style="color:blue">[command/setting]</span> <span style="color:purple">[value]</span> <span style="color:blue">[command/setting]</span> <span style="color:purple">[value]</span> bind <span style="color:green">[key]</span> <span style="color:magenta">exec</span> <span style="color:blue">file2.cfg</span> '''file2.cfg''' <span style="color:blue">[command/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

file1.cfg

[command/setting] [value]
[command/setting] [value]
[command/setting] [value]

bind [key] exec file2.cfg

file2.cfg

[command/setting] [value]
[command/setting] [value]
[command/setting] [value]

bind [key] exec file1.cfg

[키]는 두 개의 파일에서 같은 키여야 합니다. 이렇게 하면 키를 누를 때마다 다른 파일로 전환됩니다. 두 파일이 올바른 경로에 있다면 둘 중 하나를 한 번만 실행 시킬 수 있으며 바인드를 해제할 때까지 영원히 유지됩니다.

bind [key] exec file1.cfg

이 방법을 사용하면 원하는 파일을 순환 할 수 있습니다.