Author Topic: A fun little tip for removing Invisible Bricks planted before V21.  (Read 1387 times)

With the update of V21, transparent bricks have become slightly visible, but still very hard to see. This can be irritating and messes up the build's atmosphere. While trying to remove them from Adena, I came upon a neat little trick.


If you turn the fog as high as possible, it will make the supposedly invisible bricks easily visible.

have fun kids


Thanks for the info, this might be helpful sometime in my builds.

Code: [Select]
%c=brickgroup_yourid.getcount();
for(%i=0;%i<%c;%i++)
{
    %b=brickgroup_yourid.getobject(%i);
    if(%b.getcolorid() == whateveristranscolorid)
    {
        %b.setcolor(1);%b.setrendering(0);
    }
}
E: God that sucks to type on ipad ._.

nngghh why are people too lazy to turn rendering off

They're using the invisible paint from trueno's colorset instead of actually turning rendering off, @everyone who doesn't understand

Code: [Select]
[code][quote author=Mold link=topic=208970.msg5830206#msg5830206 date=1348180117]
-snoip-
[/quote]
or you know you could like

turn the damn fog up[/code]
« Last Edit: September 20, 2012, 06:42:33 PM by Zeal¤t »

Code: [Select]
[code]or you know you could like

turn the damn fog up[/code]
I don't want to wrench all the stuff bricks when a codethat matches in one chat line can do it for me

I don't want to wrench all the stuff bricks when a codethat matches in one chat line can do it for me
what

I don't want to wrench all the stuff bricks when a codethat matches in one chat line can do it for me
A: that's nowhere near one line
B: wrench? who said anything about wrenching?

you made that build at my server

A: that's nowhere near one line
B: wrench? who said anything about wrenching?
A: Because I made it overcomplicated
B: OP wants to turn off rendering off invisible bricks

Turn rendering off................

A: that's nowhere near one line
Code: [Select]
%bg=brickgroup_####;for(%i=0;%i<%bg.getcount();%i++){%b=%bg.getobject(%i);if(%b.getcolorid() == ##){%b.setcolor(1);%b.setrendering(0);}}


If you have a stuffload of bricks and call getCount() every time it lags a giant stuff.