HOWTO: Difference between revisions

From OHRRPGCE-Wiki
Jump to navigation Jump to search
m (→‎Pixel-Art Tutorials: Fixed broken DeviantArt link)
(Rewrite the intro. Add Shops to the main articles, promote Zones to Extra Tutorials, demote Vehicles and Stun, Regen, Poison, and Mute to Extra Tutorials)
Line 6: Line 6:


<div style="border:2px black solid;padding:5px;background-color:#FAFAFF60">
<div style="border:2px black solid;padding:5px;background-color:#FAFAFF60">
'''Important Note'''
Some HowTo chapters are long out of date. It is currently (June 2020) undergoing a major update and partial rewrite, but we think you will be able to make sense of it in its current state.


You can also read this highly-unfinished [[Outline Of Proposed New Howto|alternative HowTo]].
The first half of the chapters of this HowTo are designed to be read in order to teach you the most important concepts of the engine (including graphics, maps, NPCs, textboxes and tags). '''You are encouraged to create a basic game from scratch as you read them, that's the best way to learn the engine!''' Feel free to skip over any you don't need yet.
 
The OHRRPGCE is designed to let you easily create a complete RPG without any scripting, so the Main Chapters don't introduce or require scripting at all. Scripting is covered in a separate section below.
 
'''Note:'''
: Some HowTo chapters are out of date. From time to time we work on updating it, but we think you will be able to make sense of it in its current state. (You can also read this highly-unfinished [[Outline Of Proposed New Howto|alternative HowTo]].) The OHRRPGCE has always accumulated and expanded rather than replaced features, so even the most ancient tutorials will still teach you to use features and editors that still exist in some form, they just miss new and better ways to do things!


The first part of this HowTo is designed as an overview of the core concepts, providing all the knowledge needed to create a game from scratch.
Later chapters in the Extra Tutorials section expand on additional or more complex features in a goal orientated manner.
=HOWTO: Main Chapters=
=HOWTO: Main Chapters=
# [[Getting Started]]
# [[Getting Started]]
Line 24: Line 25:
# [[Making a Hero]]
# [[Making a Hero]]
# [[Items]]
# [[Items]]
# [[Shops]]
# [[Customizing Menus]]
# [[Customizing Menus]]
# [[Battles]]
# [[Battles]]
# [[Vehicle Use]]
# [[Stun, Regen, Poison, and Mute]]
# [[Sound Effects]]
# [[Sound Effects]]
# [[Distributing a Game]]
# [[Distributing a Game]]
Line 39: Line 39:
=Extra Tutorials=
=Extra Tutorials=
# [[Animating Maptiles]]
# [[Animating Maptiles]]
# [[Zones]]
# [[Vehicles]]
# [[Stun, Regen, Poison, and Mute]]
# [[Bosses]]
# [[Bosses]]
# [[Making Complex Attacks]]
# [[Making Complex Attacks]]
Line 63: Line 66:
</div>
</div>


Anyone who is interested in helping by writing new chapters for the HowTo can do so by adding a link in the [[HOWTO#In-progress Chapters|In-progress Chapters]] section and filling in an article. You can also suggest a new topic by adding a link to the [[HOWTO#Suggested New Chapters|Suggested New Chapters]] section or leaving a note on the [[Talk:HOWTO]] page.
Anyone who is interested in helping by writing new chapters for the HowTo can do so by adding a link in the [[HOWTO#In-progress Chapters|In-progress Chapters]] section and starting an article.  


<div style="border:2px black solid;padding:5px;background-color:#FAFAFF60">
<div style="border:2px black solid;padding:5px;background-color:#FAFAFF60">
Line 98: Line 101:
=In-progress Chapters=
=In-progress Chapters=
* [[Choosing Between Multiple Heroes]]
* [[Choosing Between Multiple Heroes]]
* [[Zones]]
* [[Temporarily Fusing Heros]]
* [[Temporarily Fusing Heros]]
* [[Transforming Heroes In Battles]]
* [[Transforming Heroes In Battles]]

Revision as of 17:09, 19 January 2025

HOW TO USE the O.H.R.RPG.C.E

Be sure to read the following important articles: An Important Note About Passwords and An important Note About Backups.

The first half of the chapters of this HowTo are designed to be read in order to teach you the most important concepts of the engine (including graphics, maps, NPCs, textboxes and tags). You are encouraged to create a basic game from scratch as you read them, that's the best way to learn the engine! Feel free to skip over any you don't need yet.

The OHRRPGCE is designed to let you easily create a complete RPG without any scripting, so the Main Chapters don't introduce or require scripting at all. Scripting is covered in a separate section below.

Note:

Some HowTo chapters are out of date. From time to time we work on updating it, but we think you will be able to make sense of it in its current state. (You can also read this highly-unfinished alternative HowTo.) The OHRRPGCE has always accumulated and expanded rather than replaced features, so even the most ancient tutorials will still teach you to use features and editors that still exist in some form, they just miss new and better ways to do things!

HOWTO: Main Chapters

  1. Getting Started
  2. Making Maptiles
  3. Making Walkabout Graphics
  4. Importing Graphics
  5. Map Construction
  6. NPCs
  7. Text Boxes
  8. Tags
  9. Making a Hero
  10. Items
  11. Shops
  12. Customizing Menus
  13. Battles
  14. Sound Effects
  15. Distributing a Game

Ah! That covers the basics. Do you feel enlightened?

Next, see the Extra Tutorials below on specific topics you're interested in (you can read these in any order), and the articles on Scripting. Some of the Extra Tutorials will use scripting.

Extra Tutorials

  1. Animating Maptiles
  2. Zones
  3. Vehicles
  4. Stun, Regen, Poison, and Mute
  5. Bosses
  6. Making Complex Attacks
  7. Combat Dialogues
  8. Enemies that respond to a certain attack
  9. Creating Dungeons
  10. Permanent Stat-Boosters
  11. Conditional Door Links
  12. Making Android games

Scripting

  1. Plotscripting (contents page)
  2. Plotscripting Tutorial
  3. What is a script argument for?
  4. Ways to refer to a hero in a script
  5. Creating Cutscenes
  6. Script triggers
  7. Scripting advice
  8. Slices Tutorial
  9. Slice Collection Editor Tutorial
  10. HUD Scripting Tutorial
  11. How do I write map autorun scripts?
  12. Using the Mouse in the Game

Anyone who is interested in helping by writing new chapters for the HowTo can do so by adding a link in the In-progress Chapters section and starting an article.

This alternative HowTo is a work in progress and most chapters are blank, but it contains some good information. For most topics, consult the HowTo chapters above.

Outline Of Proposed New Howto

Pixel-Art Tutorials

In-progress Chapters

To suggest a new chapter or tutorial simply leave a comment in the HOWTO's Discussion/Talk Page. It is important to remember that the purpose of HOWTO articles is to explain how to use the standard features, not to explain complicated methods of simulating features that don't exist using plotscripting. Stuff like that probably belongs in Category:Example Scripts

See Also

  • F.A.Q. - Frequently Asked Questions