Ko/Additional game parameters: Difference between revisions

From Valve Developer Community
< Ko
Jump to navigation Jump to search
(Created page with "Category:Hammer DialogsCategory:Level Design FAQ frame|right|caption|The Hammer Run Map dialog Parameters entered into this field...")
 
m (Multipage removal)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Hammer Dialogs]][[Category:Level Design FAQ]]
{{LanguageBar}}
[[File:Hammer_Run_Map_Normal.png|frame|right|caption|Hammer의 맵 실행 대화상자]]


[[Image:Hammer_Run_Map_Normal.png|frame|right|caption|The Hammer Run Map dialog]]
이 칸에 들어갈 매게 변수들은 당신이 어떤 방식으로 이 맵을 실행시킬것인지 정의하는 몇몇의 매게 변수들입니다.


Parameters entered into this field let you specify some game parameters which define how the game will be run.
예를 들어:
 
For example, some typical settings:


<code>-dev -console -sw +sv_lan 1 </code>
<code>-dev -console -sw +sv_lan 1 </code>


This would start your game in developer mode, activate the [[Developer_Console|developer console]], in windowed mode, and in LAN multiplayer mode.
이 명령어는 당신의 게임을 개발자 모드와 LAN 멀티 플레이 모드 그리고 {{L|Developer_Console|개발자 콘솔}}이 켜지도록 하게 할것입니다.
 
== See also ==


* For information on other game parameters you can add here, see [[Command-Line Parameters]].
== 다른 볼것 ==


* [[Hammer Run Map Normal|Hammer Run Map dialog]]
* 여기에 추가할 수 있는 각 게임의 매게 변수들의 정보를 얻고싶다면, {{L|Command-Line Parameters|Command-Line 매게 변수}}를 참고하세요.
* {{L|Hammer Run Map Normal|Hammer의 맵 실행 대화상자}}
{{ACategory|Hammer Dialogs}}{{ACategory|Level Design FAQ}}

Latest revision as of 03:03, 12 July 2024

English (en)日本語 (ja)한국어 (ko)Русский (ru)Translate (Translate)
Hammer의 맵 실행 대화상자

이 칸에 들어갈 매게 변수들은 당신이 어떤 방식으로 이 맵을 실행시킬것인지 정의하는 몇몇의 매게 변수들입니다.

예를 들어:

-dev -console -sw +sv_lan 1

이 명령어는 당신의 게임을 개발자 모드와 LAN 멀티 플레이 모드 그리고 개발자 콘솔(en)이 켜지도록 하게 할것입니다.

다른 볼것

  • 여기에 추가할 수 있는 각 게임의 매게 변수들의 정보를 얻고싶다면, Command-Line 매게 변수(en)를 참고하세요.