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

Auto_demo recording (transfer for server)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Trinitron
New Member
Join Date: Jul 2009
Old 07-27-2009 , 09:45   Auto_demo recording (transfer for server)
Reply With Quote #1

Hello guys.

There is such plugin - "auto_demo.amxx". Automatically writes a demo at the client, in 15 seconds after the client will come on a server. Demo recording I with one name of a file (demoname.dem) and at changelevel map, replace myself.

Here an source code of a plugin, it too simple:

Code:
 #include <amxmodx>
#include <cstrike>
 
public plugin_init ()
    {
       register_plugin ("Auto-record", "0.1", "ketch")
    }
 
public client_putinserver (id)
    {
       set_task (15.0, "startRecord", id);
    }
 
public startRecord (id)
    {
       client_print (0, print_chat, "record demo started!")
       client_cmd (id, "record demoname.dem")
    }
It is possible (?):

Idea: to alter a plugin so, what demo which will be automatically record client, it would be transferred in a working folder to a server, instead of client, or on ftp or http folders server. There is any decision of it? The problem - not to put on a server anti-cheat. No, it would be necessary that client connect for server and not launched from its part programs, but demo which will be recording a plugin automatically, will go on a server, instead of client. (Or: both on a server, and to the client)

Please sorry for my english, I hope that you have understood me.
Trinitron is offline
TheRadiance
Senior Member
Join Date: Nov 2007
Location: Kazakhstan
Old 07-28-2009 , 01:23   Re: Auto_demo recording (transfer for server)
Reply With Quote #2

Possible only with client-side software.
TheRadiance is offline
Send a message via ICQ to TheRadiance
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 07-28-2009 , 02:13   Re: Auto_demo recording (transfer for server)
Reply With Quote #3

Quote:
Originally Posted by Trinitron View Post
I hope that you have understood me.
Not really.
__________________
fysiks is offline
Trinitron
New Member
Join Date: Jul 2009
Old 07-28-2009 , 04:59   Re: Auto_demo recording (transfer for server)
Reply With Quote #4

Only from outside the client? Really in any way it is impossible to intercept a demo which is written down by the client and to transfer a demo to a server in a folder?
Trinitron is offline
TheRadiance
Senior Member
Join Date: Nov 2007
Location: Kazakhstan
Old 07-28-2009 , 09:02   Re: Auto_demo recording (transfer for server)
Reply With Quote #5

Quote:
Only from outside the client? Really in any way it is impossible to intercept a demo which is written down by the client and to transfer a demo to a server in a folder?
It would be possible only if HL1 will support it, but it doesn't.
The only way - client-side software.
TheRadiance is offline
Send a message via ICQ to TheRadiance
Trafalete
Senior Member
Join Date: Sep 2008
Location: Bucuresti ( Printre nori
Old 07-28-2009 , 09:18   Re: Auto_demo recording (transfer for server)
Reply With Quote #6

or just use HLTV to record everything...when you have doubts, request his demo and look at hltv to compare

no demo = ban
__________________


Trafalete is offline
TheRadiance
Senior Member
Join Date: Nov 2007
Location: Kazakhstan
Old 07-28-2009 , 10:25   Re: Auto_demo recording (transfer for server)
Reply With Quote #7

Quote:
or just use HLTV to record everything...when you have doubts, request his demo and look at hltv to compare

no demo = ban
Yeah, right..
I used this system on my champ..

Last edited by TheRadiance; 07-28-2009 at 10:27.
TheRadiance is offline
Send a message via ICQ to TheRadiance
Trinitron
New Member
Join Date: Jul 2009
Old 07-28-2009 , 11:47   Re: Auto_demo recording (transfer for server)
Reply With Quote #8

No no guys. HLTV is absolutely another. Realisation of that I have written - is possible, but it too a laborious work.

HLTV writes down demo on all players on a server. We have on server ServerHLTV. It is possible to put a plug-in above, he will automatically write down a demo of each of players on a server and save their demo from 1st person to them in a folder. If there will be doubts on cheats - to ask the player to give a demo. But here there are many factors. The player can tell: I have lost a demo, I have removed it, and so on. It - not the best exit.
Trinitron is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 07-28-2009 , 14:47   Re: Auto_demo recording (transfer for server)
Reply With Quote #9

The ONLY thing you can do is force them to record. It is up to that player to give you the demo. Period. Nothing else is possible.
__________________
fysiks 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 12:32.


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