|
|||||||
![]() |
|
|
Thread Tools |
|
||||
|
Download v0.3 (Zip, 339kb)
Download v0.3 (7z, 169kb) I started to work on random levels. A few screenshots below, and a demo video here. More details soon. ![]() ![]() ![]() ![]()
Last edited by piiichan; 08-May-09 at 11:30. Reason: Updated download link to v0.3 |
||||
|
#1
|
||||
|
|
|
||||
|
Ooo.... I love it!!
Very claustrophobic looking.... I guess one could be lost for ages in there.... Now a nice monster/enemy animation that spawns all over the place and we're set!
............................................
I don\'t need no steenkin\' sig |
||||
|
#2
|
|
||||
|
cool! i especialy liked the second appearing tower at 0:23 in the example video.
|
||||
|
#3
|
|
||||
|
This is great, reminds me of rogue/angband.
I assume you are planning on releasing the script?
............................................
Blengband Terra Sirenum Space Explorer Blendserve online game demo |
||||
|
#4
|
|
|||
|
Very impressive, but please don't tease, Will you release the script?
|
|||
|
#5
|
|
||||
|
Of course I will release it, I just want it to have a clean GUI.
It won't be too long (hopefully, if I got some spare time...). |
||||
|
#6
|
|
|||
|
Great, thanks.
Keep scriptin. nice job. |
|||
|
#7
|
|
|||
|
Wow, really cool!
|
|||
|
#8
|
|
|||
|
I'm assuming these work in GE? I mean, that would seem to be self-evident.
I've been toying with the idea of a 3D re-imagining of NetHack for some time. With some item placement scripts and enemies, and of course the items and enemies to be placed, you'd be mostly there. Out of curiosity, are all of the elements individual objects? I'm wondering how hard it would be to script in pseudo-dynamic level pieces, like 'digging' into a wall. Anywho, looks amazing, and I'd love to get my hands on it, if only to test new character movement and rigs in a good environment. |
|||
|
#9
|
|
||||
|
Sweet!
You got referenced on Blender Nation BTW.
............................................
This is my sig. Feel free to use my texture repository: http://www.cdupload.com/browse/Minifig/3913_FKSa1 Please don't call me mini. |
||||
|
#10
|
|
||||
|
Yup cool, and they mention there's already a downloadable version of the script, is that so?
|
||||
|
#11
|
|
||||
|
Very nice work piiichan. I'm diggin it.
............................................
Check out my latest work: Little Ninja Project and Death of Little Ninja Project Other junk: my Music and DeviantArt page. |
||||
|
#12
|
|
|||
|
release?
please send a link |
|||
|
#13
|
|
|||
|
release?
please send a link |
|||
|
#14
|
|
||||
|
Its awesome Piiichan. Can wait for this scripts so i can try it out. Thanks a bunch!
|
||||
|
#15
|
|
||||
|
Reminds me of The Elder Scrolls: Arena. Very nice work.
............................................
"Computers in the future may weigh no more than 1.5 tons." - Popular Mechanics (1949)
|
||||
|
#16
|
|
||||
|
The script is released here.
It should be quite straightforward to use. ![]() Just a few words about the algorithm so that you can understand what the various parameters are: For each floor, a "worm" will carve its way through it in a random fashion. Every time the worm steps forward, it has to decide whether it will change its heading direction or not, and whether it should put a room at its current location or not. You can increase / decrease these two probabilities. When the worm has put all rooms in the current floor, the next floor is treated exactly in the same way. Nb of rooms The most basic way to control the size of a dungeon: more rooms = bigger dungeons ![]() ![]() proba room The probability that the worm will put a room each time its moves forward. Low values = longer corridors. ![]() ![]() proba turn The probability that the worm will change its heading direction each time its moves forward. Low values = straight corridors, high values = twisty corridors. ![]() ![]() Various notes - a black & white picture (called "Dungeon") of the first floor of your dungeon is created every time you generate a new dungeon. If you change the dungeon dimensions, a new picture will be created with an incremented name (Dungeon.001, Dungeon.002, etc...) - many more features could be added, so feel free to customize this script to fit your needs - for now, floors do not communicate between one another, but this addition is very easy to do. Tell me if you need this functionality. - this script is unfortunately not usable in the Blender Game Engine, because updating a mesh is not possible while a game is running (as far as I know). I tried it without success, the mesh is updated as soon as the game is stopped though. - spotted a bug? Post it here. - thank you all for your kind comments! ENJOY Last edited by piiichan; 31-Mar-09 at 07:40. |
||||
|
#17
|
|
||||
|
I opened up the Blend file and deleted the existing dungeon, then I ran the script. I turned on "With Lights" and set the lights probability to 0.3. I get an error when click "Create Dungeon".
Quote:
............................................
Intel DUO T9300 @ 2.5Ghz, Windows XP 64, 3Gb RAM, nVidia 9500M GS Blender 2.49.2, Python 2.64 2.49b Python Scripts: Blendgraph Meshfoot 2.49b Scenes: After Effects Stroke Sea Tubes Page Rip or Tear Opening A Book Single Page Turn Glow Emulating 3DSMax Super Spray |
||||
|
#18
|
|
||||
|
I also deleted the existing dungeon, and it didn't work. I then tried not deleting the existing dungeon, and that worked fine. Very nice. Thanks.
............................................
Currenet Game Project: http://blenderartists.org/forum/showthread.php?t=175809 Free Textures and 3d Models www.FreeTextureSite.com My work on Turbosquid: http://www.turbosquid.com/Search/Art...heTextureStore My Computer: Windows XP, Intel core 2 quad cpu q6600@ 2.4GHZ, 3GB ram, Nvidia GeForce 7100 / Nvidia GeForce 630 i Last edited by 3dmedieval; 29-Mar-09 at 17:54. |
||||
|
#19
|
|
||||
|
Don't delete the existing Dungeon, it kind of becomes the new one...
Wonderful script, I can just imagine what this can be used for! Last edited by Dayanto; 29-Mar-09 at 18:03. |
||||
|
#20
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|