Blockland Forums > Suggestions & Requests
Sphere Generator
Bravo:
Could someone please make a sphere generator? I really need one for my Deep Space project. I just need it to be able to make different sizes, and it doesn't need a gui.
otto-san:
Did it.
https://dl.dropbox.com/u/11058668/spheres.cs
https://dl.dropbox.com/u/11058668/SphereManual.txt
in case you need a diagram of where to place your ghost brick:
Not packaged, you have to do that yourself or execute it.
Also not done in a very efficient way.
Be sure to build these in zone cubes.
Bravo:
Thanks!
So would i type
genSphere(%10, %1);
into the console?
otto-san:
--- Quote from: Bravo on June 27, 2012, 05:21:40 PM ---Thanks!
So would i type
genSphere(%10, %1);
into the console?
--- End quote ---
um no
genSphere(10, 1);
Sphere.buildS([ms between placing bricks]); when you have a ghost brick in place
Sphere.cancelS(); if you want to stop building
Bravo:
Ok. What should i name the cs file?
Edit: Nevermind, got it. Thanks.