31
Gallery / Re: "OBEY" Billboard
« on: March 04, 2013, 10:32:57 AM »
bedroom!!!!!!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Some images use chunked encoding which can't be downloaded properly using torque.Blockland's server previews by default use encoded chunks, and I managed to get it to work fine. Although, I believe if you specify that you are connecting through HTTP 1.0 it no longer chunks it.
The solution I used for blota was a proxy hosted online that downloaded them from the blockland website and relayed the data to the torque client in a sensible fashion.
i know that you see death messages, and you've been playing blockland years apon years.No, I'm saying that I didn't think it was a problem that we did see them.
Yes. Because the only way besides gravity, to change a bullets straight path is to re-create it.
if(%this.getDataBlock().subCategory $= "Prints")
{
%texture = getPrintTexture(%this.getPrintId());
%path = filePath(%texture);
%underscorePos = strPos(%path, "_");
%name = getSubStr(%path, %underscorePos + 1, strPos(%path, "_", 14) - 14) @ "/" @ fileBase(%texture);
if($printNameTable[%name] !$= "")
%f = %name;
}