AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Auto SourceTV Recorder (https://forums.alliedmods.net/showthread.php?t=92072)

StevoTVR 05-24-2014 13:38

Re: Auto SourceTV Recorder
 
Quote:

Originally Posted by generalzod123 (Post 2141857)
He means it's not actively being developed anymore...

I'm still here, but I see no reason to update it at this time. It does what it was made to do...

willkill4kronik 09-16-2014 22:59

Re: Auto SourceTV Recorder
 
Anyone have another plugin to go along with this to delete demo that are like a month old? Thought I'd ask here before i start dabbing into the situation myself. Pretty much a plugin to clean up the demos after a month! Thank you! :)

Maxximou5 09-16-2014 23:27

Re: Auto SourceTV Recorder
 
Quote:

Originally Posted by willkill4kronik (Post 2199914)
Anyone have another plugin to go along with this to delete demo that are like a month old? Thought I'd ask here before i start dabbing into the situation myself. Pretty much a plugin to clean up the demos after a month! Thank you! :)

Do a cronjob on Linux or a batch file (scheduled task) on windows to remove demos with the timestamp of a month late.

away000 09-17-2014 08:14

Re: Auto SourceTV Recorder
 
Quote:

Originally Posted by StevoTVR (Post 2141983)
I'm still here, but I see no reason to update it at this time. It does what it was made to do...

It work in csgo?

Is it possible 4 u to implement a "auto status" on demo console?

PresidentEvil 11-05-2014 15:22

Re: Auto SourceTV Recorder
 
checked in server console
Code:

"sm_autorecord_path" = "./demos" ( def. "." ) - Path to store recorded demos
it is recording demos to the csgo directory, the demos folder is completely empty

GeneralBison 03-25-2015 08:10

Re: Auto SourceTV Recorder
 
I'm still getting the same client crash when trying to play auto recorded demos.

Quote:

Host_EndGame: Error reading demo message data.
Getting no errors in my logs.

sejbr 04-16-2015 17:43

Re: Auto SourceTV Recorder
 
1 Attachment(s)
Using CS:GO workshop collection breaks the recorder due to "/" in map name.
Not sure if that's the correct way to do it since I don't do SP programming, but I already made a quickfix for my server so here it is:
Code:

        if(StrContains(sMap, "/"))
        {
            decl String:sPieces[3][64];
            ExplodeString(sMap, "/", sPieces, sizeof(sPieces), sizeof(sPieces[]));
            sMap = sPieces[2];
        }


DSASDFGH 05-01-2015 11:27

Re: Auto SourceTV Recorder
 
Hi, the recoded demo name contains the hostname, How can i fix this?

Imitation 05-10-2015 01:29

Re: Auto SourceTV Recorder
 
I get a crash trying to playback a demo from Insurgency. Anyone else got crashes? Or did the other guy with the crash find an way to resolve?

GaFooB 05-26-2015 16:21

Re: Auto SourceTV Recorder
 
Quote:

Originally Posted by checkster (Post 1940002)
When I use this plugin it does not record chat for some reason, only sound. Any one have an Idea on how to fix that ?
Only player chat is invis, but adverts show ect.

press escape twice while watching the recording, this is not the plugin at fault. Your goal when pressing escape is to pull the the menu that allows you to select options and quit game and such. just get that menu open, then close it, BAM problem solved.


All times are GMT -4. The time now is 21:59.

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