Raised This Month: $51 Target: $400
 12% 

[L4D] Damage Info Display 1.3.5


Post New Thread Reply   
 
Thread Tools Display Modes
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-20-2008 , 15:02   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #21

Quote:
Originally Posted by Earl_CG View Post
Does anybody have some screenshots of this working in English? I'm finding it difficult to judge if this plugin is doing what I am keen on it to do.

Basically I would ideally like a hint box to appear on the left hand side displaying your damage given and received (in the same way a HLStatsX can I believe), particularly as an infected, both upon death and when the round ends.
During game you see current done damages to the enemy and teammate which you done it to him or your death. Current done and received damages you see below in the middle of the screen in hints window. In the end of a round or during your death - you see in the radio-menu the total done damages on the enemy and the teammate, also see the total received damages from enemies and the teammate.
Dionys is offline
LaFotoAsesina
Junior Member
Join Date: Dec 2008
Old 12-21-2008 , 18:47   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #22

Hum the plugin doesn't seem to work... I installed it, sourcemod sais its runnung, I put the cfg cvars.... and I dont see any hint window with any damage
LaFotoAsesina is offline
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-21-2008 , 21:08   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #23

Quote:
Originally Posted by LaFotoAsesina View Post
Hum the plugin doesn't seem to work... I installed it, sourcemod sais its runnung, I put the cfg cvars.... and I dont see any hint window with any damage
Download archive and unpack it in a game folder
Dionys is offline
LaFotoAsesina
Junior Member
Join Date: Dec 2008
Old 12-22-2008 , 06:55   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #24

Ok it seems to work now. Just a few more questions. Is there a possibility to show who you made damage to?? I mean.
Instead of just showing the amount of total damage you've done to everyone, also a list of who you did that damage to. Like in hlstats, you see who just pwned you.
Its a nice way of monitoring cheaters too. If you see that someone just hit you worth 300hp with a blow, you have your evidence.
It would be nice too if it could come in colors, like sourcemod menu, it will look better. I know you have no time to do it so I am asking the community since I have absolutely no idea on how to do this.

And another thing I would like to do, translate in to Spanish if you tell me how to do it I'll be glad to. I could also make an Italian version if anyone interested.

Last edited by LaFotoAsesina; 12-22-2008 at 07:13.
LaFotoAsesina is offline
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-22-2008 , 17:46   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #25

To make all is possible - but it will be already other plug-in of the expanded statistics. I think for l4d it it is not necessary.
For addition of support of Spanish - edit a file plugin.sm_did.txt:
Code:
    "Welcome1"
    {
        "ru"            "На сервере запущен плагин Damage Info Display"
        "en"            "On server Damage Info Display used"
        "es"            "your transfer in Spanish"
    }
Dionys is offline
LaFotoAsesina
Junior Member
Join Date: Dec 2008
Old 12-22-2008 , 18:17   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #26

Ok. And how do I set it to be on spanish. I mean. How do I tell the plugin to show the spanish translation and not the english one.
LaFotoAsesina is offline
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-22-2008 , 21:19   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #27

sourcemod will transfer the text in language informed by the client
simply add the language string in a file
Dionys is offline
k0s
Junior Member
Join Date: Dec 2008
Location: Hamburg / Cologne
Old 12-23-2008 , 07:14   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #28

Server Crashes a lot after 1-2h of gameplay.
i sniffed to all the errorlogs, MM SM and Plugins and i got only errors from your plugin at all..

when i remove your plugin the server runs trouble free for hours and hours.. if i reenable your plugin it will crash soon..

if you need help with a PROPER translation to english ask me or some of the members, they would be glad to help you out ;)

quote:
L 12/23/2008 - 11:22:59: SourceMod error session started
L 12/23/2008 - 11:22:59: Info (map "l4d_airport02_offices") (file "errors_20081223.log")
L 12/23/2008 - 11:22:59: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 12/23/2008 - 11:22:59: [SM] Native "PrintToChat" reported: Language phrase "Wellcome1" not found
L 12/23/2008 - 11:22:59: [SM] Displaying call stack trace for plugin "sm_did.smx":
L 12/23/2008 - 11:22:59: [SM] [0] Line 321, sm_did.sp::TimerAnnounce()
L 12/23/2008 - 11:23:01: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 12/23/2008 - 11:23:01: [SM] Native "PrintToChat" reported: Language phrase "Wellcome1" not found
L 12/23/2008 - 11:23:01: [SM] Displaying call stack trace for plugin "sm_did.smx":
L 12/23/2008 - 11:23:01: [SM] [0] Line 321, sm_did.sp::TimerAnnounce()
L 12/23/2008 - 11:23:03: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 12/23/2008 - 11:23:03: [SM] Native "PrintToChat" reported: Language phrase "Wellcome1" not found
L 12/23/2008 - 11:23:03: [SM] Displaying call stack trace for plugin "sm_did.smx":
L 12/23/2008 - 11:23:03: [SM] [0] Line 321, sm_did.sp::TimerAnnounce()
L 12/23/2008 - 11:23:05: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 12/23/2008 - 11:23:05: [SM] Native "PrintToChat" reported: Language phrase "Wellcome1" not found
L 12/23/2008 - 11:23:05: [SM] Displaying call stack trace for plugin "sm_did.smx":
L 12/23/2008 - 11:23:05: [SM] [0] Line 321, sm_did.sp::TimerAnnounce()
k0s is offline
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-23-2008 , 15:09   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #29

oh, srr, my bad english
fix
Dionys is offline
Badkharma
Member
Join Date: Nov 2008
Old 12-28-2008 , 23:04   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #30

What is the sm_did_default cvar for?
Badkharma is offline
Reply



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 13:08.


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