Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Suggestions & Requests
»
Sphere Generator
« previous
next »
Print
Pages: [
1
]
Author
Topic: Sphere Generator (Read 899 times)
Bravo
June 27, 2012, 05:17:33 PM
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.
Ad Bot
Advertisement
otto-san
June 27, 2012, 05:18:35 PM
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
»
Bravo
June 27, 2012, 05:21:40 PM
Thanks!
So would i type
genSphere(%10, %1);
into the console?
otto-san
June 27, 2012, 05:23:08 PM
Quote from: Bravo on June 27, 2012, 05:21:40 PM
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
Bravo
June 27, 2012, 05:34:43 PM
Ok. What should i name the cs file?
Edit: Nevermind, got it. Thanks.
«
Last Edit: June 27, 2012, 05:37:08 PM by Bravo
»
Bravo
June 27, 2012, 05:41:51 PM
I love it! That's amazing haha.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Suggestions & Requests
»
Sphere Generator