Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://youtu.be/ou1yRMk1YNU
I would personally say to make sure steam is in offline mode before running this, since it is VAC bannable. I'm brand new to the software but as far as I can tell it is a popular movie making tool. You SHOULD be fine if you are offline and don't join any VAC secured servers (it even gives you a message when starting the game with the program saying that it is currently impossible to join VAC servers anyways)
To STOP KILLFEED FROM EXPIRING, use command mirv_deathmsg lifetime 60 (this number value can be extended but by default it keeps killfeed up for 60 seconds)
To SHOW KILLS ONLY FROM ONE PLAYERNAME,
mirv_listentities isPlayer=1 // note down the XUID (replace below with it)
mirv_deathmsg filter clear
mirv_deathmsg filter add attackerMatch=!x<XUID> victimMatch=!x<XUID> block=1 lastRule=1
(^When you replace the xuid here, make sure to delete all of "<XUID>". You will replace the more than and less than symbols as well as the letters with the xuid of the player you want to display in the feed.)
If you want to clear all blocks again enter:
mirv_deathmsb block clear"
(I tried using this offline and it didn't work. I think it's because it needs to be able to read/retrieve steam id's and therefore can only be used online. Maybe use an alternate account which you can get csgo on for free just to be safe. EDIT: Also, I wrote this before I fully got it working. It did end up working while online but only after some other things were tweaked as well. It could still work offline.)
This link is incredibly helpful and will tell you all you need to know to get these commands working:
https://github.com/advancedfx/advancedfx/wiki/Source:mirv_deathmsg#how-to-block-everything-except-a-specific-player
I hope this works for you guys. I was lucky enough to have someone like sYc quick to respond so I figured I'd like to help everyone else too. Good luck!