Left 4 Dead 2

Left 4 Dead 2

47 次評價
[L4D2] Useful Commands / Comandos Útiles
由 0nil 發表
> English: In this guide I will show/describe several commands I have found during my playthroughs which I think are useful. I am also doing this guide so I don’t forget about them.

>Español: En esta guía voy a hablar sobre comandos útiles que me he encontrado durante mis horas juego. También hago esta guía para mí y así no olvidarme de estos comandos.
   
獎勵
加入最愛
已加入最愛
移除最愛
Launch Options
English
Launch options work similarly to autoexec.cfg, meaning that commands put here will be executed atomically as soon as you run the game (Don´t forget to include the little dash).

My faves:
  1. -console: This will make the console appear in-game when executed, useful to type other commands as soon as you open the game.
  2. -novid: This will make the game skip the intro automatically (I´ve seen it plenty of times).
  3. -lv: This will turn the game into the Australian version, the low violence version. LV is useful to get better performance out of your PC because bodies/ragdolls will vanish from the level. Other particles like fire will also disappear. (Perfect for low specs gamers)

Honorable mentions:
  1. -vulkan: Pretty self-explanatory, this will make left 4 dead 2 render with Vulkan.
  2. -safe: safemode automatically drops all settings down to minimum if your PC in not powerful enough to run a game or if a game is too old for your hardware. I´ve only used safe with L4D1, sometimes vulkan will make the game crash and this command will help you avoid that.
  3. clientport: This command sometimes helps you fix connection issues with servers.






Español
Los launch options funcionan de manera muy similar al autoexec.cfg, cualquier comando que pongas aqui sera ejecutado automáticamente cuando corras el juego. (No olvides el guion del principio)

Mis Preferidos:
  1. -console: Este comando hará que la consola aparezca automáticamente dentro del juego la primera vez que lo abras.
  2. -novid: Este comando le hará skip a la intro del juego (Ya mire eso bastante).
  3. -lv: Este comando hará que tu juego sea como la versión Australiana, osea, la versión con violencia baja. Puede parecer malo pero le saca un mejor rendimiento a tu PC ya que los ragdolls de los zombies desparecen del mapa. Otras partículas como el fuego también desaparecen.

Menciones honorables:
  1. -vulkan: Directo al grano, L4D2 va a correr usando vulkan en vez de DX9.
  2. -safe: safemode baja todos los settings de un juego al minimo automaticamente antes de abrir un juego. Este comando solo lo he usado en L4D1, aveces Vulkan hace que el juego truene, safe hará que el juego pueda correr normal.
  3. +clientport: Cambiar el puerto en ocasiones arregla problemas de conexión con servidores de valve.


Autoexec.cfg
English
Autoexec will allow you to execute commands just like launch options but the difference is that the commands here are a bit more complex, not to understand but syntax wise. You also get to order the commands inside the cfg file.

Path: C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\cfg


Open the file using notepad or the text editor of your liking. Mine is shown on the image below:



In this file you will be able to write any command you like. Below are some of the ones I have found so far to be useful.

Crosshair Mods
  • cl_crosshair_dynamic 0: Set this to 0 for static crosshair / 1 is default and makes the crosshair move as you shot. Note: Even though the crosshair wont move, you still lose accuracy while moving.
  • cl_colorblind 0: Color blind mode, 0 to disable.
  • cl_crosshair_alpha 180: Opacity will change depending on the value, setting this to 0 will make the crosshair invisible.

    Set RGB decimal values, depending on the values set below your crosshair will change colors, green is my default color.

  • cl_crosshair_red 0
  • cl_crosshair_green 255
  • cl_crosshair_blue 0


Competitive settings
The following commands are used to modify the lerps of the game. Lerps is quite an extensive topic that it deserves its own guide just to talk about the mechanics.
  • cl_updaterate 100
  • cl_cmdrate 100
  • cl_interp 0.033
  • cl_interp_ratio 0

This link will take you to a page where an in-depth explanation is given:
LERPS [sites.google.com]

In a nutshell, hitboxes and models are different entities that sometimes are not aligned if the target is moving. The greater the lerps (value), the smother the animation would be. For casual players this is not big deal but for competitive players it means they have less time to react since the server´s hitbox is closer to the player than the model itself. It also means that players have to shot a few units infront of the model to actually hit the "real" head.

To mitigate this, you can lower the lerps. This will cause the enemies to appear laggy or to stutter but this is because you are getting faster updates from the server on the current position of the hitbox.



Extras

  • cl_viewmodelfov: L4D2 now allows you to modify the FOV in the game´s options. Modifying the FOV (field of view) will allow you to see more of your surroundings, modifying the viewmodelfov will allow you to see more of your character model. (180 for no weapon visible)
  • mm_dedicated_force_servers: This command will force the game to pick your dedicated server when searching for one. Ex. mm_dedicated_force_servers 108.61.234.2XX:270XX
  • mm_dedicated_search_maxping 80: Filters servers by ping amount, in this case, max lag allowed is 80 so in theory all the server you will find will have less than 80 ping.
  • bind F10 "disconnect": You can bind any key of your computer to a command.




Español
Autoexec permite ejecutar comandos cuando se inicia el juego así como los hacen los launch options, la diferencia está en que los comandos usados aquí son un poco más complejos, no complejos de entender, pero en cuanto a sintaxis. Una ventaja es que aquí puedes ordenarlos a tu gusto.

Path: C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\cfg


Abre el archivo con notepad o el editor de texto que mas te guste, el mio se muestra en la imagen de abajo:



En este archivo podrás escribir los comandos que gustes. A continuación te muestro los que yo he encontrado hasta ahora y creo que son útiles.

Crosshair Mods
  • cl_crosshair_dynamic 0: Para tener una mira estática este comando debe estar en 0 / el default es 1 lo que hace que la mira se expanda mientras disparas o te mueves. Nota: Aunque la mira ya no se mueva , aun pierdes certeza en tus disparos al moverte.
  • cl_colorblind 0: Modo de altos contrastes para daltonicos, 0 para desactivar.
  • cl_crosshair_alpha 180: La opacidad cambia dependiendo del valor, poner este comando en 0 hará que la mira sea invisible.

    Establece valores decimales RGB usando comandos. Dependiendo de los valores usados el color de tu mira va a cambiar, mi color por default es verde.

  • cl_crosshair_red 0
  • cl_crosshair_green 255
  • cl_crosshair_blue 0


Settings para competitivo
Los siguientes comandos son usados para modificar los lerps de tu juego. Los lerps son un tema bastante extenso, tanto que merece su propia guía para explicar como funciona esta mecánica y todo lo que implica.

  • cl_updaterate 100
  • cl_cmdrate 100
  • cl_interp 0.033
  • cl_interp_ratio 0

Este link te llevara a una pagina donde explican los lerps a detalle:
LERPS [sites.google.com]

En pocas palabras, los hitboxs y los modelos son entidades diferentes que muchas de las veces no están alineados si el objetivo esta en movimiento. Mientras mas grande sea el valor del lerp, mas suave/fluida sera la animación del modelo. Para jugadores casuales esto es transparente, no les afecta. Para jugadores competitivos esto significa que tienen menos tiempo para reaccionar ya que el hitbox del servidor estará mas cerca del jugador que le modelo mismo del enemigo. También significa que debes compensar esto en tu disparos, si quieres un dar un tiro a la cabeza debes apuntar un poco enfrente del modelo.

Para reducir este efecto, puedes cambiar el valor por default de los lerps. Esto va a causar que el movimiento de los enemigos parezca lageado/trabado pero esto pasa por que estas recibiendo actualizaciones mas rápidas de la posición real del hitbox del enemigo.



Extras

  • cl_viewmodelfov: Después de una reciente actualización [2021], L4D2 ya te permite cambiar el FOV en las opciones del juego. Modificar el FOV (Campo de visión) te permitirá observar mas cosas de tus alrededores. Modificar el viewmodelfov te permitirá ver mas de tu personaje como por ejemplo los brazos. (usa 180 y el arma se hará invisible)
  • mm_dedicated_force_servers: Este comando forzara al juego a seleccionar tu servidor dedicado cuando selecciones la opción de buscar uno, solo tienes que darle la dirección IP. Ejemplo: mm_dedicated_force_servers 108.61.234.2XX:270XX
  • mm_dedicated_search_maxping 80: Filtra los servidores dependiendo del ping, en este caso el ping máximo permitido es 80 ms, asi que en teoría no te conectaras a servidores con un ping mayor 80.
  • bind F10 "disconnect": Puedes bindear/enlazar cualquier tecla de tu compu a un comando especifico. Cada que presiones la tecla el comado se ejecuta.


8 則留言
Kiyo 2023 年 6 月 3 日 下午 9:05 
Ya hace falta una actualización, se cayó la pagina de los Lerps y tampoco pusiste el hck de aimbot q tienes :NARAKAANGRY:
0nil  [作者] 2023 年 2 月 6 日 下午 2:07 
safemode automatically drops all settings down to minimum if you PC in not powerful enough to run a game. Will specify this in the guide.
Foxalicious 2023 年 2 月 6 日 下午 1:13 
what does the safe option do?
prepucio del principito 2023 年 1 月 23 日 下午 7:40 
Thanks :3
SAYORI 2022 年 10 月 3 日 上午 5:29 
ty
bayana rahatsızlık 2022 年 10 月 1 日 上午 8:21 
This is realy good guide! thanks mate:steamdance:
NO JUEGO CON FEOS 2022 年 9 月 26 日 下午 12:21 
fov_desired es el comando para el campo de visión. (por defecto 90, max. 120)
24 2022 年 9 月 26 日 上午 7:32 
Thanks. However I will not skip the iconic intro