AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSGO] Fortnite like damage showing [1.2.0] (https://forums.alliedmods.net/showthread.php?t=309218)

butare 07-17-2018 19:29

[CSGO] Fortnite like damage showing [1.2.0]
 
3 Attachment(s)
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:
https://i.imgur.com/jNDkXVh.jpghttps://i.imgur.com/iysBgY5.jpg

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!

mug1wara 07-17-2018 19:38

Re: [CSGO] Fortnite like damage showing
 
ooff like that one, n1

Psyk0tik 07-17-2018 20:49

Re: [CSGO] Fortnite like damage showing
 
I don't play CSGO but this is nice. :D

rogeraabbccdd 07-18-2018 04:54

Re: [CSGO] Fortnite like damage showing
 
Looks like my damage text plugin, but your text break effect is so coolllll

iskenderkebab33 07-18-2018 13:09

Re: [CSGO] Fortnite like damage showing
 
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.

butare 07-18-2018 13:11

Re: [CSGO] Fortnite like damage showing
 
Quote:

Originally Posted by iskenderkebab33 (Post 2604557)
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)

iskenderkebab33 07-18-2018 13:13

Re: [CSGO] Fortnite like damage showing
 
Quote:

Originally Posted by butare (Post 2604559)
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/

butare 07-18-2018 13:18

Re: [CSGO] Fortnite like damage showing
 
Quote:

Originally Posted by iskenderkebab33 (Post 2604560)
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.

iskenderkebab33 07-18-2018 13:19

Re: [CSGO] Fortnite like damage showing
 
Quote:

Originally Posted by butare (Post 2604561)
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

butare 07-18-2018 13:20

Re: [CSGO] Fortnite like damage showing
 
Quote:

Originally Posted by iskenderkebab33 (Post 2604562)
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


All times are GMT -4. The time now is 15:56.

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