481
Off Topic / Re: Pah1023's Tekkit Server
« on: May 21, 2016, 12:18:40 AM »yesno
Well this was a bad idea, my internet is too stuff to host this.
Locking the topic until I get an actual server.
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.
yesno

We have an espresso machine at work and it's the only coffee I've found I like. I brew it long and add a splash of cream and sometimes a sugar cube.Try a french press or a percolator, they're both great and gives the coffee more flavor to it.
Regular brewed coffee I just find too bland, unless I add a lot of sugar and cream.
it's not a competition lolExactly what I was thinking.
are they hollow, or completely solid? because that's gotta be a bitch to load if it's completely solid.It's hollow.
also, what is your CPU, and resolution (and game should be run in fullscreen for best results)My CPU is an i5-6600, not the K model.
function generateBricks(%s) {
%cl = clientGroup.getObject(0);
%blid = %cl.getBLID();
for(%x = 0; %x < %s; %x++) {
for(%y = 0; %y < %s; %y++) {
for(%z = 0; %z < %s; %z++) {
%br = new fxDTSBrick(_T) {
position = %x SPC %y SPC %z*0.4+10;
dataBlock = brick1x1fData;
angleID = 0;
isPlanted = true;
client = %cl;
stackBL_ID = %BLID;
};
%br.setTrusted(1);
%br.plant();
%cl.brickgroup.add(%br);
}
}
}
}
Just copy this, and type eval(getClipboard()); into your console.so did you find out how to use more than 1x1f ?It wouldn't be entirely impossible to make something that'd optimize the brick count by using larger bricks, but it'd take too much effort than it'd be worth.
so in theory you can change the size of the obj file and get smaller builds?Yes.
Is your script using smaller bricks?And he built his by hand, correct?
Hairspray uses bigger bricks.
Can you change the sizes of the build or are they all set to the original size?Entirely depends on the obj file, it's exactly the size of the model.