View Full Version : RM2K3 Pokemon Introduction Tutorial
pokemonhackerforever
August 2nd, 2005, 08:08 PM
RPG MAKER 2003:
"Pokemon Introduction Tutorial"
By: JTA.
Okay 1st you need to gather the right materials, which are listed below;
1: Paint Program (MS Paint, PSP, Photoshop, ect..)
2: These Instructions
3: Imagination
4: Some Introduction Pictures
(1)Okay first you need to set the map screen to 20X20! You can do this by right clicking anywhere in your map and then by going to Map Properties. Now that's done, you need to set up one of your chipsets to the Main Chipset that comes with RM2K3. After that move on to step 2!
(2)2nd you need to now fill in the hole map with the color (pink) which is stock on the lower level editing option. After that, simply right click the top corner of the map and set the player start position! Then, go to the next square, which is next to the newly set player start condition. Now while in the right click selection go to New Event.
(3)3rd, you should now be in the event editing thing. Now you go to trigger conditions, and set it to auto-start. Then simply go to the event layer selection and set it to same level as hero. Okay now you can start to make your event commands!
(4)4rth, Now go and right click inside the event commands option and go and set the following;
<>show picture intro picture1 (here just set it to your 1st introduction pic)
<>wait 4.0sec
<>erase picture 1
<>Wait 4.0 sec
<>show picture 2: intro picture2
<>wait 4.0 sec
<>erase picture 2
<>wait 4.0 sec
<>show picture 3: intro picture3
<>wait 4.0 sec
<>erase picture 3
<>wait 4.0 sec
<>show picture 4: intro picture4
<>wait 4.0
<>erase picture 4
<>wait 4.0 sec
<>hide screen: fade-out
<>teleport (here just make it where you teleport to your 1st map)
<>show screen: fade-in
<>erase event
(5)And your done, you can modify it to do anything, and as always, enjoy!
TheAbsol
August 2nd, 2005, 10:00 PM
Yeah it really bugged me that you'd have to do TWO title screens for this kind of stuff. I hope the next RM(dunno if thye are working on a new one or not) has something so you can do this.
Neo Genesis
August 3rd, 2005, 12:49 AM
Yeah it really bugged me that you'd have to do TWO title screens for this kind of stuff. I hope the next RM(dunno if thye are working on a new one or not) has something so you can do this.
They are currently translating RM3D which is a rpg maker for 3D games. BTW nice tutorial!
pokemonhackerforever
August 3rd, 2005, 10:52 AM
Thank you both for your comments, I just hope this will help other semi- noobs like myself!
Webmaster Tyler
August 3rd, 2005, 11:43 AM
Can you post some pics for this cause i dont get a lot of stuff your say cause are you suppose to put the words in the drawing or what?
Kira
August 3rd, 2005, 11:53 AM
You should add some section where to get a Pokemon Battle System, and how to use it.
pokemonhackerforever
August 3rd, 2005, 05:36 PM
REPLY TO Webmaster Tyler:
Yeas your supposed to put the words that you want to say into the introduction! If that's what you mean!
REPLY TO KIRA:
Uh the only battle system I know of is the one that occurs after you pick your starting pokemon, sorry! But if that would work for you, I'll make another tutorial on that issue!
Webmaster Tyler
August 4th, 2005, 04:29 PM
But how do u make it where u can select your gender?
pokemonhackerforever
August 4th, 2005, 05:07 PM
Uh..... I'm still working on that, but as soon as I figure it out I'll post how to do it as well!
Webmaster Tyler
August 4th, 2005, 05:19 PM
Ok cause i really need to know
pokemonhackerforever
August 4th, 2005, 05:32 PM
Okay just go into the area, that which your map is edited and right click on the intro event that you set, and highlight the old section and cut it, by right clicking it and then going to paste. Then just copy the following code into the event commands.
<>Message display options:Normal, center, auto, halt proccess
<>Message: Are you a Male or Female?
<>Wait 4.0 sec
<>Show choices: Male/Female
:[Male] handler
<>Change party members: May remove (these are just the names I chose)
<>Change party members: Ash Add
<>
:[Female]handler]
<>Change party members: Ash remove
<>Change party members: May add
<>
:End
<>Wait 4.0 sec
Now just paste the old section back in by right clicking the below the Wait command and then going to paste, and your done!
Webmaster Tyler
August 4th, 2005, 05:35 PM
Sweet that'll work perfect for my game will it work for RpGM XP
Webmaster Tyler
August 5th, 2005, 01:13 PM
um will this stuff work for RPG maker xp and how would you make that happen if you cant make a starting group on the some event
Chazzy
August 5th, 2005, 02:27 PM
do you mean how do you make your hero graphic not show, then chnage it to may or ash ?
if so, your hero graphic should be nothing (use the one attached) then when you choose your gender add a varible like , gender = 1 for boy and 2 for girl, when the intro finishes add a Fork option (conditional branch) If gender = 1 and add a else case, after the if gender =1 add a change hero sprite to a male character and on the else xcase do the same but make the sprite a girl and gender = 2
hope that helps
pokemonhackerforever
August 7th, 2005, 03:27 PM
Hey Chazzy....? If you make a small tutorial and post it here in this thread that would be great, Oh! And thanks to all that which replied with your comments!
Chazzy
August 7th, 2005, 04:28 PM
so you want me to make a tutorila for making an intro or just the gender sprite thing? reply yes or no, so i can either do it or not
pokemonhackerforever
August 8th, 2005, 10:57 AM
Well I only need one for the gender, but if you can I need to to do two things, and they are listed below;
(1)I need it to be for RPG Maker 2003
(2)It needs to go along with my intro tutorial!
So do you think you could do that, if so, it would be great!
Dudedude
August 28th, 2005, 04:57 AM
Hey,can you make me a pic tutorial?I dont really understand!
Webmaster Tyler
August 28th, 2005, 09:15 AM
Dude its not that hard i got it done in less then 5 min by reading it and the day and night is so easy to do!
imran_c
September 14th, 2005, 05:18 AM
the paart im stuck on is:
Then, go to the next square, which is next to the newly set player start condition. Now while in the right click selection go to New Event.
(3)3rd, you should now be in the event editing thing. Now you go to trigger conditions, and set it to auto-start. Then simply go to the event layer selection and set it to same level as hero. Okay now you can start to make your event commands!
BleachXP.com
September 14th, 2005, 07:52 AM
the paart im stuck on is:
Then, go to the next square, which is next to the newly set player start condition. Now while in the right click selection go to New Event.
(3)3rd, you should now be in the event editing thing. Now you go to trigger conditions, and set it to auto-start. Then simply go to the event layer selection and set it to same level as hero. Okay now you can start to make your event commands!
what i think he means is... in the square next to the start party possition. right click and go to New Event. then set the Event Start Condition to auto-start. Then change the possition to Same Level as Hero. Then do the event commands.
is that clearer?