![]() ![]() |
Dec 4 2002, 07:29 PM
Post
#1
|
|||||||||||
![]() Emerging Ice Warrior ![]() Group: New Members Posts: 1845 Joined: 29-July 01 Member No.: 27
![]() |
Here's how it works: You can either ask a question, or answer one. NOTHING in between, except maybe a polite "Thank you." To answer a question, here's what you do: 1. Hit the "Quote" button in the top of the post you are going to answer 2. Answer it It's that easy. Why do we have people quote the question? Easy! That way people can very easily find out who's answering who, and even answer a question before the member posts it. Ask away! Updated September 1, 2004 Official RPG Maker FAQ Thanks go to Twin Matrix for creating this FAQ Q: How do I make Charasets and other images? A: Get yourself a drawing program like MS Paint. I prefer Idraw. If you want to draw Charsets, you'll have to have a template. There is one here. But if you are drawing Charasets, use IDRAW! It is very easy to get the background as Transparent Color with it. Download it here. Idraw works for almost everything if you want to make the background transparent (Except RPGMaker XP). Q: How do I make teleport events with RM2k3 and RM2? A: For RM2k3, right-click on the map and select Create Teleport Event. For RM2000 you create a new event. Then select Teleport from the events window and continue. You can select the place that you want as target location for the teleportation. Q: How exactly do you make a Teleport Event for RPGMaker XP? A: First create a new event. Now select Prepare Transition from the Event Commands menu. Now select Teleport, choose the destination and set Fading to None. After this select Excecute Transition from the Event Commands menu. This will show a complete Teleport with Transition and all. Q: Why won't RPGMaker (2000/2K3) load my images? A: You need to have it Indexed Color. This means no RGB colors, only 256. Q: In RPG2K, how do you make an event dissapear after it has happened? A: Switches are an option. Create a new page for the event and make it empty with as Switch (Left-Top Corner) the Switch you want to have it diactivate. Now on the main event's page, set it at the end to turn on that switch. This will stop the event. Q: How do I set the starting location of the Party/Heroes? A: Right-click on the map and select Party Starting Location. Q: How do I get an event to help after the time is up? A: Make a new event called "timer", or something. Set it to start with whatever switch, and have it be: Timer: [time] Set switch: #: Time, ON Erase event Then make the other event. Set it to start with the switch. Q: How do I change the default music for battles and other things? A: Set Change System BGM in the events menu. Q: In RPGMaker 2K3, how do you make your character jump by pressing a button? A: Look at the Tutorial Section under Jumping. Q: How do I make a Custom Menu? A: Look at the Tutorial Section under Custom Menu. Q: Where do I get RPGMaker 2000/2003/XP? A: Look at the RPG Forum Rules here. Q: How do you make non-player characters move around in RPGM2k3? A: Make an Event and set a Custom Route or Random at the bottom-left corner. Q: I'm using RPGMaker2k and I was wondering...can I easilly upgrade to RPGMaker2k3? If so, how? A: No, you can't. RPGMaker2k uses a very different system, so you can't put your RM2k game into the RM2k3 one and visa versa. Q: I need personal help! To who do I send my question? A: The people who are great with RPGMaker and willing to help anyone with questions are: Golden Kanohi, Twin Matrix, nuts about bionicle and -Rokonuva-. Q: How do you make it so you are the only character in the party? A: Go to "System" and it should have four boxes in a category called "Starting Party". If you want one person only, make the second one say "none" and set the other box with that person. Q: How do you cover the unwanted sea with black tiles? A: Use the tile at the bottom-right corner of the first-layer Tileset. This will show the Panorama. If you leave the Panorama black, it will show it black instead of sea. Q: How do use characters other than the ones built in? A: Simple, you edit a character's info in the database. If you mean "add more characters," then you edit the array size, at the bottom left of the screen. Q: What is RTP? A: RTP is a simple name for pre-made graphics for an RPGMaker. RPGMaker XP, for example, has an RTP with lots of pre-made graphics so you are ready to build a game once you install the RTP and the Program. Q: How do I make an stopped event have a walking animation in RMXP? A: Make a new event and enable (Check) the Stopped Animation in the bottom-left corner of the Event properties. Q: How do I make Colors, Sizes and other things in Messages with RMXP? A: Check out the "Custom Message" part in the Tutorial section. Q: Am I able to create advanced Panoramas or Fog effects? A: Create an event. You can make it an Auto Event if you want. Make a second page for this event and have it be activated by a switch. Go back to the first page of the event. Insert Change Map Settings with the Fog of your choice. Now select Change Fog Opacity to make the Fog visible. Don't be fooled by the name though. This function can be used to make clouds, water or anything else. You can also change the color of the Fog with Tint Fog. At the end of the event have it put the switch used to activate the second Page ON. Q: How do I have an Auto Event/Parallel Process stop without freezing the game or repeating? A: Create a new page with Action Key activation instead of Auto Start or Parallel Process in this event and select a Switch for it. At the end of the main Auto Event's page (Or Parallel Process) have it put the Switch ON that activates the new, empty page that you just created. Q: How does the Key Input System works in RMXP? A: Check out the Jumping Tutorial. Q: Ruby? What the heck is Ruby Scripting? How does it work?! A: Check out this. It explains allot about Ruby. Tutorial 1: Custom Messages for RMXP This script modifies the Window_Message class to allow for more text commands to be used in messages. This is a list of all the text commands supported by this script. To use the script, simply overwrite the "Window_Message" class with the one provided below. \a[n] : Automatically closes the message box after n frames. \b: Banner mode. The text is centered both horizontally and vertically within the window. Can't be used with other tags and works with only one line of text. \c[n] Changes to one of the eight pre-defined colors. Use \d or \c[0] to change back to the default color. \d: Returns the font, font size, font color, and line height to default. \f[n] : Changes the font to font n in a set of pre-defined fonts. Use \d or \f[x], where x is the number of the default font, to return to the default. \g : Shows a window showing how much money you have. \h[n] : Changes the line height to n. Useful if you want to show very large text without it clipping vertically. Use \d or \h[32] to return the line height to default. \i[n] : Shows the icon and item name of the item with ID n \j[n] : Puts n pixels of whitespace at the current position within the message. Useful if you want precise spacing rather than relying on the font's space length. \k[n] : Shows the icon and skill name of the skill with ID n. \m[n] : Shows the icon and armor name of the armor with ID n. \n[n] : Shows the name of the hero with ID n. \o[n] : The alpha of the window text is n for this message. \r: Right-justifies the text on this line. Must be the first thing in the line. \s[n] : Changes the font size to n pixels high. \v[n] : Displays the value of the variable with ID n. \w[n] : Shows the icon and weapon name of the weapon with ID n. \x: Centers the text on this line. Must be the first thing in the line. \\ : Prints the "\" character. With the release version, this script has a bug when using the letter "j" with some of these custom text commands. You need to download the update to RGSS100J.dll in order to remedy this problem.
Examples: [1 2 3] Tutorial 2: Jumping for RM2000, RM2k3 and RMXP This Code allows the hero jump for RM2000 and RM2k3. Create a Paralell Process Common Event. Set these Commands in RM2k3:
To create the Key Input Proc Command, open the Event Commands window and select Key Input Processing. Store the Key Code in 0037, Key Input. Select "Wait Until Key Pressed". The Key to Process should be the Shift Button only. For the RM2000 Version, it is slightly different:
To create the Enter Password Command open the Event Command window and select Enter Password. Set the Variable to whatever you like. I just used 001 for this Tutorial. Enable "Wait Untill Key Hit" and set Input Passable Key to the Cancel Key only. For RMXP it is also slightly different. The Key Input Command is now changed, and you don't see what key gets you what number. Here's a full list of Key Input Code Keys. Down Arrow is 2 Left Arrow is 4 Right Arrow is 6 Up Arrow is 8 Shift is 11 Enter is 13 W is 18 D is 16 A is 14 S is 15 D is 16 Q is 17 X is 12 Space is 13 Don't forget to press F1 to see what button goes to what. First you put the Key Input Processing line of code in so it looks like:
Afterwards, you put in a Conditional Branch and set it to Variable 0001, and then put in a value, such as 13.
Use these methods to create your own Custom Abilities like Running. This post has been edited by Black Six: Sep 5 2004, 09:06 PM |
||||||||||
|
|
|||||||||||
Dec 4 2002, 09:19 PM
Post
#2
|
|
![]() ![]() Fluidic Master Defeated Group: Premier Members Posts: 3535 Joined: 23-July 02 Member No.: 1581
![]() |
Well first off, I can't even start the program. It has a weird error message. By saying its weird I can read it because it is made of just symbols.
_ I just know the title is "Object Windows?|_|". If you can solve a problem this bizzare then it would help a lot! -------------------- |
|
|
|
Dec 7 2002, 08:07 PM
Post
#3
|
|||
|
Flying Force! ![]() Group: New Members Posts: 2477 Joined: 20-January 02 Member No.: 168
![]() |
I believe there is a certain file that must be moved somewhere. Chack the readme. If that doesn't work, reinstall it. -------------------- The Official BBC Lexicon
ENTIRE BIONICLE COLLECTION (2-3 years worth of pieces) FOR SALE, VERY REASONABLE PRICE - EMAIL ME FOR DETAILS |
||
|
|
|||
Dec 10 2002, 07:36 PM
Post
#4
|
|||||
![]() Fluidic Master Defeated ![]() Group: Banned Members Posts: 3581 Joined: 19-February 02 Member No.: 561
![]() |
It might also be a broken download. You might have to find another site to download and reinstall it from. -------------------- "In the criminal justice system, there are 2 major groups. The police, and the bakers who make donuts for them." -X-[/color]
|
||||
|
|
|||||
Dec 10 2002, 07:54 PM
Post
#5
|
|
|
Group: Posts: 0 Joined: -- Member No.: ![]() |
-K |
|
|
|
Dec 13 2002, 10:28 PM
Post
#6
|
|||||
![]() ![]() Fluidic Master Defeated Group: Premier Members Posts: 3535 Joined: 23-July 02 Member No.: 1581
![]() |
<sigh> -------------------- |
||||
|
|
|||||
Dec 15 2002, 12:06 PM
Post
#7
|
|
|
Mata Nuian Protector Nuva ![]() Group: Banned Members Posts: 1746 Joined: 24-December 01 Member No.: 40
![]() |
I have the same question as Katori.
Where can you find RPGmaker 2000? -------------------- |
|
|
|
Dec 17 2002, 11:12 PM
Post
#8
|
|
![]() ![]() Fluidic Master Defeated Group: Premier Members Posts: 3535 Joined: 23-July 02 Member No.: 1581
![]() |
This is for RPG95. Use the other topic.
-------------------- |
|
|
|
Dec 20 2002, 07:44 PM
Post
#9
|
|
![]() Toa ![]() Group: New Members Posts: 120 Joined: 21-August 02 Member No.: 1206
![]() |
where do u download it i have no idea
-------------------- Howdy
|
|
|
|
Dec 21 2002, 01:40 AM
Post
#10
|
|
![]() ![]() Fluidic Master Defeated Group: Premier Members Posts: 3535 Joined: 23-July 02 Member No.: 1581
![]() |
Uh, I found out the problem. I have a version that doesn't work on Windows XP. Thanks for the help though!
-------------------- |
|
|
|
Dec 21 2002, 12:20 PM
Post
#11
|
|||
![]() Inhabitant ![]() Group: New Members Posts: 10 Joined: 4-October 02 Member No.: 2107
![]() |
where do you get it?? |
||
|
|
|||
Dec 24 2002, 04:53 PM
Post
#12
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
Can someone tell me how I can use a sprite other than the ones provided as my character?
Edit:Oh, and how do you make people say certain stuff when you press enter on them? Edit2: Nevermind, I figured it out on my own. This post has been edited by Xtreme_Koli: Dec 26 2002, 06:05 PM -------------------- |
|
|
|
Jan 4 2003, 01:48 PM
Post
#13
|
|
|
Scavenger Va ![]() Group: Banned Members Posts: 654 Joined: 18-October 02 Member No.: 2347
![]() |
How do you get RPG Maker 95??? There are some games I want to make but I need A game maker!!!
-------------------- HEY! GUESS WHAT?
NEVER MIND! YOU DON'T CARE! XD no, seriously, i know you don't care. |
|
|
|
Jan 14 2003, 04:52 PM
Post
#14
|
|||||
|
Emerging Fluidic Master ![]() Group: New Members Posts: 1262 Joined: 18-December 02 Member No.: 3474
![]() |
That link won't work, so where can you get it? -------------------- |
||||
|
|
|||||
Jan 16 2003, 05:32 PM
Post
#15
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
That one worked at the time, but I guess it got shut down or something. Anyway, here's a new link: A New Link!
-Hope this helps! -------------------- |
|
|
|
Jan 17 2003, 12:06 AM
Post
#16
|
|||
|
Emerging Fluidic Master ![]() Group: New Members Posts: 1262 Joined: 18-December 02 Member No.: 3474
![]() |
Thanks that one worked. EDIT:It's not all there so it won't load! This post has been edited by Tawa: Jan 17 2003, 12:08 AM -------------------- |
||
|
|
|||
Jan 27 2003, 04:28 PM
Post
#17
|
|||||
![]() Emerging Ice Warrior Group: Premier Members Posts: 1815 Joined: 7-August 02 Member No.: 1748
![]() |
is it supposed to say that? -------------------- Infrequently online due to high school homework.
|
||||
|
|
|||||
Jan 27 2003, 05:28 PM
Post
#18
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
It works perfectly for me. When I click it, RPG Maker immidiately starts downloading! I don't know what could be wrong.......
-------------------- |
|
|
|
Jan 27 2003, 06:16 PM
Post
#19
|
|||
|
Emerging Fluidic Master ![]() Group: New Members Posts: 1262 Joined: 18-December 02 Member No.: 3474
![]() |
For me it downloads fine, but when I try to run it it says:
Can you help? This post has been edited by Tawa: Jan 27 2003, 06:25 PM -------------------- |
||
|
|
|||
Jan 27 2003, 06:36 PM
Post
#20
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
Well, if that one doesn't work, try this site: New Download Site Here you should find all the 95 downloads you need!
-------------------- |
|
|
|
Jan 27 2003, 06:50 PM
Post
#21
|
|
![]() Emerging Ice Warrior Group: Premier Members Posts: 1815 Joined: 7-August 02 Member No.: 1748
![]() |
hey thx!
now could anyone tell me how to edit mini-maps (like huts) -------------------- Infrequently online due to high school homework.
|
|
|
|
Jan 27 2003, 08:50 PM
Post
#22
|
|
|
Emerging Fluidic Master ![]() Group: New Members Posts: 1262 Joined: 18-December 02 Member No.: 3474
![]() |
It worked but it saysit doesn't work on Windows 2000, WWWAAAHHH!!!
-------------------- |
|
|
|
Jan 28 2003, 04:50 PM
Post
#23
|
|||
![]() Emerging Ice Warrior Group: Premier Members Posts: 1815 Joined: 7-August 02 Member No.: 1748
![]() |
just download a different version, DUH! i still can't edit hut maps... -------------------- Infrequently online due to high school homework.
|
||
|
|
|||
Jan 28 2003, 08:44 PM
Post
#24
|
|||||
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
Okay, first of all, what do you mean by edit hut maps? Please clarify.
I guess this means that RPG Maker 95 onl;y works on Windows 95 and 98 (which is what I have). RTP for RPG Maker 2000 won't work on my comp. so I guess it's just for Windows 2000. You should try that instead! -------------------- |
||||
|
|
|||||
Jan 28 2003, 11:01 PM
Post
#25
|
|||
|
Emerging Fluidic Master ![]() Group: New Members Posts: 1262 Joined: 18-December 02 Member No.: 3474
![]() |
Thanks, off to find RPG Maker 2000. Then again I guess I'll just use RPG Toolkit for now. -------------------- |
||
|
|
|||
Jan 29 2003, 03:14 PM
Post
#26
|
|||||
![]() Emerging Ice Warrior Group: Premier Members Posts: 1815 Joined: 7-August 02 Member No.: 1748
![]() |
sorry. i mean the layouts of huts. when a character goes into a hut, how do i edit what he sees? in other words, how do i make a hut and edit its furniture, characters inside, etc. -------------------- Infrequently online due to high school homework.
|
||||
|
|
|||||
Jan 30 2003, 05:14 PM
Post
#27
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
You have to make the place the character enters the hut a teleport spot. Then you have to create a small sub-area (which will be the inside of the hut) and put a teleport there so that he can walk in and out of the hut!
-P.S.-Make sure you link those two teleports together so that you don't get teleported to some random place in space! -------------------- |
|
|
|
Jan 30 2003, 07:42 PM
Post
#28
|
|||
![]() Emerging Ice Warrior Group: Premier Members Posts: 1815 Joined: 7-August 02 Member No.: 1748
![]() |
thx, but this is a hut that is already there. how do i do that? edit: lightning voyager! >>zoom! aah no brakes! II (wall) i'm ok... ** This post has been edited by benmecha: Jan 30 2003, 07:46 PM -------------------- Infrequently online due to high school homework.
|
||
|
|
|||
Jan 31 2003, 10:06 PM
Post
#29
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
If that is the case, just click on it to change the event that occurs there. Then, set it on "Level with Character" and "On contact". Then in the white field to the right, double-click and pick the teleport event and link the teleport with the area you created for the inside of the hut.
-Hope this answers your question! -------------------- |
|
|
|
Feb 4 2003, 08:01 PM
Post
#30
|
|||
![]() Emerging Ice Warrior Group: Premier Members Posts: 1815 Joined: 7-August 02 Member No.: 1748
![]() |
sorry X_K, i meant: How do you change the layout of stuff inside a hut? -------------------- Infrequently online due to high school homework.
|
||
|
|
|||
Feb 4 2003, 08:58 PM
Post
#31
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
When you create the area that will be the inside of your hut, you choose what's going to be in there! You might have to edit some of the files to make furniture and stuff options for stuff to put in there though.
-XK, The Next Generation -------------------- |
|
|
|
Feb 5 2003, 04:12 PM
Post
#32
|
|||
![]() Emerging Ice Warrior Group: Premier Members Posts: 1815 Joined: 7-August 02 Member No.: 1748
![]() |
but how do you go back to it??? -------------------- Infrequently online due to high school homework.
|
||
|
|
|||
Feb 5 2003, 04:46 PM
Post
#33
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
You have to put a teleport on the exit and entrance place. Is this what you're talking about, because you really need to try to clarify more!
-------------------- |
|
|
|
Feb 11 2003, 03:38 PM
Post
#34
|
|
![]() Emerging Ice Warrior Group: Premier Members Posts: 1815 Joined: 7-August 02 Member No.: 1748
![]() |
ok, last time. how do you, if you already have a hut, but want to edit an event inside (i can do the event part
or: say i've got an existing hut. how do i edit, say, its layout? -------------------- Infrequently online due to high school homework.
|
|
|
|
Feb 11 2003, 09:57 PM
Post
#35
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
Okay, I've got to ask Lewaswingin about something that might answer your question, so let's wait and see what he says and I'll reply, 'kay?
-XK, The Next Generation -------------------- |
|
|
|
Feb 14 2003, 09:52 PM
Post
#36
|
|
|
Tohunga ![]() Group: New Members Posts: 45 Joined: 5-February 03 Member No.: 5068
![]() |
what is bionicle rpg idont have it
This post has been edited by Justin Ho: Feb 14 2003, 10:00 PM -------------------- |
|
|
|
Feb 15 2003, 08:18 PM
Post
#37
|
|||
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
Well, first, RPG stands for Role-Playing Game. This forum was created for people to show off the RPGs that they made. If you look at the topics in this forum, you will find links to many RPGs that people have made. If you want to make your own RPG, though, you may want to look into RPG-making programs like RPG Maker 95 and RPG Maker 2000. PM me if you need any more help or info! -XK, Ther Next Generation -------------------- |
||
|
|
|||
Feb 18 2003, 09:30 PM
Post
#38
|
|
![]() ![]() Fluidic Master Defeated Group: Premier Members Posts: 3535 Joined: 23-July 02 Member No.: 1581
![]() |
[B][COLOR=royalblue]When I try to make a Ganedisk on my RM95 version 1.0, (with the help file beta version 0.7 from Stifu's site) I get less than halfway finished and it says "Write Error" and stops. :galre: Hints: This version generally does not work on my computer and it's Windows 98! :annoyed2: I try to start a new game and it has that GDI Error. Theonly way I can use it is if I take another RM95 game and edit the maps and events. And when making the GameDisk, it has that error I told you about. Can someone fix this? I will need it to make the beta tests for MZ2, and I can do the game without it!
-------------------- |
|
|
|
Feb 18 2003, 09:59 PM
Post
#39
|
|
![]() Stone Champion Nuva ![]() Group: Outstanding BZPower Citizens Posts: 1589 Joined: 1-December 02 Member No.: 2922
![]() |
Sorry, there's nothing I can do about that one...... You might want to save your game, re-download RPG Maker 95, and put the game file back in the game folder. Sorry I couldn't help more!
-XK, The Next Generation -------------------- |
|
|
|
Feb 18 2003, 10:09 PM
Post
#40
|
|
![]() Swarm Scavenger Group: Premier Members Posts: 681 Joined: 21-January 03 Member No.: 4535
![]() |
I have no clue how to make an intro type of movie thing can you help me by PM?
-------------------- |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd May 2013 - 08:58 AM |