UnrealVoxel - blocky Minecraft-like infinite world + download

Big Thanks To ,
I started the video series and ended up with the following. And being new to C++ am amazed its working.
I had a few issues with some areas he skipped over but finaly found some solutions to them.

https://forums.unrealengine.com/showthread.php?138875-Proc-Created-Voxel-World-How-Do-You-Get-elementID-into-BP


Above: I edited the code slightly to include gold diposits for a mining business game. The idea being you buy equipment and need to stay in business by drilling for the resources. Oil, Gas and so on.
IndieDb: Proc Block Windows game - Indie DB

I hope he carries on this procedural voxel video series (even though it was a challange, not a tutorial) as there is surely a lot more that can be done with this system.

hope to see more videos on this stuff soon as this is great stuff. :slight_smile:

PS. I need your paypal to donate some cash and hopefuly get a save and seed script from you. Sadly $60 is too much for someone who makes free games.

Hey, I plan to buy the source code in the next few days and thought maybe you can give me a bit of a direction of how to add lakes, caves and different biomes? It will be very helpful, thanks you anyway :stuck_out_tongue:

That sounds really good. Of course I can give you some advices about lakes, caves and different biomes when you will be implementing it. Good luck!

Hey guys, I updated the plugin to 4.17.1 version!

New update: fixed issue with instance static meshes are not destroyed in 4.17
Also updated plugin to works without c++ compiling
https://sellfy.com/p/Ho2F/

Some small polishing if you haven’t tried. Let me know what else you would like to see!

This looks amazing. There is so much potential here. Keep up the good work :smiley:

Updated to 4.18!

Is the $69.99 just a demo, or does it include UE4 scene in editor?

Also what happened to the discount to $59?

Of course is a full prize of the plugin! Contains whole logic, tutorial and Content!

You didn’t answer my question. Does it include the UE4 scene in editor?

Yes, it Includes whole project - UE4 scene in editor!
There are also some additional scenes and explanations.
So it contains more than you can find in demo.

Hi,
i have a question, can I build voxel in different rotations in this plugin?

Hi, I want to buy, but i need know it :slight_smile: Please answer on my question.

What do you mean different rotations? Rotations of voxels? Different types of voxels? Basically you can do everything with it. :slight_smile:

Plugin updated to 4.19 version! :slight_smile:

I mean like this image on attachment. Where to focus crosshair there is built top side of voxel.

Right now every block just applies material with 3 different textures (Top, Bottom, Side).
It is taking face index 0-5, but it shouldn’t be much problem to have additional parameter for each block which changes index of every face.

how can i add new biomes like a desert in with the world generation ?

Can I add slopes and custom block shapes so they appear more rounded?