Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Creating An RPG In GoDot
Rating: 4.2 out of 5(96 ratings)
981 students

Creating An RPG In GoDot

Games in a python like language
Created byMichael McGuire
Last updated 9/2024
English

What you'll learn

  • How to create auto-tiles
  • Basic enemy AI
  • How to make quest journals
  • Equip items
  • Encrypt your saved data
  • and more

Course content

2 sections48 lectures12h 40m total length
  • Introduction1:24

    Explore building an RPG in the Godot-like engine, learning audio, animations, and collisions, plus scripting inventories, consumables, quests, and equips, plus save/load and an options menu with audio channels.

  • How To Get Godot4:49

    Learn to obtain the Godot engine from the official website, Steam, itch.io, or GitHub, choosing the standard or mono version for gd script or C#.

  • Quick Look At UI and Shortcuts12:03

    Get a quick tour of the Godot editor UI, signals and connections, groups, adding nodes and scripts, textures, and handy shortcuts for fast RPG prototyping.

  • Project Setup and Templates4:11

    Create a new Godot project using templates, install export templates from Steam or file, and adjust display settings and 2D stretch to start building your RPG.

  • Importing Assets5:15

    Import and organize over 200 RPG assets in Godot, including status icons, body icons, buffs, weapons, armor, and player sprites, with proper credit and an intro to auto tiles.

Requirements

  • None but basic understanding of how to navigate around GoDot and GDScript fundamentals will help

Description

Learn to create games in the Godot game engine using a python-like programming language, GDscript.

In this course, we will create an RPG that is cross-platform for MacOS, Windows, Linux, Android, IOS or even embed into a browser.

While on your game development journey you will gain the skills and ability to create the RPG you want.

Though no prior knowledge is needed beyond basic computer use and typing, knowing how to navigate around the program and having some GDscript or programming knowledge will always help in learning to develop games and basic programming knowledge is recommended as we do not go over basic syntax such as "what is a variable" If you have no programming experience I have a course on helping you learn the basics of GDscript programming available.


You will learn to:

  • Create Animations

  • Create An Auto-Tile Tileset

  • Pass data between scripts

  • Create Simple AI For Enemies

  • Creating A Quest System

  • How to encrypt data

  • Good Coding Practice

    and more...

    Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.

    Godot is completely free and open-source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.

    Though no prior knowledge is needed beyond basic computer use and typing, knowing how to navigate around the program and having some GDscript or programming knowledge will always help in learning to develop games and basic programming knowledge is recommended as we do not go over basic syntax such as "what is a variable" If you have no programming experience I have a course on helping you learn the basics of GDscript programming available.

Who this course is for:

  • GoDot developers who want to learn to make an RPG or how to make some RPG elements