Remember me
You are here: HomeForumCyberix3D ForumGeneral DiscussionTutorial suggestions?
Welcome, Guest
Username: Password: Remember me

TOPIC: Tutorial suggestions?

Tutorial suggestions? 3 years 6 months ago #2206

Im not promising to post consistently or at all on the Cyberix News Network channel as I have a lot going on in my personal life along with projects I'm doing so don't expect an actual tutorial for me to make.

But... if I were to continue the channel in some way, what tutorials would you like to see?
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2207

Can you make a tutorial on how to make AI with path finding?
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2210

I know its possible to do but its probably too much work, I'd wait for an update for them to add code blocks specific to AI honestly.
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2215

  • rgfu3-
  • rgfu3-'s Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 66
  • Thank you received: 5
We Know How To Make NPCs But We Don't Really No The Code For Pathfinding :dry:
A Game Company With 3 Employees. That Are Hiring!:)
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2216

  • cyberix3d
  • cyberix3d's Avatar
  • OFFLINE
  • Administrator
  • Posts: 661
  • Thank you received: 628
You can use ray casting for the pathfinding algorithm.
Here is an example for ray casting:
www.gamemaker3d.com/player?pid=01652049

Here is a video with an explanation of how to use ray casting for pathfinding:


But it is a very complex algorithm and our suggestion is to use fixed points for pathfinding.
Let's say an NPC needs to go from room A to room C, then move it in certain fixed 3d points.
You can store all the points in an array and every time the NCP arrives at some point, target him to the next point.
So you will have one Array to move from Room A to Room B, and another array to move from Room B to room C, and so on.

Here is an explanation for how to use arrays:
wiki.gamemaker3d.com/editor:blocks:variables:array

Regards,
Cyebrix3D team
The administrator has disabled public write access.
The following user(s) said Thank You: Symbiotic Interactives

Tutorial suggestions? 3 years 5 months ago #2217

Godebex has an interesting pathfinding AI system, however it seems to be very rough but you get the idea.

Not sure if this is helpful but worth a shot.

www.gamemaker3d.com/player?pid=054616151852
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2284

  • Commander_Kitty
  • Commander_Kitty's Avatar
  • OFFLINE
  • Junior Boarder
  • Youtube: Kommander Kitty
  • Posts: 26
  • Thank you received: 14
Maybe a simple tutorial on how to create new levels with the "if click" or "if collision" functions that could be used as a base for future games? For example, you start in a simple building, level 1, find a key that allows you to open the door if you click or make contact with it (I personally prefer click). Then you are transported to an open plane with buildings out there, and you can go up to them and click their doors and then be transported into a simple room.
Have fun. Make games. Be cool
The administrator has disabled public write access.
The following user(s) said Thank You: Symbiotic Interactives

Tutorial suggestions? 3 years 5 months ago #2288

  • CustomEpicness
  • CustomEpicness's Avatar
  • OFFLINE
  • Senior Boarder
  • I'm working on a new Cyberix3D Website Concept, please discuss it on the beta forum: https://cyberix3d.flarum.cloud​/
  • Posts: 71
  • Thank you received: 3
What's this "Cyberix News Network channel"?
Hmm! I wonder what to put here :D
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2289

A Youtube channel I used to own to update users on Cyberix news.
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2290

  • CustomEpicness
  • CustomEpicness's Avatar
  • OFFLINE
  • Senior Boarder
  • I'm working on a new Cyberix3D Website Concept, please discuss it on the beta forum: https://cyberix3d.flarum.cloud​/
  • Posts: 71
  • Thank you received: 3
Do you still own it?
Hmm! I wonder what to put here :D
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2292

Well yeah but I just don't post on it
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2294

  • CustomEpicness
  • CustomEpicness's Avatar
  • OFFLINE
  • Senior Boarder
  • I'm working on a new Cyberix3D Website Concept, please discuss it on the beta forum: https://cyberix3d.flarum.cloud​/
  • Posts: 71
  • Thank you received: 3
Could you give me the link?
Hmm! I wonder what to put here :D
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2296

Its on the wiki
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2297

  • CustomEpicness
  • CustomEpicness's Avatar
  • OFFLINE
  • Senior Boarder
  • I'm working on a new Cyberix3D Website Concept, please discuss it on the beta forum: https://cyberix3d.flarum.cloud​/
  • Posts: 71
  • Thank you received: 3
Cyberix3D Community Channel?
Hmm! I wonder what to put here :D
The administrator has disabled public write access.

Tutorial suggestions? 3 years 5 months ago #2301

Yes.
The administrator has disabled public write access.
Time to create page: 0.332 seconds