Zakazane produkcje
Znajdź zawartość
Wyświetlanie wyników dla tagów 'Godot' .
Znaleziono 3 wyniki
-
Free Download Godot 2D Megacourse - Game Development Beginner To Expert Published 10/2024 MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz Language: English | Size: 13.75 GB | Duration: 24h 9m Learn how to develop 2D games in Godot with this project-based course! What you'll learn How to set up and navigate the Godot engine Core principles of 2D game design and development Creating engaging game scenes, maps, and interactive elements How to implement player input and movement mechanics Building game systems using the command pattern and message systems Creating UI elements like menus, inventory, and shops Designing non-player characters (NPCs), combat systems, and mini-games Strategies for saving/loading game data and managing game states Best practices for structuring game code and organizing projects Applying game design principles in real-world game development Requirements No previous game development knowledge required. A desire to learn! A positive attitude! Description Learn how to create 2D video games!Develop in Godot like a pro!Have you ever wanted to create your own 2D games, from designing immersive worlds to programming gameplay mechanics? Welcome to the Godot 2D Game Development course, where we'll help you master game creation using one of the most popular game engines available. But why Godot?Godot is an open-source, highly versatile game engine that allows developers of all levels to create both 2D and 3D games. Its user-friendly interface and robust features make it a perfect choice for beginners and experienced game creators alike. Whether you're looking to build your first game or expand your skills, this course is designed to provide a strong foundation in 2D game development.In this course, you'll learn step by step how to use Godot to bring your game ideas to life. From setting up your project, creating scenes, and programming player mechanics, to designing interactive elements and building complex game systems. Each lesson is filled with practical, hands-on examples to ensure you gain the confidence to develop games independently.After taking this course, you will be able to:Navigate the Godot engine with confidenceBuild and launch your own 2D gamesCreate complex game mechanics using Godot's scripting languageApply best practices in game design, development, and project managementContinue improving your game development skills through independent projectsStart creating your own 2D games with Godot today! Overview Section 1: The Basics Lecture 1 Introduction Lecture 2 Installing Godot Lecture 3 Creating a new project Lecture 4 Project Settings: Resolution and Scaling Section 2: First Steps Lecture 5 Creating the Title Screen Lecture 6 Creating a Base Theme Lecture 7 Displaying the Version Number Section 3: The Loading Screen Lecture 8 Creating an Asynchronous Loading Scene: UI Lecture 9 Creating an Asynchronous Loading Scene: Code Section 4: The Main Game Scene Lecture 10 Starting a New Game Lecture 11 Organizing the Game Scene Lecture 12 The World Map: Tileset Creation Lecture 13 The World Map: Tilemap Creation Lecture 14 The World Map: Terrain Data Lecture 15 The World Map: Base Scripting Section 5: Player Input Lecture 16 Command Menu: UI Lecture 17 The Command Pattern Lecture 18 The Command Processor Lecture 19 Implementing the Move Command Section 6: The Message Console Lecture 20 The Message Console: UI Lecture 21 The Message Console: Code Section 7: The Message Bus Lecture 22 The Message Bus Section 8: The Player Avatar Lecture 23 Creating the 2D Map Player Avatar Lecture 24 Spawning the Avatar Lecture 25 Implementing Player Movement Section 9: Map Entities Lecture 26 Map Entities Lecture 27 ChangeMapTriggerEntity Section 10: Map Transitions Lecture 28 Asynchronous Map Loading Section 11: Town Maps Lecture 29 Creating the Town Map: Tiles and Collision Data Lecture 30 Roofless Shops: Tilemap layers and Area2D Triggers Lecture 31 Basic NPCs Lecture 32 The Speak Command Lecture 33 Adding a dynamic UI to the Message Console Lecture 34 Shopkeepers: Reacting to the Speak Command Lecture 35 Shopkeepers: Inventory and Item Definitions Lecture 36 Shopkeepers: Triggering the Shop Interface Section 12: The Shop Interface Lecture 37 The Main Game Scene: The Shop Interface, Part 1.1 Lecture 38 The Main Game Scene: The Shop Interface, Part 1.2 Lecture 39 The Main Game Scene: The Shop Interface, Part 2.1 Lecture 40 The Main Game Scene: The Shop Interface, Part 2.2 Lecture 41 The PlayerData object Lecture 42 Cloning Items Lecture 43 Buying Items Lecture 44 The Shop Interface: Adding a Sell Tab, Part I Lecture 45 The Shop Interface: Adding a Sell Tab, Part II Section 13: Player Stats/Inventory Lecture 46 The Character Info Dialog Lecture 47 The Equip Command Lecture 48 The Equip Dialog Lecture 49 Defining Equipment Slots in the PlayerData Object Lecture 50 Equipping Items Section 14: Minigames - Casinos Lecture 51 The Casino NPC Lecture 52 Creating the Hi-Lo Scene Lecture 53 Creating the Playing Cards Lecture 54 Hi-Lo: The Betting Interface, Part I Lecture 55 Hi-Lo: The Betting Interface, Part II Lecture 56 Hi-Lo: Dealing Cards & Game Flow Lecture 57 Hi-Lo: the Jackpot Particle System Lecture 58 Connecting the Casino Scene Section 15: Sidequests - Mail Lecture 59 Triggering the Mail Delivery Request Lecture 60 Creating the Mail Item Lecture 61 Giving the Package to the Player Lecture 62 Creating a Second City Map Lecture 63 Delivering the Mail Section 16: Banks Lecture 64 Creating the Bank NPC Lecture 65 Creating the Bank UI Lecture 66 The Deposit/Withdraw Interface Lecture 67 Keeping Track of Time Passed & Calculating Interest Section 17: Temples and Healing Lecture 68 Creating the Healer NPC Section 18: Food and the World Map Lecture 69 Adding Food Consumption Data to the TileSet Lecture 70 Adding the Food Vendor NPC and Food Purchase UI Lecture 71 Consuming Food and Extending the Game Display Section 19: World Map Encounters Lecture 72 Encounter Rate by Terrain and Triggering Encounters Lecture 73 Creating Encounter Tables by Terrain Lecture 74 Monsters: Scenes and Data Lecture 75 Initializing the Encounter Lecture 76 Overland Combat Lecture 77 Player Death and Rewards Lecture 78 Interacting with Friendly Mobs Section 20: 3D Dungeons Lecture 79 Creating the Base 3D Map scene Lecture 80 Creating a Tilemap as Internal Data Lecture 81 Handling Map-Specific Command Menus Lecture 82 3D Dungeon Base Scene Part I Lecture 83 3D Dungeon Base Scene Part II Lecture 84 Player 3D Movement Section 21: Dungeon Encounters Lecture 85 Dungeon Monsters: Tables, Scenes, and Data Lecture 86 Dungeon Monsters: Movement and Combat Lecture 87 Dungeon Monsters: Special Attacks Lecture 88 Dungeon Monsters: Rendering with Shaders Section 22: Treasure Chests Lecture 89 Treasure Chests: Scene, Data, and Placement Lecture 90 Refactoring the Object Render View Lecture 91 Implementing the Open Command Lecture 92 Opening and Destroying Chests Section 23: Player Data Lecture 93 Event Flags Lecture 94 Using Equipped Items Lecture 95 Integrating Ability Scores/Items into Game Mechanics Section 24: Saving and Loading Lecture 96 Creating the Load/Save Screen Lecture 97 Saving the Game Pt. 1 Lecture 98 Saving the Game Pt. 2 Lecture 99 Loading the Game Section 25: Conditional Events Lecture 100 Conditional Triggers Section 26: The Quest Object Lecture 101 Creating the Quest Object Trigger Lecture 102 Creating the Quest NPC Section 27: Ending the Game Lecture 103 Creating a Scrolling End Cinematic Section 28: Sound and Music Lecture 104 The Audio Bus and AudioStreamPlayer Node Section 29: Exporting Your Game Lecture 105 Exporting your Game: Installing the Export Templates Section 30: Appendix 1: TileMapLayers Lecture 106 Using the TileMapLayer node Lecture 107 Last Words Aspiring game developers looking to learn 2D game development with Godot,Beginners with no prior experience in game development or programming,Indie developers wanting to sharpen their skills in Godot for 2D games Screenshot Homepage https://www.udemy.com/course/godot-2d-megacourse-game-development-beginner-to-expert/ Rapidgator https://rg.to/file/1041f66d238360f38e7846ce6f0bbe11/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part02.rar.html https://rg.to/file/10e8a6a1fe095acd4a70567968525b2b/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part09.rar.html https://rg.to/file/1ae670c2d2b8c0b1be5b5df40089ccf4/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part06.rar.html https://rg.to/file/36d28add86938f32573a455944fef1b9/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part14.rar.html https://rg.to/file/3d28580ddae9622448f9506ae0f1e527/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part15.rar.html https://rg.to/file/4087fdf02d6a7d2fcb8d8f056e2b6522/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part05.rar.html https://rg.to/file/4f7498e43d85a1bde6cbfbd0e29a4887/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part01.rar.html https://rg.to/file/5f4fe7adb3821396d13e12c9fa0970e6/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part04.rar.html https://rg.to/file/693d0aa080a57c1d723648f4fcc3f801/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part07.rar.html https://rg.to/file/a6d5797d5a5873df5b9697af029e8494/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part13.rar.html https://rg.to/file/b352462c073725b4259f62cb1b90db97/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part10.rar.html https://rg.to/file/ef26ccb5e0e1d6fac6ab070b5c420bfc/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part12.rar.html https://rg.to/file/f5030077b98aadf0f92a0a03f11d8b96/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part11.rar.html https://rg.to/file/f72b09ba022cfe56cddc817a73be5b43/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part08.rar.html https://rg.to/file/ffc9116a585010da575b0f9649c0ad24/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part03.rar.html Fikper Free Download https://fikper.com/5KN4y8g280/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part09.rar.html https://fikper.com/5ghfd2gvp2/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part06.rar.html https://fikper.com/8FDIC8WBYB/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part12.rar.html https://fikper.com/HWvaYQ42w8/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part15.rar.html https://fikper.com/NhyqHKQUTS/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part13.rar.html https://fikper.com/POZYaZw4uC/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part14.rar.html https://fikper.com/ROFTdwsf7n/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part04.rar.html https://fikper.com/TcM3o8hfr9/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part02.rar.html https://fikper.com/Zq3ru22KNd/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part10.rar.html https://fikper.com/ahfspvapNy/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part05.rar.html https://fikper.com/kFPhpNdmz2/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part11.rar.html https://fikper.com/sJf0JWwIq2/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part07.rar.html https://fikper.com/uoFF80VLcF/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part03.rar.html https://fikper.com/vLADwg11u2/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part01.rar.html https://fikper.com/zVtx6TWmvS/oanva.Godot.2D.Megacourse.Game.Development.Beginner.To.Expert.part08.rar.html No Password - Links are Interchangeable
-
- Godot
- Megacourse
-
(i 3 więcej)
Oznaczone tagami:
-
Free Download Build a Dynamic Combat System in Godot 4! Published 10/2024 Created by Thomas Yanuziello MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 9 Lectures ( 2h 11m ) | Size: 1.4 GB Attack, block, dodge, and shoot projectiles with your characters in a real-time, action adventure combat system! What you'll learn Blend movement and action animations together in real time. Synchronize hit and hurt boxes with animations to deal or avoid damage. Lock onto enemies, changing the behaviour of the player character and camera. Control enemies with AI scripts to detect, chase, and attack the player. Requirements Students should have completed "Inventory & Shops in Godot" Or have a Godot project ready with a playable character and enemies to fight. Description Welcome to my course on Combat in Godot!You're welcome to join our discord server to work on this course alongside your peers.This course is a continuation of Inventory & Shops in Godot, but can be followed and applied to any project that involves characters engaging in combat. In this course, we will cover locking on to a target, strafing locomotion, attacking, getting hit, dodging, blocking, shooting projectiles, and basic enemy AI.When you're done, you'll have a complex combat system for your game that is easily adjusted to fit how you want your game to play. You'll also learn useful skills for working with the Godot game engine; organizing and designing your projects to be more scalable. You will be learning how to code with GD script, with everything explained in detail. We will apply object oriented design principles in our scripts; Inheritance, Encapsulation, Abstraction, and Polymorphism, to keep them organized, customizable, and reusable for a project of any size.All of the project files are also available on GitHub if you need to review the project as it was after completing each lesson. These videos were recorded using Godot version 4.3. The project starts with assets from KayKit's Character & Dungeon Remastered Packs made by Kay Lousberg, Basic GUI Bundle made by Penzilla, and Fantasy Icons Pack made by Shikashi. All are available to download for free on itch. Extra sound effects made by Valenspire are also included and are available from FreeSound. Who this course is for First time game developers, or anyone switching over to the Godot engine from other engines. Experienced 2D game developers who are interested in learning about 3D. Anyone who has completed beginner tutorials but would like to learn real game infrastructure that is scalable. Homepage https://www.udemy.com/course/combat-godot/ Screenshot Rapidgator https://rg.to/file/ad3f27247205334a14020aedad1b5e4e/xjhqt.Build.a.Dynamic.Combat.System.in.Godot.4.part2.rar.html https://rg.to/file/f84d54ec8c353b6c729e366d618e7c6f/xjhqt.Build.a.Dynamic.Combat.System.in.Godot.4.part1.rar.html Fikper Free Download https://fikper.com/TLj1lHPBEg/xjhqt.Build.a.Dynamic.Combat.System.in.Godot.4.part2.rar.html https://fikper.com/iP17Kj86kC/xjhqt.Build.a.Dynamic.Combat.System.in.Godot.4.part1.rar.html No Password - Links are Interchangeable
-
Free Download Complete Godot Beginner Course Published 9/2024 Created by Red Fools Studio by William Carlson MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 53 Lectures ( 5h 59m ) | Size: 2.74 GB Learn how to use Godot and build three games: Space Game, Platform game, and a Zombie game. What you'll learn: Download and create a project with the Godot engine Gain fundamental skills using the Godot engine Create three different styles games to then use for future game ideas Export your built games to either a pc or a mobile android device Requirements: No experience is needed. You will be walked through each and every step. Description: In this course you will learn how to use the FREE and OPEN SOURCE game engine Godot. The course was designed for a complete beginner in not only game development but also programming. Each section will be focused on a specific goal such as learning how to build your games main scene, adding player movement, creating animations etc. The source code will be provided to double check any work. By the end of the course you will have built a strong foundation of skills using Godot that you can then use to start building your very own games. The projects and skills learned them are stated below: Space Game -Player movement -Node collisions -Creating new nodes in scenes -Counting scores -Understanding game states. Platform Game -Object Gravity -Animations -Level creation -Game win area -Multiple Enemy types Zombie Game -Top-down movement -Enemy waves -Difficulty increase -Particle systems -Local score saving Zombie Game -Top-down movement -Enemy waves -Difficulty increase -Particle systems -Local score saving On top of all that you will also be given two EXTRA sections on how to export your game to both PC and an Android mobile device to show off to family and friends.See you in the lectures :) Who this course is for: Beginner game developers curious how to use the Godot engine Homepage https://www.udemy.com/course/complete-godot-beginner-course/ TakeFile https://takefile.link/egxkqicf6ofg/awnvk.Complete.Godot.Beginner.Course.part1.rar.html https://takefile.link/i9vc9pdrchif/awnvk.Complete.Godot.Beginner.Course.part2.rar.html https://takefile.link/1ubyvq7vfh58/awnvk.Complete.Godot.Beginner.Course.part3.rar.html Rapidgator https://rg.to/file/e3702cf560bc89f36bb9b27f3111191c/awnvk.Complete.Godot.Beginner.Course.part1.rar.html https://rg.to/file/0f0f80d2d971971a0e47ba02ee644d86/awnvk.Complete.Godot.Beginner.Course.part2.rar.html https://rg.to/file/6a690f7617ce389d44ae82a4e2997dc3/awnvk.Complete.Godot.Beginner.Course.part3.rar.html No Password - Links are Interchangeable