View Single Post
Author Message
000
Member
Join Date: Jul 2022
Old 07-08-2022 , 05:11   [ZR/CS:GO] Class Attribute Killfeed [Zombies]
Reply With Quote #1

Description:
This is a fork of Karolis_'s [ZR] Custom killfeed icon for zombies.

Functionality has been extended in a way where you can set killfeed for each zombie class.
It supports immunity_mode "infect" (stabbing to death, see playerclasses.txt) as well.

Requirements:
SourceMod 1.11+
Zombie:Reloaded
[ZR] Tools

Installation:
- Put all files from the release folder in your game root folder ("csgo").
- Reload map.

If the plugin is not working as intended, check your logs in addons/sourcemod/logs and report here.
If error logs are not available, report nevertheless.

Configuration:
This plugin, unlike plugins usually do, does not use any .cfg files and is purely configurable via playerclasses.txt.
This means you can change values per playerclass.

Available values:
Code:
"killfeed_icon" "zombie_walking_csgo"	// put the svg file name here from your server's materials/panorama/images/icons/equipment folder.
					// "" = disabled.
					// it has to be in the zr/downloads.txt with the full path as well.

Add these attributes with it's values to all zombie playerclasses you have, anywhere you want.

Note:
You have to learn how to trace png files (for example in inkscape) to be able to use custom ones.
You will find plenty of tutorials in the world wide web.
Credits:
- Karolis_: Plugin is based on Karolis_ work.

Changelog:
Code:
- v1.0
  • Initial release.
- v1.1
  • Added missing default icon;
  • Changed logic by using attacker userid, not victim.
  • Polishing.
- v1.2
  • Fixed index 0 issue.

Last edited by DarkDeviL; 06-15-2023 at 12:56. Reason: Restore to previous version.
000 is offline