Kill Feed

Displays a basic Kill Feed on screen!

Total Downloads: 17,879 - First Release: Nov 9, 2015 - Last Update: Oct 27, 2017

5/5, 36 likes
  1. Why not show the Russian letters?
    Example: МоРпЕх, _ДРАКУЛА_
     
  2. "1.2.5 remove special characters": false,
     
  3. EN: Players on my server asked for displaying, that, killed person were sleeping or not. If someone needed this:
    RU: Игроки на моем сервере очень просили отображения, был ли спящим, убитый игрок. Если кому надо:

    EN: Plugin file KillFeed.cs attached below.
    RU: Файл плагина KillFeed.cs прикреплен ниже.

    EN: Config file changes:
    RU: Изменения в конфиг файле:

    EN: edited:
    RU: изменено:

    Code:
    "2.1 formatting": "{initiator}          {hitBone}{weapon}{distance}          {hitEntity} {sleeping}",
    
    EN: added:
    RU: добавлено:

    Code:
    "2.10 Sleepers": {
          "2.9.1 sleepingText": "(was sleeping)",
          "2.9.2 sleepingColor": "#0080FF"
    },
    

    EN: changes to config - autogenerated. Just remove your config file or add this rows manualy and change the plugin file (KillFeed.cs)
    RU: изменения в конфиг - автогенерируемые. Просто удалите текущий конфиг или добавьте данные строки + замените файл плагина (KillFeed.cs)

    EN: ATTENTION: if your param "sleepingText" not displaying - check width and font size of this plugin in config file and set its width to higher value, and font size - to smaller.
    RU: ВНИМАНИЕ: если ваш параметр "sleepingText" не отображается - проверьте ширину и размер шрифта данного плагина в конфиг файле и поставьте ему большее значение для ширины и меньшее для шрифта.

    EN: Example:
    RU: Пример:

    EN: was:
    RU: было:
    Code:
    "2.5 Dimensions": {
          "2.5.1 width": 0.3,
          "2.5.2 icon half-height": 0.5
        },
    Code:
     "1.2 Text": {
          "1.2.1 font": "robotocondensed-bold.ttf",
          "1.2.2 outline": false,
          "1.2.3 font size": 18,
    EN: values for operability test:
    RU: значения для проверки:

    Code:
    "2.5 Dimensions": {
          "2.5.1 width": 0.7,
          "2.5.2 icon half-height": 0.5
        },
    Code:
     "1.2 Text": {
          "1.2.1 font": "robotocondensed-bold.ttf",
          "1.2.2 outline": false,
          "1.2.3 font size": 12,
    EN: This values only for test, that, plugin still working and displaying when victim was sleeping. You shoud correct this values yourrself.
    RU: Эти значения только для теста, что плагин все еще работает и отображает когда убитый спал. Вы должны сами выставить нужные вам значения.
     

    Attached Files:

    Last edited by a moderator: Apr 18, 2016
  4. how to text instead of images?
     
  5. Is this possible for hurtworld?
     
  6. No GUI system in Hurtworld yet
     
  7. ok thanks mate
     
  8. Can someone give me settupped config? With kill messages in the right corner. Thank You.
     
  9. 2.6.1 x to 0,825 inside your default config and reload the plugin after saving it! Then it will be in the top-right corner.
     
  10. Thank You very much :)
     
  11. sorry that buggy plugin, rarely shows anyone who killed
     
  12. What does it show then, by default it shows the player who got wounded, keep that in mind!
     
  13. Sorry do not know much English taught him badly in school, not have a problem in that it does not show at all times, until you press TAB This happens often
     
  14. you can fix that by opening the inventory with TAB and closing it with ESC, but this shouldn't happen too often if the plugin has the standard hotkey configuration.
     
  15. I have an issue with this plugin. I'm using it on a high pvp server with many kills and it happens Very often that kills don't register.
    Another problem is that as soon as someone down a player it gets displayed on the feed.
     
  16. You can fix your second problem by configuring the configuration file. By default wounding a player will result in a new entry being displayed. You can change that, tho. Look at the overview section for more info on that.

    I'm not really sure how to tackle the first problem, tho.
     
  17. you give up and can not solve this problem? I am very sorry, good plugin
     
  18. Code:
    (00:13:39) | [Oxide] 00:13 [Error] Failed to call hook 'OnEntityDeath' on plugin 'KillFeed v1.14.7' (NullReferenceException: Object reference not set to an instance of an object)
    (00:13:39) | [Oxide] 00:13 [Debug]   at Oxide.Plugins.KillFeed.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.KillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0