Jump to content

Toby77

Member
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Toby77 reacted to Halvhjearne in Easy Kill feed/messages w/study & bury body function (Beta)   
    Im not sure i found the best way to do it, but it works and currently i do not see a better way (maybe epoch devs can shed some light on how this would be done better or perhaps integrate this?), i havent seen anything about killmessages anywhere and i guess some servers might have been waiting for something like this for a bit now, so here it is:
     
    with this installed, you can easily setup the following types of killmessages:
     
     
    sideChat //note that sideChat only shows if more than one player is on the server (not that it matters much) globalChat systemChat titleText cutText hint hintSilent dynamictext     obviusly you can switch any of these on or off (in settings.sqf) and besides this, it can add a custom channel to your server with the name and/or colour you specify at the top of the settings file ...     you can also swith on/off if you want it to show killfeed from players killed by ai or simmular (alltho sappers will currently show as error: no vehicle, as there is no killer left to check).   to install this, all you need to do is put all files in a folder called "addons\messages" in your mission, edit settings as you like and add this line: [] execVM "addons\messages\init.sqf"; to the very bottom of your init.sqf if that does not work, try at the top.
     
    if you have A3EAI it might be a good idea to move this line:
    #include "A3EAI_Client\A3EAI_initclient.sqf"; to the very bottom of your init.
     
    (you can also edit the second line of settings.sqf to match your prefered folder structure)
     
    Link:
     
    https://github.com/Halvhjearne/killfeed
     
    as requested i have now added a study body function to this.
     
    here is a picture of how the killfeeds look:
     
    (note that the red custom chat is now unsupported by me)

  2. Like
    Toby77 reacted to viper179 in Easy Kill feed/messages w/study & bury body function (Beta)   
    Already sent ghost a pm about his fake link, he is such a tease lol jk but any way guys hope you like and glad to see the epoch community still alive and kicking
  3. Like
    Toby77 reacted to viper179 in Easy Kill feed/messages w/study & bury body function (Beta)   
    Yes there are few issues that need to be fixed per say before it goes live to all, so there isnt any bugs etc, but as soon as we make sure its good to go it will be released here in this forum post. 
     
  4. Like
    Toby77 reacted to viper179 in Easy Kill feed/messages w/study & bury body function (Beta)   
    Just a quick update to all so you are not just waiting around. I have been running it live on the server found a few more issues with it so before me and ghost can push it live will be fixing some of the minor issues because i no all of you love the killfeed as me and ghost do so we are trying to hurry as fast as we can and to make sure that what we push out to every one is almost bug free.
  5. Like
    Toby77 reacted to viper179 in Easy Kill feed/messages w/study & bury body function (Beta)   
    Just a heads up i have been out of town on vaction but im back now so we will be getting things rolling again for the killfeed once we fix the body dupe issue  >>>>>>>ahhhhh why arma
  6. Like
    Toby77 reacted to Ghostrider-GRG in Easy Kill feed/messages w/study & bury body function (Beta)   
    Below is a link to a 90% solution which has been working very well on both our Epoch servers and Viper's.  I have rewritten the script to add a "killed" event handler to the player which is independent of any epoch code. The only limitation is that as written the kill feed does not detect player deaths after a revive, hence the 90% solution. Many thanks to Viper179 and Prymary for giving this a thorough test. Installation is as before: simply replace the old addons\messages folder with the new on provided through the link below, repack your mission.pbo and you should be set.
     
    EDIT: The link is:
    https://www.dropbox.com/sh/rlfi3cbcwtnfeny/AAAR860ZWVYZbJtOSBLX1nLga?dl=0
     
    If you run the default Epoch antihack you will need to modify line 78 of security_checks.h as follows:
            Killed          = "_this call EPOCH_fnc_playerDeath;(_this select 1) call Halv_fnc_message_players;";
    then repack A3_epoch_server_settings.pbo
    You may also have to add a few Battleye exceptions depending on which antihack you are using.
     
  7. Like
    Toby77 got a reaction from Tophi in Easy Kill feed/messages w/study & bury body function (Beta)   
    Thank you Halvhjearne  for making this script!
     
    Thank you viper179 and Ghostrider-DbD-  for fixing this script!
     
    Im using the bury body option, It worked great and it adds that little extra respect into the game!
    But like you guys already know, i to get the Action menu working,, but it stops when trying to Bury a fellow comrade, it says that You can't burry ai, even tho it was a player.
     
    I hope that Viper and all other persons can fix this script again!
     
    Thank you all for making these Scripts! You guys rock!
     
×
×
  • Create New...