Raised This Month: $32 Target: $400
 8% 

[CSGO] Fortnite like damage showing [1.2.0]


Post New Thread Reply   
 
Thread Tools Display Modes
Author
butare
Senior Member
Join Date: Nov 2016
Plugin ID:
6198
Plugin Version:
1.2.0
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Shows total damage like in Fortnite.
    Old 07-17-2018 , 19:29   [CSGO] Fortnite like damage showing [1.2.0]
    Reply With Quote #1

    Plugin that shows total damage like in fortnite and I was inspired by that plugin.
    My actual goal was to recreate fortnite damage as close to original as I can...

    So that what I've got:



    Also here few screenshots:


    Features:
    Code:
    - Show total damage like in fortnite;
    - Sums all shotgun shots damage and displaying them as one, instead of damage spam;
    - 2 Types of hits, critical and default (Critical stands for headshot, and default one is for any other part of body);
    - Only player who attacked or player who is spectating attacker will see total damage;
    - Possibility to disable\enable functionality for bots via cvar "fortnite_hits_allowforbots";
    
    after 1.1.0 release:
    - Possibility to disable\enable damage show by client command, you can specify what command it will be by modifying "fortnite_hits_commandnames" cvar;
    - Possibility to disable\enable client reconnect on first time joining, so player will see particles without need to wait until next map via cvar "fortnite_hits_enableplayerreconnect";
    - Possibility to change distance between victim player and damage numbers via cvar "fortnite_hits_distance";
    
    after 1.2.0 release:
    - Possibility to set admin flag to use damage displaying via cvar "fortnite_hits_flag";
    - Possibility to color messages in translate file (All available colors are in translate file);
    Changelog:
    Code:
    1.0.0:
    - Release;
    
    1.1.0:
    - New cvars:
        - fortnite_hits_enableplayerreconnect;
        - fortnite_hits_commandnames;
        - fortnite_hits_distance;
    - Added way to disable/enable damage displaying;
    
    1.2.0:
    - New cvar:
        - fortnite_hits_flag;
    - Added colors to translate file;
    Available cvars can be modified in "/csgo/cfg/sourcemod/plugin.fortnite_hits.cfg" file after plugin was launched at least once
    NOTE: Please don't forget to update, or replace cfg file ("csgo/cfg/sourcemod/plugin.fortnite_hits.cfg")!

    Needed sourcemod 1.9-6236 or higher. Lower versions unsupported!

    If you are getting "Attempting to create unknown particle system "XXX_numX_fX'" errors in client console, make sure that you have fastdl setted up correctly and all files (.pcf and textures) got downloaded from your server fine! If everything correct on your side, then please report about that here!
    Attached Files
    File Type: zip fortnite_hits_1.0.0.zip (63.0 KB, 1021 views)
    File Type: zip fortnite_hits_1.1.0.zip (67.9 KB, 715 views)
    File Type: zip fortnite_hits_1.2.0.zip (71.6 KB, 7404 views)

    Last edited by butare; 08-04-2018 at 19:21. Reason: New version - 1.2.0
    butare is offline
    mug1wara
    AlliedModders Donor
    Join Date: Jun 2018
    Old 07-17-2018 , 19:38   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #2

    ooff like that one, n1
    mug1wara is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 07-17-2018 , 20:49   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #3

    I don't play CSGO but this is nice.
    __________________
    Psyk0tik is offline
    rogeraabbccdd
    Veteran Member
    Join Date: Jun 2015
    Location: de_dust2
    Old 07-18-2018 , 04:54   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #4

    Looks like my damage text plugin, but your text break effect is so coolllll
    __________________

    Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
    I only read messages in Chinese and English.

    GitHub | Discord:Kento#2118
    rogeraabbccdd is offline
    iskenderkebab33
    Senior Member
    Join Date: Jun 2018
    Old 07-18-2018 , 13:09   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #5

    Not wokring for me :/

    Error Log:
    Code:
    Attempting to create unknown particle system 'def_num2_fl' 
    Attempting to create unknown particle system 'def_num2_fr'
    no more Errors shown.

    Last edited by iskenderkebab33; 07-18-2018 at 13:09.
    iskenderkebab33 is offline
    butare
    Senior Member
    Join Date: Nov 2016
    Old 07-18-2018 , 13:11   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #6

    Quote:
    Originally Posted by iskenderkebab33 View Post
    Not wokring for me :/

    Error Log:
    Code:
    Attempting to create unknown particle system 'def_num2_fl' 
    Attempting to create unknown particle system 'def_num2_fr'
    no more Errors shown.
    Make sure you placed .pcf file and textures in the right folders (folders should be same as in zip archive)
    butare is offline
    iskenderkebab33
    Senior Member
    Join Date: Jun 2018
    Old 07-18-2018 , 13:13   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #7

    Quote:
    Originally Posted by butare View Post
    Make sure you placed .pcf file and textures in the right folders (folders should be same as in zip archive)
    i just put all Files in csgo/
    iskenderkebab33 is offline
    butare
    Senior Member
    Join Date: Nov 2016
    Old 07-18-2018 , 13:18   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #8

    Quote:
    Originally Posted by iskenderkebab33 View Post
    i just put all Files in csgo/
    Then make sure fastdl is updated and working, cuz that error will occur if client didn't have that .pcf file downloaded.
    butare is offline
    iskenderkebab33
    Senior Member
    Join Date: Jun 2018
    Old 07-18-2018 , 13:19   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #9

    Quote:
    Originally Posted by butare View Post
    Then make sure fastdl is updated and working, cuz that error will occur if client didn't have that .pcf file downloaded.
    sv_downloadurl ? if so, i set it
    iskenderkebab33 is offline
    butare
    Senior Member
    Join Date: Nov 2016
    Old 07-18-2018 , 13:20   Re: [CSGO] Fortnite like damage showing
    Reply With Quote #10

    Quote:
    Originally Posted by iskenderkebab33 View Post
    sv_downloadurl ? if so, i set it
    That's not enough, you need to update your fastdl and add all textures and .pcf file to it, so other players will download them when they join your server
    butare is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 22:10.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode