1. RPG in a Box
  2. News

RPG in a Box News

Release Notes for v0.9.0

  • Added initial implementation of Quest Editor with ability to define quests (with settings for name, description, completion script, failure script, and tags)
  • Added built-in Quest Log widget to display the player's current quests (accessed in-game via management screen, can be disabled in Screen Editor)
  • Added initial implementation of first-person menu-driven combat to allow simple turn-based dungeon crawler style combat
  • Added "Give Quest" scripting function for giving a quest to the player using its unique ID (e.g. give_quest("QUEST_0001"))
  • Added "Complete Quest" scripting function for completing a quest that was previously given to the player (will trigger quests's "Completion Script")
  • Added "Fail Quest" scripting function for failing a quest that was previously given to the player (will trigger quests's "Failure Script")
  • Added "Quest Editor" as an option for the "Default Editor Tab" setting in the General section of the Editor Settings dialog
  • Added support for OBJ exporting to the Voxel Editor (via "Export to External Format" toolbar button, with toggle setting for "One file per frame")
  • Added ".objects" scripting syntax for getting objects that currently exist on a tile (returned as an array, or null if no objects exist)
  • Added "comma-separated tags" placeholder text to the Tags field in the Item Editor to help clarify how the item's tags should be entered
  • Updated Bauxite source code generation in the Script Editor to always include semicolons after statements, even for those that are the last in a set
  • Removed "under construction" messages from the top of the Combat Editor and bottom of the Widget Editor and Screen Editor
  • Removed debug messages that would display in the console when creating a new voxel group in the Voxel Editor
  • Fixed some issues that could occur when attempting to duplicate an existing battle in the Combat Editor

Voxel Editor Basics 12 (Tutorial #13)

Check out the latest video in Sarah's Voxel Editor Basics tutorial series in which she explains how color palettes work! šŸ˜šŸ‘

[previewyoutube][/previewyoutube]

What's New as of v0.8 - Full Release Coming Soon!

Hey everyone, I hope you're having an awesome week! šŸ™‚

I'm excited to announce that RPG in a Box v1.0 is coming May 10th! After receiving a lot of helpful feedback from the community, I feel that it's now ready for a full release. Please keep in mind that even though it's a 1.0 release, I still have much more in store for RPG in a Box!

I also wanted to take this opportunity to bring everyone up to date on all of the new features that have been added to RPG in a Box throughout the course of Steam Early Access. I attached a PDF to the Trello card linked below that provides an overview of the major features and changes that have been implemented as of v0.8. Many of the features also include a visual example to help demonstrate that feature and give you a better idea of what it entails.

Trello Card: https://trello.com/c/r4TKajkZ

You can also get an idea of what's in store for the future by checking out the To Do, Ideas/Planned, and RPG in a Box 2.0 (Long-Term) lists on my Trello board: https://trello.com/b/DOouCUhR

Price Increase
Please note that the price will be increasing slightly (to $29.99 USD) at the time of the 1.0 release as a result of the many new features added since its Early Access release.

Thank you so much for all of your kind words, positive feedback, reviews, making/sharing projects, retweets, and every other bit of support shown. It's so encouraging to see how much everyone enjoys creating things with RPG in a Box! šŸ˜Šā¤ļø

Voxel Editor Basics 11 (Tutorial #12)

Check out the latest tutorial in the Voxel Editor Basics series! In this video, Sarah explains how to turn your characters and objects into flat billboard sprites! šŸ˜„šŸ‘

[previewyoutube][/previewyoutube]

Voxel Editor Basics 10 (Tutorial #11)

Hey everyone, check out Sarah's new Voxel Editor tutorial covering the Textures feature! It even includes a bonus mini scripting tutorial! If you're new to scripting, this is a great place to start.
šŸ–ŒļøšŸ˜šŸ‘šŸ“œ

[previewyoutube][/previewyoutube]