Difference between revisions of "RPG in a Box Wiki"
(→Welcome to the wiki for RPG in a Box!) |
|||
(43 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | = Welcome to the Wiki for '''RPG in a Box'''! = | |
− | The purpose of this wiki is to serve as a one stop source of documentation | + | The purpose of this wiki is to serve as a one stop source of documentation relating to ''RPG in a Box''. I decided to go with a wiki as I wanted something quick and easy that would allow me to stay focused on development of the actual software. Over time, I plan to include a variety of resources here - everything from general documentation to tips and tutorials. I hope you find this helpful! |
+ | |||
+ | |||
+ | = Getting Started = | ||
+ | The following guides are recommended if you're new to ''RPG in a Box''. The first guide will help get you accustomed to the layout of the user interface. The second guide demonstrates how to create and export a quick "test game" using the bundled example content, and the third guide is a more comprehensive walkthrough and includes additional detail around creating your own custom content, such as maps, tiles, and scripts, from the ground up. | ||
+ | * [[Overview of the User Interface]] | ||
+ | * [[Creating a Game using the Example Content]] | ||
+ | * [[Creating a Custom Game from Scratch]] | ||
+ | |||
+ | |||
+ | = Editor Guides = | ||
+ | * [[File:Map.png]] [[Map Editor]] | ||
+ | * [[File:Voxel_editor.png]] [[Voxel Editor]] | ||
+ | * [[File:Script.png]] [[Script Editor]] | ||
+ | * [[File:Comment.png]] [[Dialogue Editor]] | ||
+ | * [[File:Application_side_boxes.png]] [[UI Editor]] | ||
+ | * [[File:Key.png]] [[Item Editor]] | ||
+ | * [[File:Bug.png]] [[Enemy Editor]] | ||
+ | * [[File:Bomb.png]] [[Battle Editor]] | ||
+ | |||
+ | |||
+ | = Tutorials = | ||
+ | * [http://www.indiedb.com/engines/rpginabox/tutorials/linking-maps Linking Maps] | ||
+ | * [http://www.indiedb.com/engines/rpginabox/tutorials/animating-an-object Animating an Object] | ||
+ | * [http://www.indiedb.com/engines/rpginabox/tutorials/adding-an-item-container-to-a-map Adding an Item Container to a Map] | ||
+ | |||
+ | |||
+ | = Reference = | ||
+ | * [[File:Script_palette.png]] [[Scripting Functions]] |
Latest revision as of 20:55, 16 July 2016
Contents
Welcome to the Wiki for RPG in a Box!
The purpose of this wiki is to serve as a one stop source of documentation relating to RPG in a Box. I decided to go with a wiki as I wanted something quick and easy that would allow me to stay focused on development of the actual software. Over time, I plan to include a variety of resources here - everything from general documentation to tips and tutorials. I hope you find this helpful!
Getting Started
The following guides are recommended if you're new to RPG in a Box. The first guide will help get you accustomed to the layout of the user interface. The second guide demonstrates how to create and export a quick "test game" using the bundled example content, and the third guide is a more comprehensive walkthrough and includes additional detail around creating your own custom content, such as maps, tiles, and scripts, from the ground up.
- Overview of the User Interface
- Creating a Game using the Example Content
- Creating a Custom Game from Scratch
Editor Guides
- Map Editor
- Voxel Editor
- Script Editor
- Dialogue Editor
- UI Editor
- Item Editor
- Enemy Editor
- Battle Editor
Tutorials