Chapter 2 - Getting Started

From OHRRPGCE-Wiki
Revision as of 10:37, 21 May 2013 by TMC (talk | contribs) (Make use of Template:WindowsLinuxMac)
Jump to navigation Jump to search
Revise.png
This article or section is not complete. If you wish, you may finish it, and remove this tag when you are done.

Welcome to the second chapter, where we'll cover everything you need to get started! This chapter is perhaps one of the shorter ones, as we'll be covering the very basics of getting started. Before we get to it, a little note first. Each chapter or segment will have a little blue box like the one below detailing what the section aims to accomplish or teach. That way, you'll have a good idea where you are in the tutorial, and what you're going to be getting done.

Covered in This Chapter

  • Downloading and installing the engine
  • Creating your first RPG file
  • Adding some basic details to your game

Ready? Let's get down to it then.

Downloading and Installing

The first step is to download the proper files from here. The OHRRPGCE is cross-platform compatible, meaning that you can install and run it on most of the major operating systems, Linux, Windows, and Mac.

Tutorial windows.png

The Windows installation is fairly straightforward. Download and run the executable at http://hamsterrepublic.com/dl/ohrrpgce-win-installer.exe.

For a step-by-step breakdown of the process, go here

Tutorial linux.png

There are a few more choices for Linux than there are for Windows, and it may seem daunting at first but it's just as straightforward. For Debian or Ubuntu, you can simply download the appropriate .deb file (http://hamsterrepublic.com/ohrrpgce/archive/debian/). Alternatively, you can download a tarball containing the required binaries (http://hamsterrepublic.com/dl/ohrrpgce-linux-x86.tar.bz2).

Tutorial mac.png

Download the dmg archive from http://hamsterrepublic.com/dl/OHRRPGCE.dmg then mount it. Drag and drop OHRRPGCE-Game.app and OHRRPGCE-Custom.app into your applications folder. The first time you run each of them you will need to confirm that you want to open a program downloaded from the internet.



Making Your First Game

Now, there is far too much information as to how to make your own game to be included in a single chapter. But what we -will- go through here are the basic steps needed to get an .rpg file up and running. I'll also give you a few tips about organizing your project to prevent any hassle later. Remember though, that this is not a be-all end-all format, but rather a suggestion. These steps will give you a template to work with, but you should find your own workflow eventually. Anyways, here we go.

Creating the RPG

First of all, fire up CUSTOM (the main editor) in whatever manner you wish to depending on your operating system. You'll be confronted with a screen that looks like this:

The opening screen of the OHRRPGCE

The three main options are fairly self-explanatory:

  • Create New Game – This will allow you to create a new game. As we're making a game for the first time, this is the option you'll want to select.
  • Load Existing Game – We'll come back to this later. This is the option you're most likely to be using the most later on as you work on your RPG.
  • Exit Program – Exits the program without making any changes.


For now, select Create New Game and you'll be shown a screen where you can type the filename of your RPG. We'll start with something like "myfirstgame" as shown below.

Being prompted for the filename of your game

If you've done everything correctly (and at this point it's fairly difficult to make any mistakes unless you're deliberately trying to) you should be presented with a screen like the one below.

The main menu screen of CUSTOM

Congratulations! You've completed the first step towards making your very own RPG! Before we go any further though, let's make sure that everything is nice and organized. This step is optional, and how you go about it will vary from developer to developer, but the important thing to keep in mind is that you should make sure that all of your files are well-organized and that all your files are easy to find.

Organizing Your Files

When making an RPG, you're definitely going to be dealing with a whole bunch of different files. Now, while it's definitely possible to just lump all of your files into a single directory, it might not be a good idea as you'll eventually be sifting through dozens of files just to find the correct one. The first step is to move your .rpg file into its own directory. Where the .rpg file is located will vary depending on your operating system.

Tutorial windows.png

insert where the file is located

Tutorial linux.png

By default, your .rpg file will be in the directory where CUSTOM is located. As the directory where Custom is located is the first place it looks when loading files, it's a good idea to create a subdirectory for your game here.

Tutorial mac.png

insert where the file is located



Now, while it's not written in stone, a generally good way to organize your files is as follows:

  • Art – This folder will contain all of your artwork. We'll organize it further once we actually start getting some artwork into the game.
  • Documentation – This will contain all your ideas for the game. While you can just jump right in, it's still a good idea to have some notes about where your game is going, the plot, dialogue, etc...
  • Music – You can either make your own music or get some free music from various sources. Either way, you can keep them here.
  • Resources – Your resources are things that don't neccesarily go into the game, but help in the making of it. This could be spreadsheets to keep track of things, storyboard art, concept art, etc...
  • Scripts – This folder will become rather important later on when we start scripting. As a whole chapter will be devoted to that, we won't go very much into it now.
  • Sound – Like the music folder, this will contain the various files that you will use for the audio of your game.

<insert screenshots of directory structures here later>

You can play around with different structures, but we'll be building off this layout in all of our examples. At the end of each chapter, a download will be provided with this directory so you can follow along with the progress being made. For now, we'll stick to this layout to avoid any confusion later on down the road.

The Main Menu

Now that you've organized everything, load up your game by firing up Custom and navigating to the folder where you saved your .rpg file. When loading, you should see something like this:

Loading up your game

As you can see, the directories we created earlier are listed along with the .rpg file. You'll also notice, that the game has a pretty ugly looking name, "myfirstgame.rpg", but don't worry, we'll fix that soon. Select your .rpg file and press enter to load up the editor.

Navigation

Now that you've loaded up your game, you'll be shown a rather daunting looking screen like the one below:

Kinda awe-inspiring, innit?

For now, ignore everything and navigate to "Edit General Game Data" using your keyboard. It's near the bottom of the list, just between "Edit Font" and "Script Management", both of which are things we needn't concern ourselves with right now. For now, we're going to name our game.

The Edit General Game Data menu item

Take note that pretty much everything in Custom is controlled by the keyboard, so it may take some getting used to for those more familiar with using the mouse. The only things that are actually controlled by the mouse are drawing graphics, but we won't get to that until the next chapter, so hold onto your horses.


Pro Tip

Protip.png

You can type the first few letters of the menu you want to get to in order to avoid having to press up and down multiple times. This acts like a search function of sorts, and can allow you to quickly navigate menus, tilemaps, and scripts especially later on when you've got tons of stuff imported.



Now, you should be at the screen where you can edit all of the different details about your game to your heart's desire. Let's get down to it in the next section then.

Adding Project Details

Now that you're at the "Edit General Game Data" menu screen, you'll be able to edit the basic properties of your game.

The items are as follows:

  • Long Name – This is the long name for your game. So rather than DQVI, you could type in Dragon Quest VI.
  • About Line – This is a rather short blurb about your game.
  • Preference Bitsets – These will allow you to set global bitsets for your game.
  • Pick Title Screen – As the name states, this allows you to pick your title screen.
  • New Game Settings – This allows you to set things like starting money, position, and map.
  • Special Plotscripts – These are special plotscripts that run when a game is started, loaded, or if the hero dies.
  • Battle System Options – Pretty self-explanatory, this allows you to change details of the battle system.
  • Global Music and Sound Effects – This sets music and sound effects for things like the title screen or changing menu items in-game.
  • Master Palettes – The master palette of your game which contains all the colors you can use.
  • Password for Editing – Allows you to set a password for your game.
The Edit General Game Data screen


For now, we'll only concern ourselves with the first two of these items, and slowly build up to the rest of them as we progress through the tutorial. Now, as tempting as it may be to jump ahead to exciting things like "Battle System Options" let's take this step by step to avoid any confusion. For now, we'll just add the name of our game. For this tutorial game, we'll call it "Game Quest". Go to Long Name and type "Game Quest" in. You don't need to press save or anything else, as soon as you've typed the name in, it's there. Next, go to About Line and enter a short description of the game. In this case, we'll add "The game about a quest" to keep things nice and simple. If all went well, your screen should look like this now:

Pretty, isn't it?


That's all for the getting started chapter. Next, we'll move on to more exciting and fun things like getting some graphics into our game to play with. You can download the sample files in the link below so that you can keep pace with the tutorial. Each chapter will have similar downloads, so you can follow along with all the changes we make.



Introduction | Getting Started | Artwork | Map Construction | NPCs | Tags | Making a Hero | Attacks | Items | Battles | Vehicle Use | Sound and Music | Text Boxes | Custom Menus | Slices | Plotscripting | Distributing a Game

Appendices: Keyboard Conventions | Sample Scripts

Next
Next