Автор - Fair Fight
ссылка -
От автора:
This is the first video in our parkour series. Before descending into the depths of raycasting spam and movement testing, we need to prepare our controller base to hold the heavy burden of whole new level of inputs mapping. Prior, our movement buttons were responsible only for on-the-floor existence, and now suddenly we want to pilot ledge actions and rope walking with them. This means that even WASD actions have ambiguous meaning for our base controller, that some layer will need to translate into state machines transitions. So, in this introductory episode I hope to open some eyes onto Godot power to hold all those sexy parkour and climbing techniques big AAA adventure games have.
Aaaalso this video doesn’t offer much of the code. Long story short, I already can wall-jump, ledge grab, ledge climb and beam/rope walk, but, a loooot needs to be said about my experience creating those states. When I started to write the script I found out that it slowly becomes more and more 50-ish minutes log, and I sworn off creating 40 minutes videos. So, I am cutting the first theory-heavy part first, and the next video will be full blown godot-heavy episode about code. If you reeeally want - you can download the repo, the project literally already in a working state. But, disclaimer, I will commit into it some final refactoring and enhancements, this isn’t the final state:
28 views
264
68
4 days ago 00:06:40 4
Godot 4 - How to create a talent tree - Learn UI
4 days ago 00:05:21 10
Godot 4 - How to stop enemies falling off platforms using a RayCast
5 days ago 00:09:38 15
Godot 4 - 3D Dice Rolling Animation
5 days ago 00:36:07 24
Godot 4 - A Complete Guide to Y-SORTING
5 days ago 00:14:50 20
Godot 4 - Build Sudoku Game
5 days ago 00:05:22 17
Godot 4 - Random Items with Rarity Logic
6 days ago 00:07:06 15
Godot 4 - How to make things float
6 days ago 00:05:48 18
Godot 4 - Button Push
6 days ago 00:06:27 23
Godot 4 - 3D overlay on 3D scene
1 week ago 00:02:58 34
Godot 4 - Mesh Masks To See-through Other Objects
1 week ago 00:41:21 127
Godot 4 - Your First 3D Platformer Tutorial
1 week ago 00:04:09 25
Godot 4 - Analog Clock
1 week ago 00:18:05 27
Godot 4 - Making Minesweeper
1 week ago 00:36:39 558
Godot Engine 4 - Создание базового Java / Kotlin плагина для игры в Android Studio
1 week ago 00:09:39 33
Godot 4 - Rigid Body Character Controller
1 week ago 00:15:55 31
Godot 4 - Visibility Occlusion
1 week ago 00:02:07 18
Godot 4 - Create a 3D Minimap
1 week ago 00:14:37 21
Godot 4 - CARD GAME Tutorial (part 7) - Create an OPPONENT
1 week ago 00:02:10 588
Automate Level Design with Tiled Automapping & Godot 4.3 C#