cl_draw_only_deathnotices 1
net_graph 0
voice_enable 0

后面有一些好像是需要hale用的 你可以试试
// 播放demo快捷键
bind "v" "host_framerate 40" //4倍播放
bind "b" "host_framerate 0" //正常播放
bind "n" "host_framerate 700" //1/7速度
bind "m" "cl_draw_only_deathnotices 1;net_graph 0" //清屏HUD(只留下击杀信息)
bind "," "cl_draw_only_deathnotices 0" //还原清屏前HUD
bind "." "demo_togglepause" //暂停/播放demo
// 击杀显示命令
mirv_listentities isplayer=1 //显示玩家id
//mirv_deathmsg filter add attackermatch=!x(xuid) block=1 lastrule=1 //只显示指定玩家的击杀信息
//mirv_deathmsg localplayer x(xuid) //高亮某个玩家的击杀信息
//mirv_deathmsg filter add attackermatch=!x(xuid) victimmatch=!x(xuid) block=1 lastrule=1 //只显示指定玩家的击杀/死亡信息
//mirv_deathmsg filter clear // 清除击杀信息限制
//mirv_deathmsg lifeTime (time) //击杀信息停留时间
//mirv_deathmsg lifeTimeMod (time) // 高亮玩家的击杀停留时间倍率(lifetime*lifetimemod)
//mirv_deathmsg fake attackerid=(id) victimid=(id) weapon=(weapon) // 伪造击杀信息
// 镜头平滑
bind"j" "mirv_campath add" // 添加摄像机(需要至少4个摄像机才能生效)
bind"k" "mirv_campath enable 1" //开启摄像机
bind"l" "mirv_campath clear" //清空摄像机点位
bind"o" "mirv_campath draw enabled 1"
bind"p" "mirv_campath draw enabled 0"