The Animals are not shown in the feed. I think because their prefap path got changed due update of rust
Animals not showing in feedFixed
+1 same here
I fixed it
My edited code might be dirty, but it's working!
Moderator edit: Please do not post random versions of plugins in forum threads, thanks.
Merged post
Here is my config:
Merged post
Altough I changed everything to White Colors for my Server, you might edit it in /oxide/lang/en/SimpleKillFeed.json
My edited code might be dirty, but it's working!
Moderator edit: Please do not post random versions of plugins in forum threads, thanks.
Merged post
Here is my config:
{
"Show Traps and Entitys in Kill Feed": true,
"Show Animals in Kill Feed": true,
"Show Npcs in Kill Feed": true,
"Show suicides in KillFeed (Default: true)": false,
"Show radiation kills in KillFeed (Default: true)": true,
"Chat Icon Id (Steam profile ID)": 76561197960839785,
"Max messages in feed (Default: 5)": 15,
"Max player name length in feed (Default: 18)": 18,
"Feed message TTL in seconds (Default: 7)": 30,
"Allow kill messages in chat along with kill feed": false,
"Log PvP Kill events": false,
"Height ident (space between messages). Default: 0.0185": 0.018,
"Feed Position - Anchor Max. (Default: 0.995 0.986": "0.995 0.886",
"Feed Position - Anchor Min. (Default: 0.723 0.964": "0.723 0.864",
"Font size of kill feed (Default: 12)": 12,
"Outline Text Size (Default: 0.5 0.5)": "0.0 0.0",
"Default color for distance (if too far from any from the list). Default: #FF8000": "#FF8000",
"Distance Colors List (Certain color will apply if distance is <= than specified)": [
{
"DistanceThreshold": 50,
"Color": "#FFFFFF"
},
{
"DistanceThreshold": 100,
"Color": "#91D6FF"
},
{
"DistanceThreshold": 150,
"Color": "#FFFF00"
}
],
"Custom Entity Names, you can remove or add more!": {
"autoturret_deployed": "Auto Turret",
"flameturret.deployed": "Flame Turret",
"guntrap.deployed": "Gun Trap",
"landmine": "Landmine",
"beartrap": "Bear Trap",
"sam_site_turret_deployed": "Sam Site Turret",
"patrolhelicopter": "Attack Helicopter",
"bradleyapc": "Bradley APC"
},
"Custom Animal Names, you can remove or add more!": {
"bear": "Bear",
"wolf": "Wolf",
"stag": "Stag",
"boar": "Boar",
"chicken": "Chicken",
"horse": "Horse"
},
"Custom Weapon Names, you can add more!": {
"Assault Rifle": "Ak-47",
"LR-300 Assault Rifle": "LR-300",
"L96 Rifle": "L96",
"Bolt Action Rifle": "Bolt",
"Semi-Automatic Rifle": "Semi-AR",
"Semi-Automatic Pistol": "Semi-AP",
"Spas-12 Shotgun": "Spas-12",
"M92 Pistol": "M92",
"MP5A4": "MP5A4",
"M39 Rifle": "M39 Rifle",
"M249": "M249",
"Longsword": "Longsword",
"Hatchet": "Hatchet",
"Thompson": "Thompson",
"Crossbow": "Crossbow",
"Salvaged Hammer": "Salvaged Hammer",
"Combat Knife": "Combat Knife",
"Jackhammer": "Jackhammer",
"Pickaxe": "Pickaxe",
"Custom SMG": "Custom SMG",
"Hunting Bow": "Hunting Bow",
"Salvaged Sword": "Salvaged Sword",
"Salvaged Icepick": "Salvaged Icepick",
"Double Barrel Shotgun": "Double Barrel Shotgun",
"Waterpipe Shotgun": "Waterpipe Shotgun",
"Machete": "Machete",
"[N/A]": "",
"Stone Spear": "Stone Spear",
"Salvaged Axe": "Salvaged Axe",
"Revolver": "Revolver",
"Bone Knife": "Bone Knife",
"Chainsaw": "Chainsaw",
"Python Revolver": "Python Revolver",
"Pump Shotgun": "Pump Shotgun",
"Salvaged Cleaver": "Salvaged Cleaver",
"Nailgun": "Nailgun",
"Torch": "Torch",
"Multiple Grenade Launcher": "Multiple Grenade Launcher",
"Pitchfork": "Pitchfork",
"Compound Bow": "Compound Bow",
"Eoka Pistol": "Eoka Pistol",
"Flame Thrower": "Flame Thrower",
"Stone Hatchet": "Stone Hatchet",
"Stone Pickaxe": "Stone Pickaxe",
"Mace": "Mace",
"Butcher Knife": "Butcher Knife",
"Rock": "Rock",
"Wooden Spear": "Wooden Spear",
"Bullet": "Rocket",
"Generic": "Road Kill"
},
"Custom Npc Names, you can add more!": {
"scientist": "Scientist NPC",
"murderer": "Murderer NPC",
"scientistnpc": "Scientist NPC",
"scientist_junkpile_pistol": "Researcher Scientist NPC",
"scientist_astar_full_any": "Scientist Soldier NPC",
"scientist_turret_lr300": "Scientist Turret LR300",
"scientist_turret_any": "Scientist Turret",
"scientistpeacekeeper": "Peacekeeper Scientist NPC",
"bandit_guard": "Bandit Guard NPC",
"scientist_gunner": "Scientist NPC",
"scientist_full_pistol": "Scientist",
"scientist_full_mp5": "Scientist",
"scientist_full_any": "scientist_full_any",
"heavyscientist": "Scientist NPC",
"scientist_full_shotgun": "Scientist NPC",
"scarecrow": "Scarecrow NPC"
}
}Merged post
Altough I changed everything to White Colors for my Server, you might edit it in /oxide/lang/en/SimpleKillFeed.json
Locked automatically