CreepyBlocks Editor

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
A.D.
User
User
Posts: 98
Joined: Tue Oct 06, 2009 9:11 pm

CreepyBlocks Editor

Post by A.D. »

Hello there!

as promised here is my CreepyBlocks Editor. You can make 3D models like you know from minecraft, just made out of cubes! Your buildings will be saved as plain text files. There also a procedure
to load the buildings in Purebasic as a Ogre mesh. Simply create your own texturepacks. Just zip your textures to a zip archive. Transparency is controlled within the textur filename:
for e.g.: "t.150.window.png". Change the value to control transparency. In the loading procedure (creepyblocks.pbi) you can switch #MultiTex on/off. When on you should extend your textures
to have every side of the cubes textured (see the sides.png texture in the creepyblocks.zip file). The editor has also an export function (as schematic file in the save dialogue) to import your
creations into MCEdit and from there to Minecraft itself. Due to copyright issues i can't offer the texturepack archive which is needed to use CreepyBlocks for minecraft (PM me).

Screenshot: https://dl.dropboxusercontent.com/u/791 ... Editor.jpg

Okay, that's it for now. One last thing to say is : I have to rewrite the loading procedure because i used a textureatlas to texture the mesh. This means the textures are flickering a bit when
moving away from it with the cam. It's not a big deal, but should be improved. I will make an update for it later. Maybe i will improve the editor too as i want to have some
more kind features for it. (all source is included but not well commented and maybe a bit confusing sometimes :-))

I hope you will have fun with my work... Good evening !

(Darie) A.D.


Download : https://www.dropbox.com/s/4pq7jcekbnyk5 ... Editor.zip
Repeat
PureBasic
ForEver
Kelebrindae
Enthusiast
Enthusiast
Posts: 151
Joined: Tue Apr 01, 2008 3:23 pm

Re: CreepyBlocks Editor

Post by Kelebrindae »

Very nice!

If you're interested in a texture atlas implementation, there's one here (though it may need some adjustement):
http://www.purebasic.fr/french/viewtopi ... 13&t=14529
User avatar
A.D.
User
User
Posts: 98
Joined: Tue Oct 06, 2009 9:11 pm

Re: CreepyBlocks Editor

Post by A.D. »

Good Morning outthere!

I wrote support for loading minecraft schematic files. You will be able to load objects like these with PureBasic : http://www.minecraft-schematics.com/. I really love the creations other minecraft players do...very awesome site!
It's not all finished yet, i have to write some more code to support use of any minecraft texturepack. I just wanted you to know that this feature will come to CreepyBlocks.
I still have to finish proper support for mipmapped textures also. I will let you know when it's done!

Greets
A.D.
Repeat
PureBasic
ForEver
Post Reply