Adventurers of Renown™ - The Ruins of Able-Wyvern (The Student workbook)
Adventurers of Renown™ - The Ruins of Able-Wyvern
A Walk-Through RPG Development Tutorial.
About the Book
Exclusive insights into the world of siloed RPG multiplayer trade secrets await you!
Uncover practical methods for creating role-playing games in this expanded chapter from the Construct Game Starter Kit Collection. By the end of this student workbook, you will have a production pipeline ready to bring to life as many different RPG games as your imagination can conjure. This template, which I use in my game production studio, simplifies data-intensive operations for RPGs.
This workbook will guide you in creating several RPG game mechanics (GM) styles, either as stand-alone games or as 'Content-as-a-Service' (CaaS), using an innovative approach known as 'Headless Game Design.' We will explore game mechanics, combat engines, front-end display mechanisms, and development methods to launch customized language editions for Multi-Player teams.
You will also receive bonus content, downloadable resources, Construct source code examples for each lesson, game variation tweaks, and reference materials detailing what works and what doesn’t in game design. You can easily integrate these examples into your projects and customize them with your own artwork.
When you finish this workbook, you should have a fully functional RPG game prototype—not just a copy of my game, but your very own product using your gaming assets and artwork. This extraordinarily comprehensive guide provides:
- A supporting website is also available for downloading the bonus content included with your workbook purchase.
- Lessons to customize your visions by using either Construct 2 or Construct 3 for stand-alone or 'In-Game Modules' (IGM) in Role-Playing Games (RPGs) with any background theme. Learn how to create single-player or multi-avatar RPG games entirely on the client side, without the need for a backend server! These games allow players to control multiple characters (aka avatars), enhancing the overall gaming experience with adventuring squads. The lesson on International Marketing can significantly boost your game sales by offering localized gameplay!
- Live examples showcase both effective strategies and common pitfalls. Discover how to build a loyal fanbase and provide B2B licensed access within a "Syndicated Business Network" to develop bespoke modules and game expansions exclusively for "Syndication Affiliates." This has been my "Trade Secret" since 1997, leading to millions of game accesses!
- You can automatically generate a variety of new quests with innovative editing tools. Additionally, integrate your RPGs with Interactive Fiction (IF) dialogues, "Adventure Book", Play-by-Mail (PBM), Play-by-eMail (PBeM) allowing players to engage in a variety of media. This feature adds depth and immersion to your RPGs, making them more engaging for players. You can also combine your RPGs with other game genres to create unique gaming experiences. Design your RPGs with varied styles of exchangeable "Conflict Resolution Modules."
Team Discounts
Get a team discount on this book!
Table of Contents
-
Walk-Through Tutorial Series: The Ruins of Able-Wyvern™
-
Course Overview
- Learning Objectives
- Step-by-step lessons.
- Course Administration
- References:
- Game Artwork & Resources:
-
Course Overview
-
Part I: Concept & Design
-
1 Lesson 1: The Game Design System™
- 1.1 Consistent Data Structure
- 1.2 Design Considerations
- 1.3 CMS, PWA, SWPA, or IGM?
- 1.4 FYI: Creating a CMS or PWA Version?
-
1.5 “Replayability” — retaining “repeat customers”!
- > Deeper Dive: Solving Poor Replayability
- 1.6 Part I Summary
-
1 Lesson 1: The Game Design System™
-
Part II: Production
-
2 Lesson 2.2: Launching a C2 Game Project
- 2.1 About Your Project:
- 2.2 Project Settings:
- 2.3 Configuration Settings
- 2.4 Adding Game Phase Layouts
- 2.5 Game Project Organization
- 2.6 Comparing your code
-
3 Lesson 2.3: Launching a C3 Game Project
- 3.1 About Your Project
- 3.2 Project Settings: Color Theme, Start-up & Display
- 3.3 C3 Advanced, Compatibility Settings, & Editor!
- 3.4 Adding Game Phase Layouts
- 3.5 Game Project Organization
- 3.6 Comparing your code
-
2 Lesson 2.2: Launching a C2 Game Project
-
Part III: Ubiquitous Recipes
-
4 Lesson 3: Layouts & Artwork
- 4.1 Importing Artwork
- 4.2 “Game Phase” Layouts
- 4.3 HUD & Text Feedback
- 4.4 User Keyboard Interfaces
- 4.5 RPG IGM Story
- 4.6 Comparing your code
-
5 Lesson 4: Game Navigation
- 5.1 Inputs Controls — Gamepad, Keyboard, Mouse, & Touch
- 5.2 Game Mechanics Structure
- 5.3 Creating Game Mechanics “Events”
- 5.4 Creating Game Mechanics “Actions”
-
5.5 Finishing this Game’s Prototype
- > Layout Transitions
- 5.6 Comparing your code
-
6 Lesson 5: Game Loop Management
- 6.1 Pre-Combat Management
- 6.2 Game Mechanics — Data
- 6.3 How Combat Commands Work …
-
6.4 “Bull-et … in a China Shop”
- > Using Angles in Construct
- 6.5 Comparing your code
-
7 Lesson 6: The “Play” must go on!
- 7.1 Inspecting the Map Boundaries
-
7.2 Game Consolidation Options
- > Option 6-1 Merge game projects OR
- > Option 6-2 Linking both game projects OR
- > Option 6-3 Insert using C3 iFrame
- > Headless Game Design
- 7.3 ARRA v15 IGM Deployments
- 7.4 3D IGM Practicum
- 7.5 Comparing your code
- 8 Lesson 7: “Lost & Won” Scene(s)!
-
4 Lesson 3: Layouts & Artwork
-
Part IV: Multi-Avatar Design
-
9 Lesson 8: MMoRPG Design
-
9.1 MMoRPG Design Considerations
- > Human Reaction Timing
- > FYI Network Infrastructures
- > Deeper Dive: Testing MMoGs Locally
- > WebSockets Utilized in Multi-Player Games
- > Prevent cheating?
- 9.2 “Multi-Players with Multiple Avatars” (MPMA)
-
9.3 Logon Layout
- > “es_mmog_Logon” Dedicated Event Sheet
-
9.4 Signalling Group
- > The Signalling Logic Sequence
- > The Signalling Administration & Management
- > “es_mmog_Signalling” Dedicated Event Sheet
-
9.5 “es_mmog_HOST” Dedicated Event Sheet
- > “How does it work?”
- > Deeper Dive: “HOST’s” Bandwidth Requirements
- > Precision Guidelines
- > “Authoritative Events”
- > Authoritative Event — Allocate Monsters
- > Authoritative Event — Allocate Treasures
- > Authoritative Event — Character Controls
- > Authoritative Event — Monster AI
- > Peer management
- > Peer management — On Peer Connected
- > Peer management — Defeat Monsters
- > Peer management — Health, Healing, Re-spawning?
- > Peer management — Update Positions & Inputs
-
9.6 “es_mmog_PEER” Dedicated Event Sheet
- > “Monster Defeated”
- > “On Peer Created”
- > “Prepare to Send Status”
- > Input States
-
9.7 “es_mmog_Common” Dedicated Event Sheet
- > “Message Logging” (Optional)
- > “Animation States” (Optional)
- > “Debug & Trouble Shooting” Reports (Optional)
- 9.8 Comparing your code
-
9.1 MMoRPG Design Considerations
-
9 Lesson 8: MMoRPG Design
-
Part V: Developer’s Guide
-
10 Adding Unique Features
- 10.1 Construct3 Game Services
- 10.2 “Single-Player with Multi-Avatars” (SPMA) Team
-
10.3 “Play Again?”
- > Reset Specific Global Variables.
- 10.4 Game Count-down Timers
- 10.5 How to Install Additional Combat Engines
- 10.6 Using “Families”
-
10.7 Choosing Supported Languages
- > Internet Language Comparisons.
- > How To Integrate Languages?
- > Organizing “Language.JSON” files
-
11 Event Sheets Reviewed
-
11.1 Game Administration
- > Rating “Cloud Saves”
- > “es_gameConfig” — Gamer’s Configuration
-
11.2 CMS Event Sheets
- > “es_Splash” — Splash Layout
- > “es_Menu” — Main Menu Layout
- > “es_Credits” — Credits & Acknowledgments Layout
- > Business Services
- > “es_endScores” — Game Finished Layout
- > “es_Tutorial” — Game Tutorial Layout
-
11.3 Gameplay Event Sheets
- > “es_Chamber” — RPG Exploration Phase
- > “es_ce2_SPSA” — Bonus Combat Engine #2
- > “es_Entry Gate” — the “1st Person” gameplay!
- > “es_Inventory” —Avatar’s Management Phase
-
11.4 “es_Common” Event Sheet
- > Allocate Monsters Function
- > Allocate Treasure Function
- > Generate Avatar(s) — workshop exercise
- > Generate Monster(s) Function
- > HUD Administration Function
- > Post Monsters Function
- > Post Treasures Function
- > Preparing HUD Text Function
- > Room Administration Function
-
11.1 Game Administration
-
10 Adding Unique Features
-
Starting Your Own Game Studio!
- 12 Lesson 9: One “Template” to Rule them all …
- 13 Lesson 10: Changing Perspectives
-
14 Lesson 11: Capstone — Exchanging Artwork
- 14.1 Exchanging Backgrounds
- 14.2 Exchanging “Avatars” for “Troop Battalions”
- 14.3 Exchanging “Avatars” for “Small Teams”
- 14.4 “Battle of Helm’s Deep”!
- 14.5 Secret Agent
- 14.6 Goblin Raiders
- 14.7 Special Forces Patrols
- 14.8 WWII Bomber Squadrons
- 14.9 RPG Avatar Generator
- 14.10 The Death Star
-
Conclusion
-
15 Workshop Certification Exams
- 15.1 Certification Examination
-
16 More Starter Kit Tutorials
- 16.1 Further Information
-
15 Workshop Certification Exams
-
Appendix
-
“How to Start a WebSocket”
- Testing Your Browser
-
WebSocket Protocol Handshake
- > Deeper Dive: WebSocket API
-
Sample Source Code: Client-side WebSocket
-
>Step #1: Game
indexpage - >Step #2: Generate Event handlers
-
>Step #1: Game
-
“How to Start a WebSocket”
- Notes
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $14 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them