콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환
왼쪽 4 죽은 2

왼쪽 4 죽은 2 – Enabling Console, Bind Commands, and Useful Commands

에 게시됨 01/18/2022 에 의해 McPorrow 코멘트 없음 ~에 왼쪽 4 죽은 2 – Enabling Console, Bind Commands, and Useful Commands
  • 제목: 왼쪽 4 죽은 2
  • 출시일:
  • 개발자:
  • 발행자:
Information about Left 4 죽은 2 아직 불완전하다. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

이 가이드에서는, I will teach you how to enable the command console, bind it to a key, bind other commands and other useful commands. This guide is still in development, 결국, I will add more content and screenshots.

Enabling Command Console

You can enable the command console from the Steam app

To do that you have to follow the following steps:

  • 게임을 시작하세요, 옵션으로 이동, from Options go to Keyboard/Mouse
  • In this menu click on Allow Developer Console y make sure it’s set to Enabled. Once you have done that close the game.

  • Open your Steam App.
  • Find Left 4 죽은 2 게임.
  • Right click on the game and open Properties.

  • Once we are in the Properties window we have to make sure that on the left side we have General selected, if that is the case, on the right side we have multiple options, between them Launch Options.
  • Under Launch Options we have a box where we can write, there we will type this: -콘솔

  • After typing it we can close this window and open the game. As a personal recommendation I would add the “-novid” parameter after “-콘솔” with a space between both, this will automatically skip the game intro every time we launch it. The launch options would look like this: -console -novid

After following these steps and opening the game the main screen would look like this (don’t worry if inside the console window you see some text).

Binding – Explanation and Binding Console

What is binding?

Binding is assigning an action, 능력, or function to a key. 예를 들어, the spacebar is binded to the jumping action.

How can I bind a key?

Roughly we can consider three ways to bind a key but in this guide, I will teach you just one way.

  • From the Keyboard/Mouse menu we can access Edit Keys/Buttons. Here are the most basic actions like moving, 점프, and shooting.
  • From the Console. Using this method you can have a great flexibility when assigning functions to your keys, its the method I’m going to explain in this guide since the previous category allows you to bind simple actions and the next category is very similar to the console.
  • From the autoexec. 왼쪽 4 죽은 2 uses a file called autoexec.cfg where you can assign options, parameters, and binds. This file is executed every time the game is started and runs the commands written in it.

Binding from the console

To bind a key is necessary to type some things in the console following a structure, don’t worry is very easy to understand. I will show you the structure and explain it.
bind “엑스” “와이”

  • bind: When typing this in the console it “understands” that you want to bind.
    • 엑스: The X is the first parameter, it equals the key that you want to assign an action.
    • 와이: The Y is the second parameter, it equals the action you want to be assigned.

Let’s say that I don’t have any key assigned to jump and I want to do it from the developer console, it would be like this:

  • bind “공간” “+도약”

The quote marks are not strictly necessary, 하지만, I recommend you to use them.

Simple bind like this shouldnt give you any problem if you dont use them, but if your intention is making something more complicated it could cause you problems. The bind function knows how to differentiate between parameters X and Y because of the space between them, if there are more spaces…. it could be a problem. It’s no bother getting used to the safe way and will prevent you from future problems.

How can I bind the console to a key?

To do this we will follow the structure I explained previously. Think about the key you would like to use for this, i recommend you a function key (F1-F12). In this example i will use the key F11:

  • bind “f11” “toggleconsole”

After typing this command and pressing Enter you will assign a key to open the console. Try it!

If you are in the main menu and the console doesn’t show up make sure you don’t have selected any of the first options like “Play Campaign”, move the mouse so it selects any other thing except the first row, and press your key bind again.

How do I know if a key has a keybind?

To know if a key has any keybind assigned we will use the same structure we used previously but this time without the second parameter. 예를 들어, if I want to know if there’s anything binded to my key “F11”:

  • bind “f11”
  • This time after entering the command in the console it will not just show what we just wrote, it will also return your text. This text will have this format:
    • “엑스” = “와이”
    • X is the key we are checking
    • Y is the keybind corresponding to that key, if there are only quotation marks there’s nothing bound. It can also return you the text “is not bound”
    • Now I will add a screenshot with both possibilities, a key with a keybind and another without one

How do I delete a keybind?

두 가지 옵션이 있습니다, the first one is following once again the structure I showed you before to bind a key but this time the second parameter where do you write the action that you want to bind is left empty.

  • bind “f11” “”

The second and better option is using the unbind command, it would be the following structure.

  • unbind “f11”

Binding – Useful keybinds

There’s a great variety of possible keybinds and their utility depends both on your necessities and your playstyle. I will show you some and explain why they could be useful but I will not get into too many details about how they work.

Example of how to bind at the end of each section.

Disconnect

You can use it in different situations like:

  • Quickly disconnecting from a game without needing to go the menu pressing Escape.
  • If you join the wrong game you can press this keybind to exit without needing to wait for the loading screen.
  • Exiting the game while you are loading into the next chapter. You get to the safe zone and load for the next part but… you don’t want to play anymore. Press the keybind and exit without needing to wait for the loading screen.

명령:

  • bind “F5” “disconnect”

Sending messages to the chat

예, you can send messages from the console. And if you bind it you can save some previous seconds!

  • Letting your team know you need healing.
  • Warning about a witch or tank.
  • Saying something funny.
  • Being cocky after crowning a witch (nobody likes cocky people )

Do not use it to spam, just like nobody likes cocky people nobody likes spammers. You will annoy the rest of the players and they will kick you out of the game.
명령:

  • bind “f6” “say Taaaank! Burn it!”

Steam group servers

In some steam group servers, you can type messages in the chat that can give you access to some interesting features. 예를 들어, changing your skin, your voice, or buying items.

Let’s assume you want to bind the function of buying in that server, I will also assume that you open the buy menu with the “!구입하다” 메시지, this gives us three methods to bind it. 예, three!

The first method is the same as the previous point, typing in the chat with the “말하다” 명령.

  • bind “F5” “말하다 !구입하다”

The second one is almost identical but… did you know you can use the store without the other players seeing your message? Instead of an exclamation mark, you will use a slash.

  • bind “F5” “say /buy”

The third method is a little bit different, instead of typing in the chat we will use a different command, 당신은 교체 할 수 있습니다 “구입하다” from this example for almost any other, 예를 들어, “lmc” 또는 “view”

  • bind “F5” “sm_buy”

Useful Commands

With the command console, we have a great variety of commands we can activate or adjust depending on your personal preference. You can adjust or enable them from the console, in this guide I will cover some of them.

Crosshair

The crosshair is that thing that you see in the middle of your screen that you use to aim.

기본적으로, it changes depending on the weapon you are using, if you are moving or jumping. You can make it always be the same size, it will not improve the precision of your weapon but it will help you to know where the center of your screen is.

  • cl_crosshair_dynamic 0
  • The default value is 1

You also can change the colour, the color is assigned following RGB codes. You can search online the RGB values of your desired colour.

  • cl_crosshair_red
  • cl_crosshair_green
  • cl_crosshair_blue

성능

Using the following command you can see the performance of your game, not just the FPS but also information like your ping to the server or your lerps. 예, with the TAB you can also see your ping but there you don’t see the exact value and it refreshes after a certain time which will not always show you the real value.

  • net_graph 1

You can also change the position where it appears.

  • net_graphpos X

Change X for a number between 1 그리고 4 then keep the one you like the most.

Is the information too big? You can change the size with the following command, the default value is 1.

  • net_graphproportionalfont 0

Muting a player’s voice chat

Sometimes you can have the bad luck of finding a player that uses his microphone to play annoying sounds, music or just to insult people. Dont worry there is a command to mute a player. You just need to follow two steps.

Knowing the player’s ID.

  • To know his id you have to type the following command: voice_show_mute
  • This will show you a list with all the players connected to the server, in front of their name they will have a number, this is the ID number you need.

Using the mute command.

  • The following command will mute a person, you must replace the X with his ID: voice_mute X

Votes

예, you can make votes from the pause menu and select a vote but that is not always the case since in some servers there are disabled options. You can use the command console to make a vote from there.

  • callvote ChangeDifficulty Normal
  • callvote RestartGame
  • callvote Kick <Nombre/ID>
  • callvote ChangeMission
  • callvote ReturnToLobby

Server browser

왼쪽 4 죽은 2 has another method to find games that is not the conventional way from the main menu, from there you can see a list of all the online servers with or without players. You can also add some filters to search based on the map, quality of connection, ubication, and anti-cheat. You can even add servers to your favorites list!

To access this browser use the following command.

  • openserverbrowser

Point of View

Also known as FOV (Field of View)

When adjusting this parameter you can change how much you can see vertically and horizontally, recently was added a command to edit this.

  • fov_desired X
  • Change X for a value between 75 그리고 120, you can add decimals. The default value is 90.

You can also change how much of your character you can see on your screen. While you are playing you can see part of your weapon and your character’s arm, you can adjust this.

  • cl_viewmodelfovsurvivor X
  • Change X for a value between 35 그리고 140. The default value is 51.
  • I don’t recommend getting to or going past those “limits” since if it is too low you will barely see your weapon or not at all. Too high and you will reach a point where the image flips upside down. 몸소, I prefer the value of 70 또는 90.

이것이 오늘 우리가 공유하는 모든 것입니다. 왼쪽 4 죽은 2 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. McPorrow. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:왼쪽 4 죽은 2

탐색 후

이전 게시물: 삶의 선택: 중세 – 씨. Universe Achievement Guide (All Possible Titles)
다음 게시물: Silence Channel Walkthrough and Achievement Guide

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: 왼쪽 4 죽은 2
  • 출시일:
  • 개발자:
  • 발행자:
Information about Left 4 죽은 2 아직 불완전하다. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마