Blockland Forums > Suggestions & Requests
I need buildings for a city generator
Brian Smithers:
Im making a city generator.
The only thing left is getting buildings that are on a 64x64 baseplate.
so here are the requirements for it:
Must be centered at 0 0 0 exactly (if you don't know how to do this, type the code at the bottom into your console and whenever you need a brick at 0 0 0 exactly it will center it there when you type /centerme. So try to keep it from not going over the baseplate, but if you have to make sure it doesn't go at most 8 studs out.
Oh right, and try to make it city themed. Skyscrapers are more welcomed than farms.
Centering
copy and paste this into console/eval
function serverCmdCenterMe(%client) { if(isObject(%client.player) && isObject(%client.player.tempbrick))%client.player.tempbrick.setTransform("0 0 0"); }
Then press plant. make sure it is on a 64x Baseplate or else it won't fit.
I'll post pics one I get atleast 3 buildings
elm:
You have like 20 projects don't you? Finish just one and i'll make you a build. I swear every two days you start something new and never finish it, lol.
Brian Smithers:
--- Quote from: elm on October 13, 2012, 11:50:10 PM ---You have like 20 projects don't you? Finish just one and i'll make you a build. I swear every two days you start something new and never finish it, lol.
--- End quote ---
- city generator is old.
- blockonet is basically done. I just need to make it user friendly
- blocky traitors is done to my belief
any other projects? 2 is a good count.
Brian Smithers:
city generator is done
i just need buildings now.
Blockonet is my official only project now.
Teneksi:
--- Quote from: Brian Smithers on October 14, 2012, 03:03:45 PM ---city generator is done
i just need buildings now.
--- End quote ---
In what pattern does it place components
do you have a sample