Coder Social home page Coder Social logo

Tutorial about hertzvox HOT 5 OPEN

WireWolf avatar WireWolf commented on May 29, 2024
Tutorial

from hertzvox.

Comments (5)

Hertzole avatar Hertzole commented on May 29, 2024

Hi!

First of all, thanks for your interest in HertzVox!

I, unfortunately, don't really have time to make a full tutorial but I'll try to help you as best I can!

Implementation can vary a bit depending on what you want to do. But usually, you just need to import it and start from there.
What are you looking for when you say "create your own map"?
To create new blocks, (at least with pre-made blocks like the one included with HertzVox, you right click in your project view - HertzVox - Cube Block and then you can add it to a block collection (which can be created pretty much the same) and then you can use it in code.
Adding non-cube blocks is possible, but requires code and knowledge of creating meshes in code. It's also been a while since I last touched this but I think it goes something like this to create a new non-cube block: (based on how the cube block was made)

  1. Create a new class that extends from BlockController.
  2. Override the AddBlockData function to build faces depending on neighbor blocks. (like hiding faces if a block is right next to it)
  3. Create a new Builder for your custom block (see BlockBuilder for reference).
  4. Create a new Block Object. This is your scriptable object you can use in code and editor. Your new scriptable object should extend from BlockObject and then you need to override Controller() and make sure the controller returned points to your new class.

It's not the easiest task, but it can be done. You can even add some logic to your blocks, although not 100% supported.
I also do realize this is a very unfriendly way of creating custom shapes and such, and I do have an easier way in mind that would allow you to use editor tools to create blocks. Unfortunately, I haven't had the time to do anything with this project until now, but I'm also researching how to do something like this but with the new Job system in Unity 2018. So I will probably implement a new way to create blocks later down the line.

from hertzvox.

WireWolf avatar WireWolf commented on May 29, 2024

Thanks a lot for your quick response, I am trying to create a game similar to 7 days to die. When I said custom map I meant I want to create an island manually (not procedurally) where the player can dig, build, etc. My programming knowledge is fairly basic but I will try to figure it out. If you have time make a video tutorial in the future that would be great. I plan on implementing marching cubes, if you have any advice on that. Thanks a lot for your advice and any more would be welcome. I am using unity 2018.1 by the way.

from hertzvox.

WireWolf avatar WireWolf commented on May 29, 2024

Would it be possible to integrate marching cubes into this.

from hertzvox.

Hertzole avatar Hertzole commented on May 29, 2024

Hi!

Sorry for the delayed response. Real life and work got in the way.

For the map you mentioned, there's no direct support for it, but it would be possible to build a map at runtime, save it, and then load it in in your actual game scene.
And regarding marching cubes, I don't support it in HertzVox, nor do I intend to in the close future. I did look into it before but I didn't get anything out of it, so, unfortunately, I can't help you with that.

Good luck!

from hertzvox.

WireWolf avatar WireWolf commented on May 29, 2024

Ok thanks

from hertzvox.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.