Help and Request Thread

Status
Not open for further replies.
can any one post a picture of the lighthouse(from G/S/C) because i need to recolor the graphics for my game.
thanks in advance
 
If you go to the Game Dev Resources Thread there's a tileset with the graphics recolored that I made (in GSC the lighthouse is just a big building).
 
can anyone find me the tilesets of the sprout tower the tin tower,the light house and the train station insides?
 
Can someone please tell me how to make talking bars (pressing space next to a person and they tell something)for rm3k? I'm having difficulty.
 
Super Saiyan Raditz said:
i am makeing a pokemon game and i dont know how to make the battleing system,how to add the pokemon to the game and all the basic stuff in the game like catching pokemon adding them to your party and haveing a pc creating the attacks and stuff like that.


as i was saying i need help and you have to learn how to do it some times this is my first game on rpg maker 2003 if theres a better free program can you please give to a link to the download

I think rpg 2003 is more of a Final fantasy type maker. try XP.

I need A Thunder and lightning weather type for Rpg 2003 is there any hope of making this effect out of event editing or a download?
 
I thank you for your help... however once again i am in a tough bind...
this time i downloaded a menu script for sphere "flik_menu.js" and when i try to use it [using evauate script] i get an undefined error. Also sometimes doesnt do anything and exits the game. Is there any tutorials for making a menu system in sphere that you know of?

Thanks,

Kronos
 
Does anyone have a trainstation tileset, like the one in Johto(goldenrod). But in the new pokemon graphics, not just colors.
 
can anyone post a picture of the inner Lighthouse from G/S/C so i can recolor it....or someone can recolor it and post it....

::EDIT::

CAn anyone tell me how to change the graphic of my character for running in RMXP using this script below...or if someone else has a good running script they will give that would be great...

Code:
class Game_Player < Game_Character
  alias update_old update
  def update
    if Input.press?(Input::SHIFT)
      @move_speed = 4.3
    end
    if not Input.press?(Input::SHIFT)
      @move_speed = 3.8
    end
    update_old
  end
end
 
Last edited:
its illegal to download
 
Not the free trial. Look on download.com You get it for 30 days then have to buy it.
 
dude, both the crack and the full version links are illegal so if you didn't get what they said before you shouldn't be here XD
 
Does the RPG maker xp 30 day demo work after 30 days? As in, change to beta version or something.
 
doubt it.. but I never tried it anyways so I dunno
 
is rpg maker xp better for making pokemon games than rpg maker 2003?
 
Status
Not open for further replies.
Back
Top