Pages

27 July 2018

New HLAE command for CSGO Fragmovie (Half Life Advance Effect)

After Valve launched the new panorama update for CSGO, most of HLAE (Half Life Advance Effect) console commands also changed. From reading articles, tweets and also testing it myself, I have discovered several new commands that are the most important for doing csgo fragmovie.

  1. mirv_deathmsg debug 1
  2. mirv_deathmsg filter add block=1
  3. mirv_deathmsg filter add attackermatch=XX attackerislocal=1 block=0
  4. mirv_deathmsg lifetime XX
The first command is to show the ID of all players. Most important is the one that we want to record/film.


The second console command is to block all players' killfeed (top right corner of the screen).

The third command is to show killfeed from desired player. Replace XX to the player's ID. For example if the player's id is 5, the command is:
mirv_deathmsg filter add attackermatch=5 attackerislocal=1 block=0
Attackerislocal=1 is to show the red border around the killfeed and block=0 is to unblock the player.

Forth command is the duration of the killfeed to appear. The value must be in seconds. For example to appear for 1 minute, type:
mirv_deathmsg lifetime 60