* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr A Todos  101yd91 k7y8j0
    22 de Novembro de 2024, 02:46
  • j.s.: try65hytr a todos  4tj97u<z 4tj97u<z
    21 de Novembro de 2024, 18:43
  • FELISCUNHA: dgtgtr  pessoal   49E09B4F
    20 de Novembro de 2024, 12:26
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    19 de Novembro de 2024, 02:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    16 de Novembro de 2024, 11:11
  • j.s.: bom fim de semana  49E09B4F
    15 de Novembro de 2024, 17:29
  • j.s.: try65hytr a todos  4tj97u<z
    15 de Novembro de 2024, 17:29
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    15 de Novembro de 2024, 10:07
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    15 de Novembro de 2024, 03:53
  • FELISCUNHA: dgtgtr   49E09B4F
    12 de Novembro de 2024, 12:25
  • JPratas: try65hytr Pessoal  classic k7y8j0 yu7gh8
    12 de Novembro de 2024, 01:59
  • j.s.: try65hytr a todos  4tj97u<z
    11 de Novembro de 2024, 19:31
  • cereal killa: try65hytr pessoal  2dgh8i
    11 de Novembro de 2024, 18:16
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    09 de Novembro de 2024, 11:43
  • JPratas: try65hytr Pessoal  classic k7y8j0
    08 de Novembro de 2024, 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36

Autor Tópico: Unreal Engine 5: Create A Top-Down 2D Survivors Style Game  (Lida 71 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 117365
  • Karma: +0/-0
Unreal Engine 5: Create A Top-Down 2D Survivors Style Game
« em: 13 de Novembro de 2023, 06:37 »

Unreal Engine 5: Create A Top-Down 2D Survivors Style Game
Published 11/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 7.68 GB | Duration: 8h 5m

Learn how to create a top-down 2D vampire-survival roguelike game from scratch in unreal engine 5 !

What you'll learn
Unreal Engine Blueprint fundametals - More than 70 lectures, using completely visual scripting blueprint system to handle various actors (20+ mobs and 2 bosses)
Skill upgrade roguelike mechanics - design 10+ unique skills including active and passive types, enemy waves with different patterns, experience and magnet item
Pooling system for performance optimization - creating "pools" to store instances for large number of actors including enemies, bullets and pickable items
Shop system and auto save-loading system - increase player character stats by costing in-game resource, refund function included with saving and loading system
Real-time leaderboard - Encourage players to achieve high scores by adding free real-time leaderboard, competing other players!
Requirements
Some programming/game development experience
Description
First of all, this course is based on a my commercial game I created.And I recommend to learn this course by using UE5.3 . If you use newer version, some plugins might be not available.This course took me several hundreds of hours to develop, with detailed videos spreading over more than 70 lectures, covering wide scope of modules to create a survivors style game including:Setup paper flipbook animations for player character, 20+ mobs and 2 BOSSES movement56 waves of enemies that increase in difficulty over time with different patterns13 unique roguelike upgradable skills and player character leveling up systemObject pooling framework to handle large number of actors during 20 minutes gameplayUnique skills for BOSSES and 2 types of layer sorting methodsPermanent save-loading system to save progress and shop systemEnhanced Input movement component for controlling player Reusable damage texts instance and animation, sound management to avoid crashing issueUtilize data table to handle large number of attributes of player character, skills, enemiesRandom spawning hordes of mobs outside screen to attack player characterSmoothe transition behavior of pickable items when player character is collecting themImplement 8 active skill slots and 8 passive skill slots logics to accomodate selected skillsSpecial skill logics, its indicating gauge and visual effectsRandom buff effects according to activated level in shop systemImplement global leaderboard dashboard for all players...For more information, please check outline of this course for a glimpse into topics we will go through.Last but not least, if you are a beginner of unreal engine, I highly recommend you follow instructions in detailed video tutorial exactly before you tweak any logics, so that it is more effective for you to learn the course.
Overview
Section 1: Introduction
Lecture 1 Introduction
Lecture 2 Reference project (UE5.3)
Section 2: Basic Setup
Lecture 3 Create Project and Player Flipbooks
Lecture 4 TileMap and Scaling
Lecture 5 Create Player Character
Lecture 6 Setup Enhanced Inputs
Lecture 7 Animating Player Character
Lecture 8 Create Dummy Enemy
Lecture 9 Bullet Projectile
Section 3: Pooling Framework
Lecture 10 Overview of Pooling Framework
Lecture 11 Pooling Bullets Part 1
Lecture 12 Pooling Bullets Part 2
Lecture 13 Combat Interface
Lecture 14 Add Sound Management
Lecture 15 Apply Damage to Enemies
Lecture 16 Display Damaged Number
Lecture 17 Data Table And Enemy Initialization
Lecture 18 Fading Out Effect
Lecture 19 Enemies Move To Player
Lecture 20 Pooling Mobs
Lecture 21 Spawn Mobs Outside Screen
Lecture 22 Pooling Mob Death
Lecture 23 Relative And World Rotation
Lecture 24 How To Make Game More Interesting
Lecture 25 Create Pickup Actor
Lecture 26 Pickup Transition Movement
Lecture 27 Pooling Pickups
Lecture 28 Create Magnet Effect
Lecture 29 Initialize Player Attributes And Skills
Lecture 30 Create MainUI
Lecture 31 Display Time And EXPInfo
Lecture 32 Level Up System
Lecture 33 Player Character Death And Game Over
Lecture 34 Killings Score And Coin
Lecture 35 Two Methods To Avoid Flicking
Section 4: Skill Module
Lecture 36 Fill Skill Table
Lecture 37 Create Skill Selection Slot
Lecture 38 Add Selection Panel
Lecture 39 Skill Filtering Logics
Lecture 40 Add Skill Tabs
Lecture 41 Reroll Skills
Lecture 42 Active Skill 1: Ring of Orbs Part 1
Junior game developers who are instersted in visual scripting,Game developers who are looking for a top-down 2D development guide for unreal engine,Intermediate/experienced game developer,People who are interested in game development

Screenshots


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/88399b817c6c288529d770385de1f9a5/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part01.rar.html
https://rapidgator.net/file/66f45eb565d9006a4c1ef8a70887a57a/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part02.rar.html
https://rapidgator.net/file/9a9e73adcdf054cbe71e08cc7789e945/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part03.rar.html
https://rapidgator.net/file/8ef95e6e072efa67b53f729457fdc91a/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part04.rar.html
https://rapidgator.net/file/6e1b4edbda05741b7d476727a2cf556f/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part05.rar.html
https://rapidgator.net/file/ae2e80ffb5844b337a1e3210210de11c/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part06.rar.html
https://rapidgator.net/file/ecc28aec3a940551334f46ab1100eeac/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part07.rar.html
https://rapidgator.net/file/1e61a98ad676c17806572ea343858eb8/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part08.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/9033718F3b431a25/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part01.rar
https://uploadgig.com/file/download/b2f0b3a0a437B48f/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part02.rar
https://uploadgig.com/file/download/a486d95d26166cBd/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part03.rar
https://uploadgig.com/file/download/ffdd0c8cf0cbf981/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part04.rar
https://uploadgig.com/file/download/340d4b37Adb8C890/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part05.rar
https://uploadgig.com/file/download/c68133E445134F42/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part06.rar
https://uploadgig.com/file/download/B622cca491fE65F1/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part07.rar
https://uploadgig.com/file/download/0180F86942be0775/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part08.rar

ddownload.com:
Citar
https://ddownload.com/f0k1bjmo93pw/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part01.rar
https://ddownload.com/zsmk9s4cc9os/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part02.rar
https://ddownload.com/abbxr4wtzlbp/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part03.rar
https://ddownload.com/3pxf74xze0k9/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part04.rar
https://ddownload.com/7tgegx10sbid/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part05.rar
https://ddownload.com/1dsme2fwjsvs/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part06.rar
https://ddownload.com/v19n5dtu4ti5/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part07.rar
https://ddownload.com/p4pglhbzn5aj/lpgvm.Unreal.Engine.5.Create.A.TopDown.2D.Survivors.Style.Game.part08.rar