- Building an RPG with Unreal
- Steve Santello Alan R. Stagner
- 342字
- 2021-07-23 14:35:36
What this book covers
Chapter 1, Getting Started with RPG Design in Unreal, alerts the reader to the various preparation steps required to make an RPG before jumping into Unreal. In order to avoid potential obstacles to progress, the example content is provided and briefly introduced.
Chapter 2, Scripting and Data in Unreal, walks the reader through using C++ to program gameplay elements in Unreal, creating Blueprint graphs, and working with custom game data in Unreal.
Chapter 3, Exploration and Combat, walks the reader through creating a character that runs around the game world, defining character data and party members, defining enemy encounters, and creating a basic combat engine.
Chapter 4, Pause Menu Framework, covers how to create a pause menu with inventory and equipment submenus.
Chapter 5, Bridging Character Statistics, covers how to keep track of the player's stats within the menu system.
Chapter 6, NPCs and Dialog, covers adding interactive NPCs and dialogue to the game world. The reader will learn how to use Blueprints to define what happens when an object or NPC is interacted with, including using a set of custom Blueprint nodes to create dialogue trees.
Chapter 7, Gold, Items, and a Shop, covers adding interactive NPCs and objects to the game world. The reader will learn how to use Blueprint to define what happens when an object or NPC is interacted with, including using a set of custom Blueprint nodes to create dialogue trees. The user will also be creating items that can be bought in a shop using the gold dropped by enemies.
Chapter 8, Inventory Population and Item Use, covers populating an inventory screen with items and using the items when not in combat.
Chapter 9, Equipment, covers the creation of equipment and equipping weapons and armor from an equipment screen.
Chapter 10, Leveling, Abilities, and Saving Progress, covers adding abilities to the game, keeping track of experience for each party member, awarding experience to party members after combat, defining leveling and stat updates for a character class, and saving and loading player progress.
- 數(shù)據(jù)庫(kù)程序員面試筆試真題與解析
- Building Modern Web Applications Using Angular
- 深入淺出WPF
- Web交互界面設(shè)計(jì)與制作(微課版)
- Learning Neo4j 3.x(Second Edition)
- Apache Mesos Essentials
- Oracle從入門到精通(第5版)
- Building Machine Learning Systems with Python(Second Edition)
- Java 9 Programming By Example
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 從零學(xué)Java設(shè)計(jì)模式
- UML軟件建模
- 多媒體技術(shù)及應(yīng)用
- Three.js權(quán)威指南:在網(wǎng)頁(yè)上創(chuàng)建3D圖形和動(dòng)畫的方法與實(shí)踐(原書第4版)
- C語(yǔ)言從入門到精通(第5版)