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

Auto Demo Recorder v1.5 [08/06/2009]


Post New Thread Reply   
 
Thread Tools Display Modes
s3rserii
Senior Member
Join Date: Jan 2010
Old 07-08-2010 , 02:38   Re: Auto Demo Recorder
Reply With Quote #91

Quote:
Originally Posted by master4life View Post
Thanks for Plugin GJ

here has you German translat
wtf translation..?

better
[de]
RECORDINGIN = Wir nehmen gerade eine Demo von dir auf, die Datei befindet sich in deinem cstrike ordner: %s.dem
RECORDINGAT = Die Demo aufnahme hat um %s uhr begonnen.
s3rserii is offline
ToXedVirus
Member
Join Date: Mar 2007
Old 09-16-2010 , 12:05   Re: Auto Demo Recorder v1.5 [08/06/2009]
Reply With Quote #92

Hello. Nice plugin izy, but it had not enough functionality in my eyes. There is this russian dude who wrote "auto_demo_recorder.sma", but the code was so terrible, I had to puke.
Nevermind.

You stated that there is no possible method to get if the player has really started recording. I did some message tracing and when I hit record the following messages are send to the player:

Code:
ResetHUD(79)(OneReliable, 0, -1253463708)();
Money(102)(OneReliable, 0, -1253463708)(int64:800, byte:0);
StatusIcon(107)(OneReliable, 0, -1253463708)(byte:0, string:"c4");
ScoreAttrib(84)(OneReliable, 0, -1253463708)(byte:1, byte:0);
RoundTime(101)(OneReliable, 0, -1253463708)(int16:263);
TeamScore(87)(OneReliable, 0, -1253463708)(string:"CT", int16:0);
TeamScore(87)(OneReliable, 0, -1253463708)(string:"TERRORIST", int16:0);
Health(70)(OneReliable, 0, -1253463708)(byte:100);
Battery(72)(OneReliable, 0, -1253463708)(int16:0);
Train(73)(OneReliable, 0, -1253463708)(byte:0);
CurWeapon(66)(OneReliable, 0, -1253463708)(byte:1, byte:16, byte:12);
ADStop(128)(OneReliable, 0, -1253463708)();
But I don't think this is a good way to check if the demo has really been started recording (I mean catching the message). There must be some other, more decent trigger. we can use.

I took the liberty to add an Lithuanian translation and rewrote your code completely, the translation and the code is available @ http://github.com/txdv/sixplugins/tree/amx_demorecorder

The demo file name is now constant and consists of steamid, nickname, map, time, data, hostname, a custom prefix (can be set by amx_demo_prefix)

The cvars are now:

amx_demo (1|0)
Turn plugin on or off

amx_demo_start_time 15
*How long to wait before starting the demo"

amx_demo_msg (1|0)
Turn message which informs the user on or off

amx_demo_msg_prefix "AMXX"
Modify the string in the brackets: [AMXX] demo has been ...

amx_demo_prefix "AMXX"
Modify the prefix of the filename, usefull if you want to leave your servers name or smth

amx_demo_log (1|0)
enable logging into the amxmodx logs which can be found at addons/amxmodx/logs/

amx_admin_immunity (1|0)
turn on *immunity* for admins, wont issue the record command on admins



Should I open up another forum thread for this plugin? Or do you want to commit the changes in here?
ToXedVirus is offline
amokossi
Senior Member
Join Date: Apr 2008
Old 01-17-2011 , 12:38   Re: Auto Demo Recorder v1.5 [08/06/2009]
Reply With Quote #93

What will happen if an Admin is already recording a demo on this user?
amokossi is offline
Send a message via ICQ to amokossi Send a message via MSN to amokossi
Erox902
Veteran Member
Join Date: Jun 2009
Location: Never Never Land
Old 02-10-2011 , 18:24   Re: Auto Demo Recorder v1.5 [08/06/2009]
Reply With Quote #94

nice plugin, great idea but i have one suggestion(kind off) , not sure if it's possible tough...
many players have (like me) binded buttons to stop and buttons to record
and if he just accidently clicks stop, will the demo stop then or will it ignore him?...
if it does is there anyway to block him using "stop"?

Last edited by Erox902; 02-10-2011 at 18:26.
Erox902 is offline
gRfd
Member
Join Date: Jan 2009
Old 03-14-2011 , 08:37   Re: Auto Demo Recorder v1.5 [08/06/2009]
Reply With Quote #95

To do:

Amxbans, DEMO upload in http server in amxbans, when player ban got amxbans ban and demo.
gRfd is offline
oglop
Member
Join Date: Jul 2010
Location: Czech Republic
Old 04-20-2011 , 16:19   Re: Auto Demo Recorder v1.5 [08/06/2009]
Reply With Quote #96

qreat plugin, does any one blocked "stop" cmd ?

And other question, is it possibel to add here a message which show after recording started??
I mean:

player joined ..... demo started recording... then message appeared


message like (client_print): %user% is playing on %hostname%

thahk you


BTW: admin imunity doesn't go

Last edited by oglop; 04-20-2011 at 16:36.
oglop is offline
Atmegaown
Junior Member
Join Date: Oct 2010
Old 04-20-2011 , 17:44   Re: Auto Demo Recorder
Reply With Quote #97

Quote:
Originally Posted by crazyeffect View Post
Dutch translation: [nl]
RECORDINGIN = We zijn nu een demo aan het opnemen in je cstrike map %s.
RECORDINGAT = Demo oponemen is begonnen op %s
Better version (he made a little mistake)
Quote:
RECORDINGIN = We zijn nu een demo aan het opnemen in je cstrike map %s.
RECORDINGAT = Demo opnemen is begonnen op %s
But I'd rather use this (think it's better)
Quote:
RECORDINGAT = Demo opname is begonnen op %s

Last edited by Atmegaown; 04-20-2011 at 17:47.
Atmegaown is offline
Pop0N
Member
Join Date: Apr 2011
Old 04-22-2011 , 04:23   Re: Auto Demo Recorder v1.5 [08/06/2009]
Reply With Quote #98

cool , thx !
Pop0N is offline
Xedor
New Member
Join Date: Apr 2011
Old 04-29-2011 , 19:44   Re: Auto Demo Recorder v1.5 [08/06/2009]
Reply With Quote #99

Can it be made that message shown about "recording demo to bla bla bla" be in color. Like green or red or something ?
Xedor is offline
Sven_cs16
New Member
Join Date: Apr 2009
Old 05-09-2011 , 08:00   Re: Auto Demo Recorder v1.5 [08/06/2009]
Reply With Quote #100

Hungarian translation:

[hu]
RECORDINGIN = Felvetelt keszitunk a cstrike mappadba.
RECORDINGAT = Demo felvetel indult a %s jatekosrol.
Sven_cs16 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 20:27.


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