Author Topic: Build Print Bricks  (Read 672 times)

I'd say they're quite simple to make, but I couldn't do it myself. A normal print brick that you can build on. Names would go as following: 1x1F Build Print, 1x2F Build Print and 2x2F Build Print. No need for special icons, the default ones are good. (base/client/ui/brickIcons) Major extra cookies if someone makes Ceilings Print Bricks buildable.
Trust me, this makes your life much easier.

I found an old topic about this from 2008, people weren't too fancy about the idea. New try.

Why wouldn't they like this? You could have the entire floor tiled in a build that way.

Why wouldn't they like this? You could have the entire floor tiled in a build that way.
You can do that anyway, but it's a pain in the ass.

This would be so easy to accomplish that I doubt it'd even be worth releasing.
Right at the beginning of each flat print brick you should see something like this:
Code: [Select]
2 2 1
SPECIAL

dd

dd
Just replace each d with a b and you're pretty much set. (After packaging, of course)

This would be so easy to accomplish that I doubt it'd even be worth releasing.
Right at the beginning of each flat print brick you should see something like this:
Code: [Select]
2 2 1
SPECIAL

dd

dd
Just replace each d with a b and you're pretty much set. (After packaging, of course)
Guess what, that didn't work. That's the first thing I tried.

Odd, it works flawlessly for me.

Are you positive you've done everything correctly?

Of course you can build on it, but you can't print on it. That's the problem I had.

Have you added
Code: [Select]
        hasPrint = 1;
printAspectRatio = "2x2f";
to the "fxDTSBrickData" in the server.cs?

Have you added
Code: [Select]
        hasPrint = 1;
printAspectRatio = "2x2f";
to the "fxDTSBrickData" in the server.cs?
How could have I known that? Gotta try that. Might be releasing this in a day or so.