Blockland Forums > Modification Help

Revenge of the TCP object [Solved]

Pages: << < (8/16) > >>

Lugnut:

Oh, duh

ok nevermind

xXBeibsFan119Xx:


--- Quote from: jes00 on May 05, 2012, 06:32:11 PM ---
--- Code: ---function ColorSetMaker_VersionCheck()
{
[b] if(isFile("./RTBinfo.txt") && (isFile("add-ons/System_ReturnToBlockland/client.cs")))
{
return;
}[/b]

if(isObject(ColorSetMaker_Downloader))
ColorSetMaker_Downloader.delete();

new TCPObject(ColorSetMaker_Downloader);

ColorSetMaker_Downloader.connect("dl-web.dropbox.com:80");
}
--- End code ---

--- End quote ---


Slicks555:

I think this is the first time I've ever 100% agreed with Ephi. Use RTB, it's probably better than dropbox for your needs. Dropbox is really weird with how they handle their files, the only benefit you get is downloading from a server closer to you. I don't know where the RTB server is located, or maybe Ephi has multiple and they're linked to improve speeds for clients, however his system works it does it's job well enough.

Kalphiter:

RTB has 1 server.

Rub:


--- Quote from: Kalphiter on May 06, 2012, 04:05:49 PM ---RTB has 1 server.

--- End quote ---
WRONG

Pages: << < (8/16) > >>

Go to full version