Author Topic: Sphere Generator  (Read 899 times)

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.

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.
« Last Edit: June 27, 2012, 05:20:30 PM by otto-san »

Thanks!
So would i type
genSphere(%10, %1);
into the console?

Thanks!
So would i type
genSphere(%10, %1);
into the console?
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

Ok. What should i name the cs file?

Edit: Nevermind, got it. Thanks.
« Last Edit: June 27, 2012, 05:37:08 PM by Bravo »

I love it! That's amazing haha.