• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Help and Request Thread

Status
Not open for further replies.
I need help.

On rpg maker xp how do you make 2 charecters walk around at once?
 
Ya know, I was wondering the same thing, But I think if you put two seperate move event things (in the same event) they will both move, here let me try...

EDIT: Yep it works
 
Squirrel said:
I need help.

On rpg maker xp how do you make 2 charecters walk around at once?
it's really easy,
open an event,
and select move event on the 2nd page.
here's how it works:
Code:
<>move-event (event1) move_up
<>move-event (event2) move_up
if you do 2 'move events', it is executed at the same time.
 
Plusle7888 said:
This is a big problem for me, because I am only good at using RM2k/3, and because I can't find any RMXP Pokemon CharSets.
Sorry for posting again, but this is a real problem! Not only can I not make RM2k/3 games, but I can't play them, either!

P.S. Just wondering, do you think this is a problem with my computer, my keyboard, or my copy of RM2k/3?
 
Sorry for posting again, but this is a real problem! Not only can I not make RM2k/3 games, but I can't play them, either!
Could you please clarify your problem?
 
This is just a quick question, but where can i Install the RTP? this way I can include the installation with the game so they won't have to download the trial for RMXP.
 
Blizzy said:
it can be done,
but with loads of pictures ;)
Code:
<>show_picture1 'message'
<>show_picture2 'choice, index 1'
<>key input processing: variable [input]
<>label:index1
<>branch if variable [input] = 4
  <>show_picture2 'choice, index2'
  <>goto-label index2
 :else
  <>branch if variable [input]
    <>#this happens when choice first option
  <>end
<>end

<>label:index2
<>key input processing: variable [input]
<>branch if variable input = 1
  <>show_picture2 'choice, index 1'
  <>goto-label: index1
 :else
  <>branch if variable [input] = 5
    <>#this happens when choice second option
  <>end
<>end
it requires some 'even programming' knowlegde

here's some info about branches
branch if variable [input] = number
this is fairly simple.
number = 1 (down key)
number = 2 (left key)
number = 3 (right key)
number = 4 (up key)
number = 5 (action key)
number = 6 (cancel key)

it's been a while since i opened rm2k(3) :P

yeah i aint that stupid. i know how to do cms etc. i wanted to no how to show the message and it is still there WHILE you are selecting Boy or Girl. Run a Pokemon Rom and at the start it says: Are you a boy or girl? then the Boy/Girl menu appears and the message is still there. but in rm2k3 u have to press enter or Z or watever to make the message go away THEN the Boy/Girl menu shows!!! How can u do it like the GBA Games!!!?
 
Eikichi-kun said:
Could you please clarify your problem?
Oh, sorry. it's posted on page 12 or something.
Plusle7888 said:
My RM2k3 is not working. I tried re-downloading it, but when I test play my game, the arrow keys will not move the cursor, and my Space Bar/Enter Key will not got to the selected target (New Game). I tried making a new game- doesn't work! Even my other computer, which used to run it fine, is having the same problems. Does anyone know where I can get a working RM2k3?

*edit* Argh! Now my Rm2k won't work, either!

*edit #2* Note that I'm only doing this because I can't get Pokemon (the Pokemon, not the trainers) CharSets for RMXP. If I got these (and how to make the window go full screen in RMXP), then I wouldn't care about RM2k/3.
 
Hmm...This happened a few times in RMXP, the character kept walking left every time I let go of the directional pad, I just restarted my computer and it worked fine. And there are plenty of tilesets for RMXP, and if you can't find them, convert them from Rm2k3, its not that hard.
 
It Worked

Swizzler121 said:
Hmm...This happened a few times in RMXP, the character kept walking left every time I let go of the directional pad, I just restarted my computer and it worked fine. And there are plenty of tilesets for RMXP, and if you can't find them, convert them from Rm2k3, its not that hard.
I wonder if that will work. I don't think I've restarted my computer since this happened! :D I'll edit this post if it works.

*edit* I don't believe it. That was all I had to do?! It worked! :confused:
 
Last edited:
Does anyone know how to fix the font problem on rm2k3?
 
Cursed said:
Does anyone know how to fix the font problem on rm2k3?
there should be a font fix somewhere on the net,
try a google search.
i won't give a link,
because rpgmaker(2k, 2k3, xp) are illigal,
same for it's fixes.
 
Can someone turn this into a charset(s) for rm2k3?
[PokeCommunity.com] Help and Request Thread
 
Last edited:
How do I make a screenshot of my game and post it in the forum. If someone could please help me I would really appreciate it. Thanks!!!
 
Either download MWsnap, or use Alt + print screen
Does anyone have the online script for RMXP?
 
Thank you Cursed, but when I press alt + print screen nothing happens. If someone could please help me with that I would greatly appreciate it. Also, how do I take a out of game screen from the rmxp map editor and put it on ms paint to shrink it? Thank you!!!
 
Last edited:
Cursed said:
Either download MWsnap, or use Alt + print screen
Does anyone have the online script for RMXP?
you need to have the official rmxp to open the new netplay.
bad luck ^^;
 
Status
Not open for further replies.
Back
Top