Author Topic: FastDL  (Read 4050 times)

0 Members and 1 Guest are viewing this topic.

Offline Digital Spit

  • Jr. Member
  • **
  • Posts: 79
  • Karma: 1
FastDL
« on: March 01, 2012, 01:17:44 PM »
Someone was talking to me about ULX having a way to fast download...is this true?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: FastDL
« Reply #1 on: March 01, 2012, 04:22:59 PM »
FastDL as in hosting? No.
Gmod now allows you to host your server's lua cache folder on your fastdl site, so there is no need to offer ULX specifically as a separate DL.

ULX _does_ have some abilities to push special files that may not normally be included as part of an addon.
(Megiddo/Stick, do we still allow files on a per map or gamemode basis, if using <mapname.txt> or <gamemode.txt>??

Have a look at your /addons/ulx/data/ulx/downloads.txt file. (As it states many times, don't edit that file, copy it to your own server's gmod/data/ulx/


"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Digital Spit

  • Jr. Member
  • **
  • Posts: 79
  • Karma: 1
Re: FastDL
« Reply #2 on: March 01, 2012, 06:50:27 PM »
I've never edited that file, the only reason I ask is because I'm trying to add playermodels to my server that require people to download them, I have a webhost, but I'm not sure how to upload them and the gmod wiki doesn't help me at all. I just don't understand because of the way it's written

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: FastDL
« Reply #3 on: March 02, 2012, 03:18:18 PM »
Not sure what you don't understand, the wiki, or downloads.txt?
Copy downloads.txt from the ulx addons directory mentioned above to your server gmod/data/ulx/ folder.
Then only edit the new file just copied.

If you have special files, whether they are in addon package or not, the server sees them as gmod root/<whatever>/<whatever_files>, not gmod root/addons/<whatever>/<whatever_files>

If you wanted to share an entire folder, you'd copy that folder to your server host as always (perhaps including an addons/<blah>/special_folder, but, to your fastDL (and our downloads.txt), it would never include the "addons", it would simply be <fasdl>/<blah>/special_folder and in downloads.txt, <blah>/special_folder

If you you wanted to share a particular file within <blah> (Blah being sounds, materials, models, other common gmod file folders), you'd still upload the file to your server as always (even if in addon format), then upload the file to your FastDL host /blah/special_folder/whatfile.blah folder, and the in downloads.txt, you'd place blah/special_folder/whatfile.blah

« Last Edit: March 02, 2012, 03:21:12 PM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming