Blockland Forums > Gallery
Dungeon Generator
Truce:
--- Quote from: IkeTheGeneric on November 13, 2010, 02:28:01 PM ---Now you need to make a random landscape generator that generates landscape as you get closer to the edge of the already-generated landscape
--- End quote ---
Done. Took me about 15 minutes. I adapted it from the old cubescape terrain generator so it was pretty quick. It's laggy though, or at least when running Fraps at the same time. Even with 6GB of RAM and a quad core processor, it stuttered a bit due to how many bricks it had to create every second. I'll optimize it tomorrow (I have a few ideas how to) if I need something to do, then put up a video.
--- Quote from: M on November 13, 2010, 02:36:50 PM ---Then why not just release the scripts themselves? Don't package them, just post them up somewhere for reference.
Actually on the topic of that converter - am I right in assuming it also runs via an out-of-Blockland program? I've tried some stuff to import images but there's no real way to read actual images inside BL that I've found (the only possible method I've found returns garbage)
--- End quote ---
1) I suppose I could do that at some point; I've got a looot of stuff I could put up.
2) I wrote it in Java, and it exports it as a .bls so you can load it ingame whenever.
M:
--- Quote from: Truce on November 13, 2010, 03:02:39 PM ---1) I suppose I could do that at some point; I've got a looot of stuff I could put up.
--- End quote ---
Please do, I am out of actual research to fap to.
Altered:
I wish I could have a few saves generated by this. :c
Truce:
--- Quote from: M on November 13, 2010, 03:25:54 PM ---Please do, I am out of actual research to fap to.
--- End quote ---
I'll pick out my five favorite logic-based scripts and post them in Mod Discussion.
--- Quote from: Altered on November 13, 2010, 03:39:28 PM ---I wish I could have a few saves generated by this. :c
--- End quote ---
Any particular size? I can pass a handful your way if you want to build in them.
IkeTheGeneric:
--- Quote from: Truce on November 13, 2010, 03:02:39 PM ---Done. Took me about 15 minutes. I adapted it from the old cubescape terrain generator so it was pretty quick. It's laggy though, or at least when running Fraps at the same time. Even with 6GB of RAM and a quad core processor, it stuttered a bit due to how many bricks it had to create every second. I'll optimize it tomorrow (I have a few ideas how to) if I need something to do, then put up a video.
--- End quote ---
Awesome.