F.A.Q.: Difference between revisions

From OHRRPGCE-Wiki
Jump to navigation Jump to search
m (How do I update shop items? isn't a scripting question.)
 
(16 intermediate revisions by 2 users not shown)
Line 9: Line 9:
=Beginner Questions=
=Beginner Questions=
* [[How do I start?]]
* [[How do I start?]]
* [[I can't figure out how to download the OHRRPGCE, Help!]]
* [[I can't figure out how to install and run the OHRRPGCE, Help!]]
* [[I can't figure out how to install and run the OHRRPGCE, Help!]]


Line 35: Line 34:
* [[How do I customize the master palette?]]
* [[How do I customize the master palette?]]
* [[How do I delete game data from my RPG?]]
* [[How do I delete game data from my RPG?]]
* [[How do I delete a save file?]]
* [[How do I end the game?]]
* [[How do I give an enemy a "Counter-attack"?]]
* [[How do I give an enemy a "Counter-attack"?]]
* [[How do I give my hero more than just one attack?]]
* [[How do I give my hero more than just one attack?]]
* [[How do I give my hero spells?]]
* [[How do I give my hero spells?]]
* [[How do I learn to draw better graphics?]]
* [[How do I learn to draw better graphics?]]
* [[How do I make a "Save Point"?]]
* [[How do I make a battle start after talking to an NPC?]]
* [[How do I make a battle start after talking to an NPC?]]
* [[How do I make a battle start when you bump into an NPC?]]
* [[How do I make a battle start when you bump into an NPC?]]
* [[How do I make a boss battle that the player cannot run away from?]]
* [[How do I make a boss battle that the player cannot run away from?]]
* [[How do I make a boss with multiple forms?]]
* [[How do I make a boss with multiple forms?]]
* [[How do I make an church?]]
* [[How do I make a church?]]
* [[How do I make a healing item?]]
* [[How do I make a healing item?]]
* [[How do I make a hero attack several times during a battle turn?]]
* [[How do I make a hero attack several times during a battle turn?]]
Line 55: Line 51:
* [[How do I make a key-locked Door?]]
* [[How do I make a key-locked Door?]]
* [[How do I make a poisoning or stunning attack?]]
* [[How do I make a poisoning or stunning attack?]]
* [[How do I make a save point?]]
* [[How do I make a stat-boosting spell/attack?]]
* [[How do I make a stat-boosting spell/attack?]]
* [[How do I make a stat-weakening spell/attack?]]
* [[How do I make a stat-weakening spell/attack?]]
Line 70: Line 67:
* [[How do I make an NPC say something different later?]]
* [[How do I make an NPC say something different later?]]
* [[How do I make an NPC that gives you hints all along the game?]]
* [[How do I make an NPC that gives you hints all along the game?]]
* [[How do I make a wall that both heroes & NPCs can't pass?]]
* [[How do I make buildings?]]
* [[How do I make buildings?]]
* [[How do I make choices in a dialogue box?]]
* [[How do I make choices in a dialogue box?]]
* [[How do I make choices in a dialogue box and use them for different NPCs?]]
* [[How do I make more than two choices in a dialogue using a menu?]]
* [[How do I make more than two choices in a dialogue using a menu?]]
* [[How do I make music?]]
* [[How do I make music?]]
Line 90: Line 85:
* [[How do I save a hero's equipment when removing them?]]
* [[How do I save a hero's equipment when removing them?]]
* [[How do I use Sound Effects?]]
* [[How do I use Sound Effects?]]
* [[How do I update shop items?]]
* [[How is damage calculated?]]
* [[How is damage calculated?]]
* [[How is the attack dodge rate calculated?]]
* [[How is the attack dodge rate calculated?]]
Line 95: Line 91:
* [[I haven't worked for a long time on my rpg file. I've downloaded the new version of custom.exe. Can it bug my game?]]
* [[I haven't worked for a long time on my rpg file. I've downloaded the new version of custom.exe. Can it bug my game?]]
* [[I would like to make my own battle system. How can I start?]]
* [[I would like to make my own battle system. How can I start?]]
* [[I would like to make my own menu and edit it under custom.exe How shall I start?]]
* [[What are Level MP based/FF1 Style spells?]]
* [[What are Level MP based/FF1 Style spells?]]
* [[What are Tags for?]]
* [[What are Tags for?]]
Line 102: Line 97:
* [[What are the limits on various things?]]
* [[What are the limits on various things?]]
* [[What can an item do when used outside of battle?]]
* [[What can an item do when used outside of battle?]]
* [[What can I do to NOT lose my password?]]
* [[What do each of the attack motions do?]]
* [[What do each of the attack motions do?]]
* [[What do each of the stats (HP, MP, etc...) do?]]
* [[What do each of the stats (HP, MP, etc...) do?]]
Line 113: Line 107:
* [[Where can I find music?]]
* [[Where can I find music?]]
* [[Where can I find sound effects?]]
* [[Where can I find sound effects?]]
* [[Where can I find the plotscripting dictionary?]]
* [[Where can I go for help?]]
* [[Where can I go for help?]]


Line 122: Line 115:
* [[How do I report a bug?]]
* [[How do I report a bug?]]
* [[I added new spells to my hero's spell list, why aren't they there when I play?]]
* [[I added new spells to my hero's spell list, why aren't they there when I play?]]
* [[I click the program and see an error message]]
* [[I forgot my password! What do I do?]]
* [[I forgot my password! What do I do?]]
* [[I made backgrounds, but now I can't import them!]]
* [[I made enemies and formations, why can't I fight them when I walk around my map?]]
* [[I made enemies and formations, why can't I fight them when I walk around my map?]]
* [[My enemies never move or attack, why?]]
* [[My enemies never move or attack, why?]]
* [[My Game was deleted by bug, I think. I had been working on it for a year, what do I do now? I kept no back up files. ;_;]]
* [[My Game was deleted by bug, I think. I had been working on it for a year, what do I do now? I kept no back up files. ;_;]]
* [[Script error! Failed to unlump (scriptid).hsx]]
* [[Script error! Script (scriptid) does not exist]]
* [[The OHRRPGCE doesn't work on my computer! Why?]]
* [[The OHRRPGCE doesn't work on my computer! Why?]]
* [[What is a test case?]]
* [[What is a test case?]]
Line 141: Line 132:
* [[Expected top-level declaration but found ___]]
* [[Expected top-level declaration but found ___]]
* [[How can I compile my plotscripts in Linux?]]
* [[How can I compile my plotscripts in Linux?]]
* [[How can I compile my plotscripts under windows?]]
* [[How do I save up both text boxes and strings?]]
* [[How can I run a script instead of/before/after the menu comes up?]]
* [[How can I run a script instead of/before/after the menu comes up?]]
* [[How do I call one script directly from another script?]]
* [[How do I call one script directly from another script?]]
Line 148: Line 137:
* [[How do I get it to run a script when I level up a certain hero (me)?]]
* [[How do I get it to run a script when I level up a certain hero (me)?]]
* [[How do I hide or show a map layer?]]
* [[How do I hide or show a map layer?]]
* [[How do I learn to write plotscripts?]]
* [[How do I level up my hero using plotscripting?]]
* [[How do I level up my hero using plotscripting?]]
* [[How do I link script files together?]]
* [[How do I link script files together?]]
* [[How do I link plotscripts together?]]
* [[How do I make a HSS file?]]
* [[How do I make a HSS file?]]
* [[How do I make a merchant offer you discount on goods?]]
* [[How do I make a merchant offer you discount on goods?]]
* [[How do I move or reorder a map layer?]]
* [[How do I move or reorder a map layer?]]
* [[How do I restore my hero's stats during a plotscript?]]
* [[How do I restore my hero's stats during a plotscript?]]
* [[How do I run a plotscript after a battle?]]
* [[How do I run a plotscript before a battle?]]
* [[How do I run a plotscript before a battle?]]
* [[How do I script a wait that the player can skip by pressing a key?]]
* [[How do I script a wait that the player can skip by pressing a key?]]
* [[How do I use plotscripts to make an NPC disappear permanently?]]
* [[How do I use plotscripts to make an NPC disappear permanently?]]
* [[How do I update shop items?]]
* [[How do I write map autorun scripts?]]
* [[How do I write map autorun scripts?]]
* [[Is there a limit to how big a plotscript can be?]]
* [[Is there a limit to how big a plotscript can be?]]
Line 170: Line 155:
* [[What are slices?]]
* [[What are slices?]]
* [[What are the differences between a variable and a global variable?]]
* [[What are the differences between a variable and a global variable?]]
* [[What are the differences between the different keypress commands?]]
* [[What are the differences between the "wait for key" command and the "key is pressed" command?]]
* [[What are the differences between the "wait for key" command and the "key is pressed" command?]]
* [[What are the differences between the "wait for key" command and the "wait for scancode" command?]]
* [[What do the run-time script errors mean?]]
* [[What do the run-time script errors mean?]]
* [[What is a constant and how do I use it?]]
* [[What is a constant and how do I use it?]]
Line 181: Line 166:


=Feature Request Questions=
=Feature Request Questions=
The FAQ is a really bad place to ask for a feature. If you want to suggest a feature, the [[Forums]] are much better for that purpose!
The FAQ is a really bad place to ask for a feature. See [[I want a new feature!]] for how to make a suggetion.
* [[Are you going to make a version that supports hi-res graphics, 3D, etc...?]]
* [[Are you going to make a version that supports hi-res graphics, 3D, etc...?]]
* [[I want more items, NPCs, elements, spells, etc...]]
* [[I want more items, NPCs, elements, spells, etc...]]

Latest revision as of 16:12, 19 January 2025


F.A.Q. means Frequently Asked Questions

This list is only for the most common questions. There are many more questions and answers in the Gigantor List Of Questions! Use the Search box on the left of this page to find answers. Or have a look at the list of Categories.

To ask a question, please ask on this discussion page or on the Forums instead of editing this page.

Beginner Questions[edit]

Game Distribution Questions[edit]

General Questions[edit]

Questions About Errors And Unexpected Behavior[edit]

Please read How do I report a bug? before adding questions to this section!

Plotscripting Questions[edit]

See also the Slices FAQ

Feature Request Questions[edit]

The FAQ is a really bad place to ask for a feature. See I want a new feature! for how to make a suggetion.

Developer Questions[edit]

Questions about this Wiki[edit]


If you want to browse questions relating to specific topics, you can browse by Category instead. (Note that this includes all the pages in the Wiki, not just FAQs)

See Also[edit]