Is there a fast way to set up FastDL? I mean like I got it set up but compressing the addons and stuff is annoying me since I have to like create folders and stuff to move folders.....let's just put it like this :S filezilla doesn't have the option to replace folders since when I upload models folder and such to my fastdl web server it doesn't allow me to do so since I would be replacing folders. Please help as this stresses me out and I don't want to be arsed to make folders, drag and drop and other sh*t like that.
Thanks!
Is your server a linux server? If so, the best way to transfer files would be through SCP and you could create a script to compress multiple files etc
[QUOTE=djjkxbox360;44972648]Is your server a linux server? If so, the best way to transfer files would be through SCP and you could create a script to compress multiple files etc[/QUOTE]
The files are already compressed. I used bzip2 and used a script that I got from a tutorial
Also I do have a linux server running Debian
Use SourceRSC. Very useful program, will do all the work for your FastDL.
[URL="http://svenskunganka.com/tutorials/other/setup-a-fastdl-for-garrys-mod.html"]http://svenskunganka.com/tutorials/other/setup-a-fastdl-for-garrys-mod.html[/URL]
Use svenskungankas fastdl tutorial.
[QUOTE=Icejjfish;44977626][URL="http://svenskunganka.com/tutorials/other/setup-a-fastdl-for-garrys-mod.html"]http://svenskunganka.com/tutorials/other/setup-a-fastdl-for-garrys-mod.html[/URL]
Use svenskungankas fastdl tutorial.[/QUOTE]
He isn't asking how. He's asking for a faster way to do it.
[QUOTE=Aeternal;44978187]He isn't asking how. He's asking for a faster way to do it.[/QUOTE]
What he said. I already followed that tutorial but compressing addons then uploading them when I can't since it would be overriding folders and I have to like make folders and add the content in the addon, etc. Pretty complicated stuff lo
[QUOTE=LieutExcalibu;44980832]What he said. I already followed that tutorial but compressing addons then uploading them when I can't since it would be overriding folders and I have to like make folders and add the content in the addon, etc. Pretty complicated stuff lo[/QUOTE]
[quote]SourceRSC (formerly CSRSC) is an easy to use utility that aids in keeping your http (redirect) server up to date with the custom maps, models, etc you have on your game server.
It queries your game server (via FTP or locally) and compares that to a list of files every server should have. Files not found in that list are considered custom. SourceRSC then queries the redirect server (via FTP or locally) and compares the list of custom files to the list of files found on the redirect. Files missing on the redirect are compressed and sent to the redirect with the appropriate directory structure created.
Supports Counter-Strike: Global Offensive, Counter Strike Source, Team Fortress 2, Garry's Mod, Half Life 2 Deathmatch, Left 4 Dead, and Day of Defeat Source out of the box. Will support other Source mods with minimal work.
SourceRSC is completely automated. If you are using FTP, it will download/upload files automatically when necessary.
This binary works with Windows and Linux (for linux read the readme).
A must have tool for any srcds admin!
Free for non-commercial use. Commercial or automated/scripted use requires a license. [/quote]
[QUOTE=Cyberuben;44980986][/QUOTE]
I need help/have a couple of questions. Added you on steam so please accept my friend request. Thanks!
If you are using Linux:
bzip2 -k *.bsp
Local:
cp *.bsp.bz2 /var/www/fastdl or something
remote:
wput *.bsp.bz2 [url]ftp://user:pw@server/folder/to/fastdl/maps[/url]
etc etc :) Wildcard are something usefull if you use them correctly (commands not tested)
edit:// that's why i stated untested ^^ i found an little error
insteed of wput *.bsp.bz2 you could use *.bz2 in the garrysmod folder, and it would be automaticly upload the whole garrysmod required fastdl files over. BUT(!) only if you used bzip2 correctly.
i also tried SourceRSC, but it personally doesn't like it, since i was too lazy to create my own config for it :)
Sorry, you need to Log In to post a reply to this thread.