Author Topic: Brick Modding?  (Read 718 times)

I'm looking into getting into modelling for BL, and i want to make some Bricks and Brickpacks (Since i MERP so much i figured i can make the bricks i need instead of requesting or searching for them, also i have a lot of ideas i wanna try out)

So i looked for a tutorial and only found weapons and stuff, could someone help me out?

This should help.

http://forum.blockland.us/index.php?topic=212312.0

Also, if you're making any cuboid bricks then it's WAY easier to just make them manually.
All you have to do for the blb file is
Code: [Select]
WIDTH LENGTH HEIGHT(in plates)
So the 2x2x1 brick would be
Code: [Select]
2 2 3

there's two ways
if you want to make simple bricks, just make a .blb file and edit it. I suggest you look in other .blb files as reference.

the second option is to use badspots/generals obj2blb converter, so you can model your brick in something like blender, export it as a .obj file then run it through the program.
(generals converter is better I think)

Awesome, thanks for the replies. Yeah its late here Down Under, so ill get started on that tomorrow.