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

[ANY] tAutoDemoUpload v0.0.4 (2012-01-08)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Fearts
ferts of daeth
Join Date: Oct 2008
Old 01-10-2012 , 13:58   Re: [ANY] tAutoDemoUpload v0.0.4 (2012-01-08)
Reply With Quote #11

1. Added bzip2.inc and tEasyFTP.inc to sourcemod/scripting/include/

2. Added RemoteTargets.cfg to sourcemod/configs/

Code:
"RemoteTargets"
{
    "demos"
    {
        "host"        "Myhost"
        "port"        "21"
        "user"        "Myuser"
        "password"    "Mypassword"
        "path"        "/"
        "ssl"        "try"
        
        "CreateMissingDirs"    "1"        
    }
}
3. Added cURL to sourcemod/extensions/

4. Added tEasyFTP.smx and tAutoDemoUpload.smx to sourcemod/plugins/

5. Added autorecorder.smx to sourcemod/plugins/ with these configs:

Code:
sm_autorecord_enable "1"

sm_autorecord_finishmap "1"

sm_autorecord_minplayers "4"

sm_autorecord_path "demos/"

sm_autorecord_timestart "13"

sm_autorecord_timestop "1"
6. Added demos folder to cstrike/

7. I go into server and start and stop a demo and it puts the demo in cstrike/demos/ but does not upload anything to my webserver FTP.

I think this is because I don't have the paths set correctly in both:

Code:
RemoteTargets.cfg

        "path"        "/"
and

Code:
tAutoDemoUpload.sp


sm_tautodemoupload_ftptarget "demos"
What I want is:

Demos recorded to (Game Server) - cstrike/demos/

End up (Web Server) - public/cstrike/demos/

If you could please advise me on this it would be most helpful.
__________________

Last edited by Fearts; 01-10-2012 at 14:05.
Fearts is offline
 



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 00:52.


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