Brewmeister
Sponsor
Frequently Asked Questions
Last Updated: September 23rd, 2008
Introduction
This topic is for commonly asked questions conserning RMXP/VX. Please check this FAQ before creating a new thread. If you are directed to this FAQ, your answer can be found in this thread. If you do this repetitively, you will be warned.
If have have anything you would like to add, PM a moderator (preferably, one of the General Support moderators or SephirothSpawn) with your additions or post it below.Do Not post support questions here!.
Authors, Contributors & Sources
~RMXP~
RMXP Program Information
Last Updated: September 23rd, 2008
Introduction
This topic is for commonly asked questions conserning RMXP/VX. Please check this FAQ before creating a new thread. If you are directed to this FAQ, your answer can be found in this thread. If you do this repetitively, you will be warned.
If have have anything you would like to add, PM a moderator (preferably, one of the General Support moderators or SephirothSpawn) with your additions or post it below.Do Not post support questions here!.
Authors, Contributors & Sources
- Brewmeister
- 60.25
- Zeriab
- SephirothSpawn
- Aus "ace" Wallace
- Blizzard
- Constance
- deadly_diablo
- kitramos
- Marlune
- Meâ„¢
- zuzagi
- Official English Site - http://www.enterbrain.co.jp/tkool/RPG_XP/eng
- Creation Asylum - http://www.creationasylum.net
- Google - http://www.google.com
- Oxford English Dictionary - http://www.oed.com
- Wikipedia - http://www.wikipedia.org
- Have we forgot you? Let us know
~RMXP~
RMXP Program Information
RMXP, short for RPG Maker XP, is a game making tool made by Enterbrain
You can find their english website here: http://www.enterbrain.co.jp/tkool/RPG_XP/eng
You can find their english website here: http://www.enterbrain.co.jp/tkool/RPG_XP/eng
The term 'script' have many different meanings (cf. Google and Wikipedia). When used in context with RMXP the general meaning is:
"This is a programming term that refers to a set of instructions (a program) that is executed by another program rather than the computer's processor." - http://www.satellite-tv-hq.com/telecom-glossary-s.htm
This basically means that a script is being interpreted and not compiled.
"This is a programming term that refers to a set of instructions (a program) that is executed by another program rather than the computer's processor." - http://www.satellite-tv-hq.com/telecom-glossary-s.htm
This basically means that a script is being interpreted and not compiled.
RGSS, short Ruby Game Scripting System, is a set of commands written in an interpreted language to automate certain application tasks or a type of computer code than can be directly executed by a program that understands the language in which the script is written. Scripts do not need to be compiled to be executed.
Source: http://en.wikipedia.org/wiki/Ruby_Game_Scripting_System
Source: http://en.wikipedia.org/wiki/Ruby_Game_Scripting_System
The Database can be found under Tools\Database (F9). You can also get to this by pressing F9.
The Database is the Menu that contains all the game specific settings, such as:
what imported tilesets are used for what;
what items are in the game, and how they interact with the characters;
what monsters are in the game, how they fight, how strong they are, how they look, what groups they travel in;
it also stores character data such as how they look, what their stats are and how they improve as the char levels.
This is also where you setup common events, and other settings that affect the whole game such as the battle music or the tileset for the menus.
This is also where you set what picture is used for the title screen and game over screen, but this is not where you import graphics, here your just picking which already imported graphic to use.
The Resource Manager is used to import graphics.
The Database is the Menu that contains all the game specific settings, such as:
what imported tilesets are used for what;
what items are in the game, and how they interact with the characters;
what monsters are in the game, how they fight, how strong they are, how they look, what groups they travel in;
it also stores character data such as how they look, what their stats are and how they improve as the char levels.
This is also where you setup common events, and other settings that affect the whole game such as the battle music or the tileset for the menus.
This is also where you set what picture is used for the title screen and game over screen, but this is not where you import graphics, here your just picking which already imported graphic to use.
The Resource Manager is used to import graphics.
It is an option under File in the editor.
It compiles your game into 1 file that you can run on another computer.
If you press it a dialog show appear asking you for an address. For a folder to be more explicit.
This is your output folder where the file will be placed after creation if you accept the dialog. (Click ok)
You have the option to create an encrypted archive.
This means that you can't get access to the game through the editor nor access to your resources when installing the game from the created file.
It compiles your game into 1 file that you can run on another computer.
If you press it a dialog show appear asking you for an address. For a folder to be more explicit.
This is your output folder where the file will be placed after creation if you accept the dialog. (Click ok)
You have the option to create an encrypted archive.
This means that you can't get access to the game through the editor nor access to your resources when installing the game from the created file.
RTP means Run Time Package. A package required to run a program, often filled with data used by much programs of the same kind.
For RMXP RTP, look below.
For RMXP RTP, look below.
RPG Maker XP RTP is a system for reducing the total size of a “game diskâ€