• 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!
  • 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.

General Game Dev Help and Requests

Status
Not open for further replies.
I must not have been clear in my previous post, that was my error, so I shall
now correct it with this post:

1. There was mention of a way for commonly use buildings to be used repeatedly over various maps (Meaning a building that appears in several towns would only be needed to be made once, thus saving space and time.) in Rpg Maker 2000/2K3.

For pokemon, a building like that would be the Pokemon Center or the Pokemart... Since they are in most cities in the game. However this technique described above was ONLY for RM2K/3. Is there a script or a similar method that can be used in RMXP? Please help me if you can, and thanks for actually reading this.

Peekimon: Try this site - https://sprites.fireball20xl.com/NSA/HTML/Poke/index.html
I believe it should help you with what you need.
 
Alright I have a problem with RM2K.

Is there a way to walk over AND under a bridge(I'm using the standard RTP files of the dungeon).
Whatever I do it can only walk over it but not under it.
Could anyone fix this problem???

If you want better details then walk under a bridge in a pokemon game, then you know what I mean.
 
metabee14 said:
Alright I have a problem with RM2K.

Is there a way to walk over AND under a bridge(I'm using the standard RTP files of the dungeon).
Whatever I do it can only walk over it but not under it.
Could anyone fix this problem???

If you want better details then walk under a bridge in a pokemon game, then you know what I mean.
A tricky one, I made it with a switch and lots of events.

First make an event wiht the bridge grafic on the first page, under the hero. Then the second page over the hero and as precodtion the switch. Copy and past to make a full bridge. Now when you go down make sure the switch is one and when you get back up the switch is off.
Make sure you have events on the side of the bridge that are same as hero to prevent the hero from walking off the bridge.

Hope it helps

EDIT - lots of typo's fixed
 
Does anyone have a restored sprite of the male hero in Gold?
 
I don't remember what the character in G/S/C looked like, Neo_Genesis... so I'm going to guess the one in the attachment below.... :D
 
Sorry I should have benn more spicifec. I mean the sprite not the char set and he looks like this.........does anyone have a restored version?
 
yes, here you go(post to short):
That ones okay but does anyone have the one on the right side? Also anyone have sound effects?

-edit-how do you change font color in rmxp?
 
Last edited:
Neo Genesis said:
That ones okay but does anyone have the one on the right side? Also anyone have sound effects?

-edit-how do you change font color in rmxp?
For the right side, all you would have to do is
just flip the image... or do you mean from the backside
at the beginning of a battle?

Font Color is changed like so:
You can change the Text Color using \\c[Color ID]
The number represent the color list in the class
Window_Base starting at line #39

You can so modify or add colors.
\c[2]This is red
\c[7]And this is gray

By default, there are 7 or 8 color choices (I forget which, test
it out and see what happens), so if you want additional colors... well
I guess you'll have to import or make a small custom script that allows for that.
 
okay does anyone have a cms script i can use?
thnx in advance
 
okay does anyone have a cms script i can use?
thnx in advance

EDIT
yeah..it posted twice for some reason O.o
 
A. Anyone have Orre stuff?

B. How do you make it so that when you win a specific battle, team *insert cool sounding word* takes over the town and disappears in the end ( after beating team *insert cool sounding word*'s boss?
 
@Shinra I had two sprites posted I want the one on teh right redone.
 
Hey

I need the following things:
Emerald Fire Red Window Screen, and I would like to support the colour so tell me what hex offset is for the Female voice, male voice etc.

Thankz.
 
Neo Genesis said:
@Shinra I had two sprites posted I want the one on teh right redone.
Alright, here is my try at it, if its not up to par with what you
want, then someone else can have a go at it, but I think
I did alright.

--Edit--
Didn't go through the first time, re-trying... seems to
be up fine now, so yeah enjoy :)
 
Status
Not open for further replies.
Back
Top