this post was submitted on 03 Aug 2023
4 points (75.0% liked)

Godot

5839 readers
142 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
 

Hello all,

I hope my question is not too stupid. :-) I have the following concern: I would like to create - in general terms - a maze in which computer-generated enemies follow a random path and can also come towards me. (I assume I need 3D for this.) After some reading, I have determined that Godot might be the wisest choice for this.

Now I have no experience at all in developing games and designing graphics, so I need a hint in the right direction: What is the easiest way to create a three-dimensional model of an opponent and insert it on a map in Godot so that it automatically follows a certain path? I assume I need Blender or similar software for that?

you are viewing a single comment's thread
view the rest of the comments
[–] Feyter 6 points 1 year ago (9 children)

What you want to do is actually quite advanced topic. Godot is coming with some build in functionality that you can use Look for navigation mesh

But if you never used a game engine I recommend you start with baby steps and lern how Godot works basically. Try to create a scene, create an object, add a script and try to move it from code... All this stuff.

I would recommend to at least completely the getting started section of the Godot docs this should give a very good overview.

[–] [email protected] 2 points 1 year ago (8 children)

What you want to do is actually quite advanced topic.

Ew! I thought that would be a rather easy start. :-(

[–] Feyter 4 points 1 year ago

Depends on what you call easy 😄

It's just my point of view that there is no such thing as "easy" if you do it for the first time. It's always easy if you know now everything works. Don't want you discouraged you.

I think a project like this where you have a goal in mind and try to find out how to achieve it is much better to learn than following strictly a tutorial and just replicating it step by step.

load more comments (7 replies)
load more comments (7 replies)