View Full Version : Help and Request Thread
Dawson
July 24th, 2005, 11:32 PM
Okay, the old thread was all cluttered and a complete mess. I felt it was time for a change. This time with rules to keep everything in order.
What is allowed in this thread:
-Requesting for somebody to post a chip/charset or other resources that can be ripped straight from games.
-Requesting a tutorial or where to find them
-Asking how to to perform 'simple' actions
-Asking where to get certain programs to help with your game making ie Sprite Converter
-Asking for help when your code isn't working correctly
What isn't allowed in this thread:
-Requesting somebody to custom make a chip/charset for you
-Asking how to make a CBS, CMS, Pokedex etc
-Asking for someone to give you one of the above
-Requesting warez
-Asking for someone to post their own code
When you're asking for help, go into as much detail as possible when describing what the problem is or what you want to know. There's nothing worse than trying to help someone when they've only given a brief description. If you can't be bothered to explain thoroughly, don't expect people to bother to reply.
And remember, no asking for custom stuff. Those requests never get replied to and just clog up the thread.
I will try to edit this post with the most common questions and answers to prevent people asking/requesting the same stuff time and time again.
And any posts that don't stick to these rules will be deleted. Let's see if this makes the thead more manageable.
--------------------------------------
Useful links
RPG Maker XP
www.rmxp.net
www.dubealex.com
RPG Maker XP
http://raichu.s41.xrea.com/poke/charset/index.html
Jeff_PKLight
July 24th, 2005, 11:34 PM
w00t! A new and clean thread. XD
These answers are quoted from the old one. :)
On RMXP,when i opened my project, my maps were suddenly an extremely small size on every map(20 x 15?) as a default for every project and every chipset. i know i can change size under map properties but that didnt work too well so is there any way i can change the defualt size back to normal? And i wasnt on 1/2 or 1/4 of the map by the way it was 1/1.
You mean default or your already made maps? If default, it's meant like that.
I want to make a game with RMXP but I do not understand a thing about it do you have any tutorials that will show me?
Try www.rmxp.net or its forums. Maybe as well as www.dubealex.com (and it's forums).
EDIT: Lol, you added the links on the first post XD
Demonic Budha
July 25th, 2005, 12:16 AM
Hi, i was woundering if anyone out there could get or have the Lava Auto tile from Mt Pyre in R/S/E ?
Thx
kaihachi_mishima
July 25th, 2005, 02:13 AM
Does anyone know where to find Pokemon Charsets (the pokemon not trainers and people)
Innocence
July 25th, 2005, 02:48 AM
I'll ask this again now there is a new thread: Does anyone have a harry potter charset, chipset, and/or a set of monsters. I don't care what platform, but i would prefer GB.
Sorye HK
July 25th, 2005, 05:42 AM
Does anyone know where to find Pokemon Charsets (the pokemon not trainers and people)http://raichu.s41.xrea.com/poke/charset/index.html
Here are some. Check the resources thread next time.
Datriot
July 25th, 2005, 09:09 AM
I need help, whenever I use the input name command on RMXP then all the letters go invisible, I've tried editing the script but that doesn't work, can someone help me?:(
agentalexandre12
July 25th, 2005, 01:07 PM
@datriot when the guys were translating rmxp they made mistakes translating the name input script and they made a mess of it so you cant see the letters.
does any matrix tilesets?
Dream Illusionist
July 25th, 2005, 01:15 PM
How can I put the font black instead of white?
Jeff_PKLight
July 25th, 2005, 03:27 PM
How can I put the font black instead of white?
Change the window base color to black (0,0,0,0 ... I think)
Dream Illusionist
July 25th, 2005, 03:35 PM
Sorry, but I'm not getting it :P
Jeff_PKLight
July 25th, 2005, 04:34 PM
In your Window_Base script, find ...
def normal_color
return Color.new(96, 96, 96, 255)
end
and change the numbers. (I'm assuming black is 255,255,255,255)
Dream Illusionist
July 25th, 2005, 04:38 PM
Ok, thanks a lot, Jeff! :)
Neo Genesis
July 25th, 2005, 05:28 PM
I need help, whenever I use the input name command on RMXP then all the letters go invisible, I've tried editing the script but that doesn't work, can someone help me?:(
What you need to do is go to Windows_Base in the scripts and look at line 79 it should look like..
return Color.new(255, 255, 255, 255)
change it to.
return Color.new(10, 5, 10, 255)
What this will do is change the color of the text to black so the text will be visible or you can change the window skin to a more darker skin.
Blizzy
July 26th, 2005, 11:46 AM
In your Window_Base script, find ...
def normal_color
return Color.new(96, 96, 96, 255)
end
and change the numbers. (I'm assuming black is 255,255,255,255)
actually, jeff,
def normal_color
return Color.new(96, 96, 96, 255)
end
this color is black / grey :P
(0,0,0,255) would be 100% black
Webmaster Tyler
July 27th, 2005, 05:22 PM
How do you make a movie and a map for games
Peekimon
July 27th, 2005, 06:51 PM
How do you make a movie and a map for games
You make a map, using the built-in map editor in the game makers. Movie... er, I dunno.
halfling2
July 31st, 2005, 06:16 PM
I have no clue how to use my RMXP!
halfling2
July 31st, 2005, 06:20 PM
I have Knights Edition, is that bad?
Eiken
July 31st, 2005, 07:29 PM
Does anybody have Pokemon attack sprites? I can't find them anywhere.
Kira
July 31st, 2005, 07:37 PM
Okay, so i have a problem with my game. I use Pokemon tilesets, and I add some into the background, but then, white things appear, and I do not know how to remove them O.o
Screeny: http://images.mihopa.com/images/logins/Kira/73549752.jpg
Oh, and one more question, how do you make someone go from one map to another, like a switch?
And, when I add a building, the character can walk on it. I would like it to be un-walkable, how to make that?
And, How do add Sprites, not yours, some other peep, to the map,
And, how do you make the conversation between them both?
I hope somebody can answer my questions, maybe not all at once...
Superiority
August 1st, 2005, 02:28 AM
Okay, so i have a problem with my game. I use Pokemon tilesets, and I add some into the background, but then, white things appear, and I do not know how to remove them O.o
Screeny: http://images.mihopa.com/images/log...ra/73549752.jpg
Oh, and one more question, how do you make someone go from one map to another, like a switch?
And, when I add a building, the character can walk on it. I would like it to be un-walkable, how to make that?
And, How do add Sprites, not yours, some other peep, to the map,
And, how do you make the conversation between them both?
I hope somebody can answer my questions, maybe not all at once..
er...for the sprites and convos,use events.
as for the buildings,go to the database and go to the tileset your using and make sure that the tiles of the building are on X
Peekimon
August 1st, 2005, 02:36 AM
Oh, and one more question, how do you make someone go from one map to another, like a switch?
those are teleports. You make a new event, insert a command; teleport command, choose a map, and an X-Y Coordinate, or a tile on the map.
Also, to make the person touch the event and teleport, set its Trigger to "On Hero Touch".
And, when I add a building, the character can walk on it. I would like it to be un-walkable, how to make that?
Go to your Database, Tileset editor, you will see "x" and "o"s, toggle between them to give the desired effect.
x: Unwalkable
o: walkable
And, How do add Sprites, not yours, some other peep, to the map,
If you mean "Characters", those are handled by events, just click on the white box in the event editor (the smaller one) Choose a character.
And, how do you make the conversation between them both?
Using the good 'ol message command :)
Insert new command >> Message, type in whatever, Ok. Then, run the game
I hope I helped ^-^
Kira
August 1st, 2005, 09:10 AM
Yeah, you did ^_^Thank you all. But the first question is still un-answered xDD
Oh well, I have another problem, I deleted the old file and started again, now, when I try to test play, this comes up:
http://img212.imageshack.us/img212/7797/untitled20zx.png
Help pwease ^.^ *Is acting n00bish*
Sorye HK
August 1st, 2005, 10:34 AM
Those are the variable lists. You should be able to exit that when you press ESC.
Kira
August 1st, 2005, 10:59 AM
Yes, but they come back after five secs. O.o And the first question in my first post in the thread is stil unsolved O.o
PokeCreator_09
August 1st, 2005, 06:20 PM
okay for pokemon chipsets and charsets, goto www.charas-project.net
for pokemon attack sprites, goto pokemonelite2000.com
for harry potter charsets, goto www.charas-project.net
harry potter chipsets are already built into rm2k, just compare the gameboy advance game to the basic chipsets.
and for that question about the white stuff on your chipset(the pokemon one), when you goto chipsets,import,then the file, it'll let you see the picture. Double-click the color on the picture you dont wanna see, like any color or, in your case, white
halfling2
August 1st, 2005, 08:01 PM
Okay, so i have a problem with my game. I use Pokemon tilesets, and I add some into the background, but then, white things appear, and I do not know how to remove them O.o
Screeny: http://images.mihopa.com/images/logins/Kira/73549752.jpg
Oh, and one more question, how do you make someone go from one map to another, like a switch?
And, when I add a building, the character can walk on it. I would like it to be un-walkable, how to make that?
And, How do add Sprites, not yours, some other peep, to the map,
And, how do you make the conversation between them both?
I hope somebody can answer my questions, maybe not all at once...
Where did you get that tile set? The white things are there coz they're all on the same layer. You need to change the layer when you place the building down and have the sand underneath it.
Demonic Budha
August 2nd, 2005, 02:36 AM
I have a second request to add to my first one (on pg 1)
dose anyone have the Victory Road walls the Red,yellow one with the Whity/grey roof
thx
in advance
Blizzy
August 2nd, 2005, 06:29 PM
I have a second request to add to my first one (on pg 1)
dose anyone have the Victory Road walls the Red,yellow one with the Whity/grey roof
thx
in advance
i never seen those before,
so i think you need to rip them ^__^
Webmaster Tyler
August 3rd, 2005, 03:27 PM
K i need alot of help with my game cause i want a really good battle system but mine doesnt work i want to have a pokegear a day and night system (which i tryed and never worked) im just really bad at scriping so please can anybody help me out?
Kira
August 3rd, 2005, 04:03 PM
Can someone please send me house insides R/S or FR/LG? Pwease ^.^
Webmaster Tyler
August 3rd, 2005, 04:21 PM
here you go hope these are what u wanted
Kira
August 3rd, 2005, 04:45 PM
Yes, they were, thank you xD
Webmaster Tyler
August 3rd, 2005, 04:46 PM
Yup Np does anybody have any pokemon characters sets for Rpg maker XP
halfling2
August 3rd, 2005, 07:42 PM
How do you make events like other sprites and stuff in XP?
Eiken
August 3rd, 2005, 07:43 PM
PokeCreator09,I can't find the attack sprites anywhere on Pokemon Elite 2000's site. Care to link to the page they're on
PM2K
August 4th, 2005, 02:52 PM
Does anyone have any RMXP Harvest Moon: FOMT resources?
(Tilesets, music, etc.)
Outermon
August 4th, 2005, 05:07 PM
Questions about Rm2k and Rm2k3
Rm2k
1. Can you tint worlds and if so how?
2. How do you "customize" the message box?
3. What is the max amount of ppl you can have in a party at one time?
Rm2k3
1 - 3. All of the Rm2k questions, but with Rm2k3 answers.
4. Where can i download Rm2k3?
PM2K
August 4th, 2005, 07:28 PM
RM2K:
1: Go to the Event Editor. Choose if you want the event to be push key, hero touch, auto start, or parallel process. Go to the 2nd page of the event comands and select "Set Screen Tone" Move the sliders until get the tint you want.
2: You can either make or find "System" files. You can use any paint program. The files have to be 160x80 in size. Look for tutorials on making these.
(I personally can't make any. :nervous:)
3: You can have 4 at a time.
RM2K3
1: Same thing except the command is called "Tint Screen".
2: Same thing
3: Same thing
4: I found a download at http://rpgmaker.thaiware.com/download/
Scroll down to "RPG Maker 2003 Main Program+RTP" and select
- RPG Maker 2003 1.09a (Eng) + RTP
halfling2
August 4th, 2005, 07:47 PM
Does anyone have any RMXP Harvest Moon: FOMT resources?
(Tilesets, music, etc.)I'm afraid the music is not on any of my scources. If you know how to record stuff then record the in-game music. I know how you feel. :( There's so much great music from Tales of Symphonia but they don't have the good ones. Or if you have Noteworthy or something you can make it on that.
halfling2
August 4th, 2005, 10:32 PM
RM2K:
1: Go to the Event Editor. Choose if you want the event to be push key, hero touch, auto start, or parallel process. Go to the 2nd page of the event comands and select "Set Screen Tone" Move the sliders until get the tint you want.
2: You can either make or find "System" files. You can use any paint program. The files have to be 160x80 in size. Look for tutorials on making these.
(I personally can't make any. :nervous:)
3: You can have 4 at a time.
RM2K3
1: Same thing except the command is called "Tint Screen".
2: Same thing
3: Same thing
4: I found a download at http://rpgmaker.thaiware.com/download/
Scroll down to "RPG Maker 2003 Main Program+RTP" and select
- RPG Maker 2003 1.09a (Eng) + RTP
WTF! I downloaded the English version and the installer is in Thai-ish!
halfling2
August 4th, 2005, 10:50 PM
I found a useful site for RMXP scripts. I'm sure one could answer my never-ending question: HOW DO YOU MAKE OTHER SPRITES ON THE MAP!
Peekimon
August 4th, 2005, 11:34 PM
First of all, halfling2, could you please not triple post?
Plus, what would mean "sprites"?
As Pictures, or as characters?
PM2K
August 5th, 2005, 01:21 AM
WTF! I downloaded the English version and the installer is in Thai-ish!
Wow, while looking through my files I found an English Installer+RTP!
You'll need Winzip for this to work.
(NOTE: If anyone knows how to speed up downloading these files, post.)
http://www.freewebs.com/pokemon_ig/rm2k3-install.ZIP
or
http://www.freewebs.com/pokemon_ig/index.htm
halfling2
August 5th, 2005, 03:14 PM
First of all, halfling2, could you please not triple post?
Plus, what would mean "sprites"?
As Pictures, or as characters?
I mean characters. I asked Webmaster Tyler but I got a response that I tried but did not work so I had to PM him back. And it's hard not to triple post when no one's there and I'm forgetful.
Peekimon
August 5th, 2005, 08:45 PM
I mean characters. I asked Webmaster Tyler but I got a response that I tried but did not work so I had to PM him back. And it's hard not to triple post when no one's there and I'm forgetful.
Yeah, triple posting is easy, but, try avoiding it, you only need to be patient and you might get a reply or what. Plus, if you missed something, there is always the wonderful "edit" button :)
Now, for your question;
To put a character in a map, usually an event. Insert a new event and under "Character Graphic" or whatever, double click on the space below, then, select the graphic you'd like for the character. :)
PM2K
August 5th, 2005, 09:26 PM
Does anyone have Pokemon Ruby and Sapphire Font and if so, how do you change the font in RMXP?
Peekimon
August 5th, 2005, 09:53 PM
Does anyone have Pokemon Ruby and Sapphire Font and if so, how do you change the font in RMXP?
Donno about the font but to change the font in RMXP. In your script editor, find "Main"
And, you should see "$fontface" or "$defaultfonttype"
Edit the name in ", for example, from "Tahoma" to "whatever"
Also, it must be a valid font on your compie.
halfling2
August 5th, 2005, 11:30 PM
Yeah, triple posting is easy, but, try avoiding it, you only need to be patient and you might get a reply or what. Plus, if you missed something, there is always the wonderful "edit" button :)
Now, for your question;
To put a character in a map, usually an event. Insert a new event and under "Character Graphic" or whatever, double click on the space below, then, select the graphic you'd like for the character. :)
There is no "character graphic", just change hero graphic. And I have another question, does anybody know how to make moving platforms?
Peekimon
August 6th, 2005, 12:21 AM
There is no "character graphic", just change hero graphic. And I have another question, does anybody know how to make moving platforms?
No, not in the commands, ya know, in the main editor there is a thingy called "Graphic" underneath is a white box, double click on that.
And, moving platforms, like in the Battle Sys? If so, by pictures.
halfling2
August 6th, 2005, 02:33 AM
By main editor you mean rescource manager or database?
No, like moving platforms on the map. Too many questions. I don't know how to put another pic of the animation in. (Like the second one in Spear Tech)
Demonic Budha
August 6th, 2005, 09:06 AM
I have a second request to add to my first one (on pg 1)
dose anyone have the Victory Road walls the Red,yellow one with the Whity/grey roof
thx
in advance
Anyone looking for these chips i am posting them in the resource thread
sobeman459
August 6th, 2005, 10:52 AM
Im looking for some1 to help me make a map for my game(quote not a mapper) i need the pic as u see when u fly/look in the menu if u can help pm me for details thx:-D
PM2K
August 6th, 2005, 01:44 PM
Does anyone have a Celedon Department Store Tileset?
halfling2
August 6th, 2005, 01:59 PM
Does anyone have a Celedon Department Store Tileset?
Do you have any Pokemon tileset? Lemmesee! I thought that Celadon Dept. was the same as all Marts cept w/stairs, isn't it?
Sorye HK
August 6th, 2005, 02:20 PM
Checking the resources thread could. Help.
PM2K
August 6th, 2005, 03:59 PM
Okay. Whenever I'm at the reasource thread and I click on links to zip files, nothing happens. It just leaves a blank screen. Also any attached thumbnails are gone and I can't look at them. Anyone know why?
Yuoaman
August 7th, 2005, 01:41 AM
Umm...This is embarasing......I do not know a THING about RMXP! And I am trying to make a game, so I was wondering could someone teach me?
(P.S. I tried tutorials and now i'm even more confused.)
Peekimon
August 7th, 2005, 02:47 AM
By main editor you mean rescource manager or database?
I mean when you insert an event, something comes up, am I correct? That one.
Umm...This is embarasing......I do not know a THING about RMXP! And I am trying to make a game, so I was wondering could someone teach me?
(P.S. I tried tutorials and now i'm even more confused.)
Err... first of all, fiddle around with the program. Seriously, I played around with it and I got to know RMXP. Just try and try and etc. And, if you are confused with a thing, don't be afraid to ask your questions over here. Plus, it is not embarassing, I even didn't know a thing in RMXP. Just a little patience and trying and you could master it :)
halfling2
August 7th, 2005, 01:27 PM
Yes! It works! Finally! Thank you!
Okay, pushing that aside, how do you change the thing in graphics. (I can get the arrow shooting but not hitting.)
zoradude113
August 7th, 2005, 03:47 PM
Looking for Link to The Past Resources, tiles, sprites, midis, exe. Any site or file would be much appreciated. Also looking for Megaman X 1 .wav sound effects.
Shikou Sakka
August 7th, 2005, 11:27 PM
does anyone here use sphere?
or does anyone here know where to find good sphere code tutorials?
Webmaster Tyler
August 8th, 2005, 01:01 AM
I was wondering if any body is a good scripter and coul make me a battle system and a manu system and also could somebody make one of those pokemon menus and pokeball catching scripts cause mine dont work.
and does anybody have a good cave chipsets!
Aisu K.
August 8th, 2005, 02:19 AM
I have a bit of a problem. I get this error when trying to edit my game:
"game directory goes here" An unknown error occured while trying to process this directory."
It's in RMXP, and it just... started happening after I restarted the computer.
spike6958
August 8th, 2005, 07:04 PM
does anyone have any good tutorial's for sphere that will help me to make my pokemon game
halfling2
August 9th, 2005, 03:18 PM
How do you create a carriable party of up to 12 people? You know how you have 6 Pokemon but you can only use 1 or 2 in battle.
PokeCreator_09
August 9th, 2005, 03:58 PM
I was wondering if any body is a good scripter and coul make me a battle system and a manu system and also could somebody make one of those pokemon menus and pokeball catching scripts cause mine dont work.
and does anybody have a good cave chipsets!
read this threads rules. You can't request a CBS, CMS, or Pokedex system.
start your own thread about your game and recruit members for that. just don't want you to get into trouble so i'd remove that post if i were you, or edit it.
Ken124
August 10th, 2005, 08:19 AM
could someone please post some updated gs graphics from your games or ones that you have created please please.
Veemon
August 10th, 2005, 01:31 PM
What is the best legal Pokemon game maker I can use?
halfling2
August 10th, 2005, 03:35 PM
Okay, to put it in better words: Does anyone know a script to make the party larger in RMXP? And can somone tell me how to make moving tiles that move your character with it?
Webmaster Tyler
August 11th, 2005, 04:50 PM
I need help k im adding a radio to my game and i need to add it to my menu but when i play my game i click on it and it comes up toi an error can somebody help me please
halfling2
August 11th, 2005, 06:18 PM
I can't help you. Is it like the listen to music option 'cept in gameplay?
Webmaster Tyler
August 11th, 2005, 06:29 PM
yea like you make ur own channel its kind of like in gold and silver
Veemon
August 12th, 2005, 10:46 AM
Ok, to put this in better words, what legal Pokemon game maker can I use and please tell me the url.
sphereslayer
August 12th, 2005, 11:19 AM
What's the point in getting a legal game maker? When technically your making an illegal game (ripped graphics...etc.) Sphere is completly legal, but then again its bloody hard to start out with but if you stick at it, it becomes easier and things make more sense
halfling2
August 12th, 2005, 04:25 PM
Aggh, my Local Switch Operations don't work! How are they supposed to work? I have the "local switch A must be on" along with "local switch operation: A, on" but it doesn't work!
Also, the moving picture coordinates don't make sense.
TheOnly
August 13th, 2005, 12:31 AM
i was wondering how to use rmxp for makiong pokemon games like uploading ur sprites?
sobeman459
August 13th, 2005, 12:48 AM
Im looking for bk and front battlers of the first 151 pokemon can anyone help?
Webmaster Tyler
August 13th, 2005, 02:18 AM
Does anyone have a gif convertor so i can convert to png
halfling2
August 13th, 2005, 03:56 PM
i was wondering how to use rmxp for makiong pokemon games like uploading ur sprites?
You go to rescource manager and import them after you save them to your computer. Look in the rescource thread to find tilesets and such.
Kitsune_girl
August 13th, 2005, 04:18 PM
Does anyone know how to make a movie/cutscene at the begening of the game, befor you can even move the main character?
halfling2
August 13th, 2005, 11:36 PM
Does anyone know how to make a movie/cutscene at the begening of the game, befor you can even move the main character?
Umm, I always have to move the character at least once. I guess you make an event and make it auto start. But make sure to erase it after because then it either starts over or you can't move, just in case you didn't know.
Sorye HK
August 14th, 2005, 01:05 AM
Does anyone know how to make a movie/cutscene at the begening of the game, befor you can even move the main character?
Well, you could do an auto start event as halfling2 said. IM/PM me if you need anymore help.
zoradude113
August 14th, 2005, 05:58 AM
I'm having trouble with adding pics to my rm2k3 game. It says, "the file could not be opened" and exists the game. Possibly a formatting error? If anyone can help me out it would be great!
halfling2
August 14th, 2005, 04:46 PM
Webmaster Tyler: Huh? What are you talking about? The game?
zoradude: No idea.
Smarties-chan
August 14th, 2005, 06:00 PM
I know absolutely nothing about scripting, is there any simple scripting tutorial that tells you how to do everything step by step?
Kitsune_girl
August 14th, 2005, 10:25 PM
Umm, I always have to move the character at least once. I guess you make an event and make it auto start. But make sure to erase it after because then it either starts over or you can't move, just in case you didn't know.
Thanks, it worked:)
By the way, how do you make monsters randomly appear? I'm trying to make a cave where they appear, but I have no clue how to do it.
Sorye HK
August 14th, 2005, 11:28 PM
Variable operations>>Random Number Between (from 0 to whatever number you wish)
And then do a conditional event for each number.
Or if you're just using the DBS, you could just right click on the map you wish to use, then click on "New Area." Then select the specific monster group that you wish to use.
Just tell me if you don't get that.
Kitsune_girl
August 16th, 2005, 01:36 AM
Thank you, that helped alot :classic:
sobeman459
August 16th, 2005, 10:48 AM
Im looking for a rmxp sprite for a robed man pokemon style thx
ps can i get one in dark blue and one in black with his hood down i dont care how the face looks thx
spike6958
August 16th, 2005, 07:43 PM
does anyone have a complete pkmn fr/lg/r/s/e tileset
AbareMax
August 16th, 2005, 10:08 PM
Alright, I've got two questions. I have been working with RM2k3 for about a year, but I seem to run into this problem a lot. Whenever I try to import a picture, it says "Invalid Color Depth" or "Unsupported PNG". I have Photoshop, but I don't know how to change the settings.
My second question, is about 'moving the pictures' around. For example, I am trying to make an introduction and move some of the Pokémon around like a battle scene or something. I hope that explains it.
Thanks in advance
AbareMax
halfling2
August 16th, 2005, 11:19 PM
Variable operations>>Random Number Between (from 0 to whatever number you wish)
And then do a conditional event for each number.
Or if you're just using the DBS, you could just right click on the map you wish to use, then click on "New Area." Then select the specific monster group that you wish to use.
Just tell me if you don't get that.
Well, in my game every time you make a new map you can put the encounter rate, but I don't know how you do the grass thing without it being really screwed up and having an event for each area where you enter the grass, plus the thing with cutting the grass. I was just thinking about it, I'm not making a Pokemon game yet so I haven't tried.
Yggdrasill
August 17th, 2005, 03:44 PM
I'm searching for all the attack animations of Pokemon R/S.
Not the Pokemon themselves, but the attacks.
Are there some out already?
halfling2
August 17th, 2005, 09:06 PM
It's really difficult to find the attack animations, the most experienced people I know can't even get them.
[_DarkDragon_]
August 17th, 2005, 10:54 PM
Does anyone have or know where to find a "Dragon Ball Z: Legacy of Goku 1 & 2" & "Dragon Ball Z: Buu's Fury" tileset? and charas?
GymLeaderLance99
August 19th, 2005, 08:55 PM
Does anyone who has used rm2k3kid's Complete Pokemon Center chipset tell me how to make the stair animation using it? Also, does anyone have a Sudowoodo charset I can use?
Sorye HK
August 20th, 2005, 01:25 AM
I think that rm2k3kid may have used some tile substitution events to do the stairs animation.
Tetsu
August 20th, 2005, 11:18 AM
I am using RPG Maker XP Postality Knights Edition to create a few games I thought of. Unfortunatly, I'm only workign on the Database and not maps right now. Anyway, My game involves the passing and manipulation of Time, and I've run into a problem. After much babblign here's my question:
How do I make a 'status' effect that would show a 'slowed' effect, such as that of Final Fantasy or other such RPG's where it cuts the targets speed.
halfling2
August 20th, 2005, 05:51 PM
Easy, you create a status effect that lowers speed! I think one already exists, but if you mean animation then you need to tell me how to do that.
spike6958
August 20th, 2005, 11:25 PM
does anyone have or know were i can get dragonball z and star wars resources for rpgmaker xp
Smarties-chan
August 21st, 2005, 11:29 AM
Is there a lilycove chipset out there somewhere? If there is could someone give me a link?
Andrej #
August 21st, 2005, 12:34 PM
1.How to make pkmn battle system in Rpg Maker 2003??I mean something like in Pokemon Light
2.How to make pokedex??
3.How to make PC to withdraw your pkmn
Are there any tutorials or scripts for it??
ronster486
August 21st, 2005, 01:48 PM
Where do you find the English version of RPG Maker XP.
Bruno1440
August 21st, 2005, 02:29 PM
How can i put the levels of the pokemons in the hp bar??becouse if i use the paint i have to put lots of them!one for battleground!!
sketch
August 21st, 2005, 02:49 PM
Does anyone know of a 3D game maker that makes games like zelda style N64?Something that would be free and easy.This would really help me.And if not,could somone help me making a 3D game if possible?
Webmaster Tyler
August 21st, 2005, 03:23 PM
I dont think theres any out yet!
Possibly game Maker Might do it!
sketch
August 21st, 2005, 03:27 PM
Ya,but don't you have to pay and get the full version to do that?
Webmaster Tyler
August 21st, 2005, 03:40 PM
No you dont heres the link to download it!
http://www.gamemaker.nl/download/gmaker.exe
ronster486
August 21st, 2005, 05:17 PM
I have a small problem in RPG Maker 2003. I got it so my character can go down stairs but when he teleports, he can't move.
Webmaster Tyler
August 21st, 2005, 05:18 PM
It could be the tileset u might have to change in the one general thing or whatever
ronster486
August 21st, 2005, 05:25 PM
I changed it so you can pass through it but it still doesn't work...
Webmaster Tyler
August 21st, 2005, 05:26 PM
hmm thats odd
I had the same problem so i had to remake my game!
ronster486
August 21st, 2005, 05:33 PM
Darn, I already got the first town built and everything. For now I got it so you just get a message that says you have to go, you leave the house and you can't go inside till later.
Datriot
August 22nd, 2005, 11:14 AM
hiya, does anyone know how to call a common event in rgss? I really need to know this.
Webmaster Tyler
August 22nd, 2005, 03:33 PM
I some help. k.
When ever i try adding things to the menu i can get to the game and when i want to go to the menu i always get and error it says:
???? 'Scene_Menu'? 69 ??? name error
Undefined local varible or method `update_Command" for # <scene_Menu:0x453b1d0
and heres lines 60 through 79
#--------------------------------------------------------------------------
# ● フレーム更新
#--------------------------------------------------------------------------
def update
# ウィンドウを更新
@spriteset.update
@command_window.update
# コマンドウィンドウがアクティブの場合: update_command を呼ぶ
if @command_window.active
update_command
return
end
# ステータスウィンドウがアクティブの場合: update_status を呼ぶ
if @status_window.active
update_status
return
end
end
What do i have to change?
Shadow Death
August 22nd, 2005, 03:47 PM
I'm new to RMXP so can someone make me a tutorial to the basics?
Webmaster Tyler
August 22nd, 2005, 06:50 PM
I need help i Just made a script to make a pokemon menu and when efver i call the script it says
?????????? Name Error??????????
Unitialized constant Interpreter::CPM
Wht should i do so itll work?
stunt296
August 22nd, 2005, 08:28 PM
I need the battle system of pokemon R/S/FR/LG
sketch
August 23rd, 2005, 12:58 AM
Thanks W.Tyler,I'll try it out.You know,someone should make a game maker that makes polygon 3D games like rpg maker series or something.That would be used a ton!
shadow909
August 23rd, 2005, 02:23 AM
if i can post this(if i can reqeust this)
can anyone make this custom pokemon i skecthed into a sprite please.
ill give you full credit
i put it in manage attachments because it was too big.
Andrej #
August 23rd, 2005, 07:05 PM
http://i5.photobucket.com/albums/y161/Andrejzuzi/jakisspriute.png Here's Sprite :) Thanks to me :) And by the way-nice colors :)
shadow909
August 23rd, 2005, 07:35 PM
ho my god!!!!! thanks a whole bunch!!!!!!!!!!!!!!!!!111
Blizzy
August 24th, 2005, 12:08 PM
I need help i Just made a script to make a pokemon menu and when efver i call the script it says
?????????? Name Error??????????
Unitialized constant Interpreter::CPM
Wht should i do so itll work?
you could use mine :)
but i'm kinda messing with it...
so i'll repost it when i got it ready
there still might be a topic which contains it...
I'm new to RMXP so can someone make me a tutorial to the basics?
i did one in the toturial forum
(rgss only)
clicky (http://www.pokecommunity.com/showthread.php?t=35696)
halfling2
August 24th, 2005, 03:55 PM
Does anyone know where to get DirectX? I had a link on a CD, but it doesn't work and screws up my computer.
Andrej #
August 24th, 2005, 06:36 PM
Do you now some good CBS??Where can I find finished pokemon battle system??
BTW.Jeff,you're battle system is great,and a lot of people waits for some CBS.Could you post example of your CBS??
MyticZero
August 25th, 2005, 05:57 AM
Where can i find RPg Maker XP in engilsh i hav it in spanish
Sorye HK
August 25th, 2005, 07:51 AM
You are not allowed to request RMXP on the forums. Halfing 2, you can get direct X, or update the version anyway on microsoft.com.
DarthMCSmith
August 25th, 2005, 04:59 PM
hi every one Im new here and im not sure where this question is supposed to go so i'll put it here is there a way to transfer a ROM file into game maker
Webmaster Tyler
August 25th, 2005, 05:02 PM
No But you could do that with rom hacking
DarthMCSmith
August 25th, 2005, 05:16 PM
alright thanks is there any site that can tellme how to ROM hack cause I am clueless
Webmaster Tyler
August 25th, 2005, 05:31 PM
Go to the rom hacking forum that'll tell you how
halfling2
August 25th, 2005, 05:39 PM
You're not aloud to ask for ROMs in the entire site. It doesn't mean that I haven't been doing it......
DarthMCSmith
August 25th, 2005, 05:43 PM
m not asking for ROMs im asking on how to change ROMS
Webmaster Tyler
August 25th, 2005, 05:53 PM
Yea then go to Rom hacking forum and it has stuff on how to do it!
Datriot
August 27th, 2005, 10:01 AM
hiya, don't know if I should put this here but if anyone is having problems with rgss scripting and stuff, just use this help manual.:)
metabee14
August 27th, 2005, 10:47 AM
hiya, don't know if I should put this here but if anyone is having problems with rgss scripting and stuff, just use this help manual.:)
Sweet, thanks Datroit, that really helped me, I'm a n00b/newb to scripting.
Dudedude
August 27th, 2005, 02:09 PM
I dont mean to sound like an complete idiot...but can someone postme the tilesets of every thing?
I need them in seperate links as I dont have a printer and scanner......
PLS AND THANK YOU!!!!!
Webmaster Tyler
August 27th, 2005, 02:59 PM
Go to the request thread and go to the old link thats there!
Steven Hughes
August 27th, 2005, 03:25 PM
Sphere (http://www.spheredev.net/main.php)
on this site, i'm trying to download the program, what is the Diff. between Binaries and DLLs? i need help (newb)
Sorye HK
August 28th, 2005, 04:18 AM
I thought that the binaries were the entire files needed, and that the dlls were just the .DLL extension files.
Smarties-chan
August 28th, 2005, 09:54 AM
Are there any golden sun chipsets out there? If there are please give me a link. Thanks in advance.
rpg pokemon
August 28th, 2005, 08:17 PM
How do you make a charset. I need to know to make my pokemon game.
Webmaster Tyler
August 28th, 2005, 11:56 PM
Just draw what you want your character to look like in a smaller form!
rpg pokemon
August 29th, 2005, 07:54 AM
You cant just put it on paint it has to be converted in so way to go on rpg maker.
Demonic Budha
August 29th, 2005, 10:55 AM
you can make it in paint.
mabey you should word your question better?
rpg pokemon
August 29th, 2005, 11:38 AM
Well you cant just paste it on piant it has to put on a speical backkground thing. This seems conplicated so if somone could pm and i could send the stuff i want to be changed so it can go on rpg maker then that would be great.
Sorye HK
August 29th, 2005, 12:24 PM
Well, how about just pasting over an original charset with the pics that you have? Then change the white or whatever BG the original charset (the one you just pasted) had, and change it to the same BG colour as the file you pasted it on?
rpg pokemon
August 29th, 2005, 04:13 PM
Well i have tried that and colours go funny and it doesnt work.
Dragonair-kun
August 29th, 2005, 04:30 PM
I've got some questions or I need help o.o
1. When you make a map or put stuff on it, some tiles have white backgrounds, how do you make it match the other background as grass, snow etc.?
2. How do you make people warp into another map?
3. How do you make a new map or new area?
4. Are you allowed to ask for chipsets? If you are, where can you find Fire Red chipsets?
5. How do you load a chipset you added and use that set?
I sound like a n00b~ :x Thanks
Webmaster Tyler
August 29th, 2005, 04:34 PM
You should read the help file in what ever rpg maker your using!
Dragonair-kun
August 29th, 2005, 04:41 PM
Okay, thanks. I sound stupid x.x;
Webmaster Tyler
August 29th, 2005, 04:45 PM
Not really your probally jsut a newbie at making games!
Dragonair-kun
August 29th, 2005, 04:55 PM
Thanks ^_^ There's this HTML Help File, I don't get a thing, do you know the answers to 4, 2 and 5? I hope I ain't a pain~
Webmaster Tyler
August 29th, 2005, 05:07 PM
To warp you need to go to events and go to number 2 and click teleport.
To load chipsets and stuff go to tools -> Resource maneger and then upload them from there!
And ill try and find the chipsets you asked for!
Dragonair-kun
August 29th, 2005, 05:22 PM
Wow, thanks ^_^ Gladly appreciated. One more question, how do you make a tileset fit into the background color, it's white on the selecting tileset screen, how do you change it's background surrounding it?
Edit:
Webmaster Tyler
August 31st, 2005, 02:19 AM
Um does any body have a set for the flashing TV?
mewX
August 31st, 2005, 07:06 PM
I could make one, but I haven't got a RS Rom yet (In FR/LG there is now flashing).
Maybe I make it tomorrow.
Batesymon
September 3rd, 2005, 12:57 AM
I would like to know if any of you have a Futurama Chip and/or Charset. I looked on GamingGroundZero (I think it was called that) and they had a Charset. The problem was they looked too weird for it and Bender just... Wasn't Bender. So if anyone has a better one, thanks. If not, I'll have to put up with their work. It's okay.
Peekimon
September 3rd, 2005, 01:05 AM
I've got some questions or I need help o.o
1. When you make a map or put stuff on it, some tiles have white backgrounds, how do you make it match the other background as grass, snow etc.?
2. How do you make people warp into another map?
3. How do you make a new map or new area?
4. Are you allowed to ask for chipsets? If you are, where can you find Fire Red chipsets?
5. How do you load a chipset you added and use that set?
I sound like a n00b~ :x Thanks
I'm assuming you are using RMXP.
1: Put your "background" tiles in the first layer. And the ones with white backgrounds, second or third
3: In the maps List. Right Click, New map.
Webmaster Tyler
September 3rd, 2005, 01:28 AM
I already helped her/he out all ready and i dont think anybody made futurama character sets and chip sets
Batesymon
September 3rd, 2005, 01:44 AM
I already helped her/he out all ready and i dont think anybody made futurama character sets and chip sets
Rats.
If they made Futurama on the GBA I wouldn't have this problem. >>
Looks like it's up to me to make a crap one.
Webmaster Tyler
September 3rd, 2005, 05:13 AM
Does any body have Berry Trees like in ruby and sapphire
mewX
September 3rd, 2005, 06:43 PM
Can someone give me the backdrops of FR/LG ?
I've got the backdrops from R/S, but they are a little bit different from them of FR/LG.
Thanks.
The Dark Jedi
September 3rd, 2005, 06:52 PM
Can sombody give a ash charecter sets?
Tsukasa
September 3rd, 2005, 08:31 PM
I need a charset of Hiro from pokemon gold,but in the style of pokemon FR/LG,and Ruby and Sapphire.And/Or Front and back poses
Webmaster Tyler
September 3rd, 2005, 08:33 PM
Heres the Hiro one
Hope these are good
Webmaster Tyler
September 3rd, 2005, 08:35 PM
Sorry for the double post heres some more
Tsukasa
September 3rd, 2005, 08:39 PM
nice but i also need front and back poses ^^;;
pokerob
September 4th, 2005, 10:07 AM
These are really needed as they're the main bit of the game.
I need Charsets of Pokemon starters from Johto to their final stages.
I need them to walk around.
Ive looked so many places and have had no luck so far please can someone help me!! :D
Webmaster Tyler
September 4th, 2005, 05:38 PM
Try The Pokemon Resources thread
mewX
September 4th, 2005, 07:27 PM
Hi!
Has anybody made a script for the refelction in some water yet?
I can't make it, but maybe someone can make it?
Or is there a refelction-system already existing?
thanks.
sobeman459
September 5th, 2005, 04:16 AM
loking for someone to make me a character set for rmxp i need a robed figure for my intro i would like a brown robe but if i can get a few recolors to that would be great thx
Demonic Budha
September 5th, 2005, 10:24 AM
MewX :
there is a good reflection script on RMXP i cant remember who scripted it is under the thread name Reflection.
ztrex
September 5th, 2005, 05:32 PM
How do i make a dang title!? Every time i try the picture comes up black/blank! I'm using RPG maker 2003.
mewX
September 5th, 2005, 06:57 PM
I found my tutorial. Okay, but can someone give me the reflection-char of the fr/bg ash? thanks.
Cursed
September 5th, 2005, 07:15 PM
Who will help me make a Pokemon CBS? Will give credit!!!
youngotaku
September 6th, 2005, 12:59 AM
whats a "good" size for a normal town??
Blizzy
September 6th, 2005, 01:28 PM
whats a "good" size for a normal town??
well, it depends what kind of town you are making,
but i think 30x28 will be a good size
I found my tutorial. Okay, but can someone give me the reflection-char of the fr/bg ash? thanks.
there is an script on rmxp.net forums which allows
you to reflect in the water.
proof (http://i5.photobucket.com/albums/y192/shininggold/Reflection.png)
ztrex
September 6th, 2005, 05:13 PM
Untitled:65423
I get that everytime i try to test play my game. Anyone know what it means?
Blizzy
September 6th, 2005, 06:59 PM
Untitled:65423
I get that everytime i try to test play my game. Anyone know what it means?
probably a bug in rmxp,
i suggest downloading rmxp again,
or reinstall it
youngotaku
September 6th, 2005, 08:40 PM
umm basic question but on RMXP how do u change the font color and transparency of the message box
ztrex
September 6th, 2005, 11:57 PM
probably a bug in rmxp,
i suggest downloading rmxp again,
or reinstall it
I thought i forgot something, i'm using RPG Maker 2003, as i couldn't get any working links for RMXP.
KerrekTrogdor
September 7th, 2005, 12:01 AM
Where do you find the English version of RPG Maker XP.
I'd like to know this too. The rmdownloads.com site is down, so I can't find any other alternative.
funnybunny
September 7th, 2005, 06:04 AM
How do I make a cbs on rm2k3?
By using a lot of common events, pictures and good advanced coding.
(I know that didn't awnser your question but that was a stupid question and you know it! Try learning who to make a basic menu first. Or at least how to move an arrow with the imput command.)
Cursed
September 7th, 2005, 06:09 PM
I would like Chipsets, pleaze.
Dawson
September 7th, 2005, 06:15 PM
Cursed, you clearly haven't read the thread rules in the opening post.
What isn't allowed in this thread:
-Asking how to make a CBS, CMS, Pokedex etc
Please don't request help in making such complex stuff as custom systems, you wont get any decent replies anyway.
You can find chipsets, and any other resource, in the Resource Thread (http://www.pokecommunity.com/showthread.php?t=49139). That's the whole point of the thread. You know? To post resources.
Cursed
September 7th, 2005, 06:25 PM
My computer won't load most of them.
ztrex
September 8th, 2005, 12:13 AM
How do i insert People, Pokemon, ETC into my maps? I'm using rm2k3
sketch
September 8th, 2005, 12:34 AM
Does anyone have any wind waker rips like eyes or anything?Here's an example of what I need,this is from OoT.
youngotaku
September 8th, 2005, 12:35 AM
ztrex-use events, then set ur event graphic
This is really noobish but im having some map and layer problems my charecter can walk over everything and i tried adjusting the passibility and it didnt work. (IM using RMXP)
ztrex
September 8th, 2005, 01:28 AM
Could you please explain that better?
Cursed
September 8th, 2005, 01:35 AM
His Rm is sort of like Glitch city in Red/blue (you can walk where you shouldn't).
PokeCreator_09
September 8th, 2005, 01:40 AM
OKay, I'm definately not a noob, and i've already searched the web, gotten tons of viruses blocked with McAfee doing so, and i still have nothing. So, will somebody please put up a cave chipset if they have one. And if anyone's looking, I'm recruiting members for my team(Rm2k/3).
mewX
September 8th, 2005, 04:19 PM
Have a look at this thread:
Game Dev Ressources (http://www.pokecommunity.com/showthread.php?t=49139)
Dawson hat posted many chipsets, there will be a cave chip.
Blizzy
September 8th, 2005, 04:54 PM
i'm wondering if someone got the fire red
front boy/girl sprite and the badges, if so, can you post it,
i really need it badly for my 'starter kit' :)
i almost got the trainercard working,
then i put the name-input in with the keyboard.
and when that's done,
i'll post a little 'edittable' test demo
Umbreon's Shadow
September 8th, 2005, 05:18 PM
You can find badges at the Resources thread in HotS.As for the trainers,i could rip the girl trainer.I dont know if this is what you want though.
http://img.photobucket.com/albums/v687/Death2004/FRLGhero.gif
Edit: Here ya go.They were ripped by Castrainer(Now Deviruchi i think).http://img.photobucket.com/albums/v687/Death2004/Castraineri1.png
GymLeaderLance99
September 8th, 2005, 06:10 PM
^Would you happen to have the Johto badges?
youngotaku
September 8th, 2005, 07:12 PM
i know i asked this before but i just need this question anwsered and i can start my game( i know coding well now) soo...This is really noobish but im having some map and layer problems my charecter can walk over everything and i tried adjusting the passibility and it didnt work. (IM using RMXP)
sketch
September 8th, 2005, 09:41 PM
Does anyone have any wind waker rips like eyes or anything?Here's an example of what I need,this is from OoT.
Can anyone help with this like find or rip it!?I need it desperately!!!
Blizzy
September 9th, 2005, 05:23 AM
You can find badges at the Resources thread in HotS.As for the trainers,i could rip the girl trainer.I dont know if this is what you want though.
http://img.photobucket.com/albums/v687/Death2004/FRLGhero.gif
Edit: Here ya go.They were ripped by Castrainer(Now Deviruchi i think).http://img.photobucket.com/albums/v687/Death2004/Castraineri1.png
thanks!
i really needed that :)
i know i asked this before but i just need this question anwsered and i can start my game( i know coding well now) soo...This is really noobish but im having some map and layer problems my charecter can walk over everything and i tried adjusting the passibility and it didnt work. (IM using RMXP)
are you using the resolution script?
if not, it's a bug in rpg maker,
re-try it in another project, or re-install rmxp
Pete
September 9th, 2005, 05:28 AM
Does anyone have a cave chipset (frlg style)?
I reaaly need one. Thanks.
Umbreon's Shadow
September 9th, 2005, 10:53 AM
You can find some at the Resources thread,but i personally think the Mt Moon is better s i will link to it.
http://img.photobucket.com/albums/v386/phoenix316/Cave1byRm2k3kid.png
Pete
September 9th, 2005, 07:05 PM
Great! Since the resources thread restarted, I couldn't find one.
halfling2
September 9th, 2005, 08:50 PM
Does anyone have any Golden Sun Chipsets?
Blizzy
September 10th, 2005, 08:46 AM
Does anyone have any Golden Sun Chipsets?
if you look on rmxp.net,
there is a guy who is replicating the battle system.
in his project are loads of resources.
GymLeaderLance99
September 11th, 2005, 04:58 AM
Can anyone tell me how to make an event that will let the hero surf? I tried one, but it didn't quite work well, and I also want to be able to change the hero's graphic to a SURF-ing one, but the heroine in my game doesn't have a Surf graphic, so for her, I'd have to make her be able to walk on the water until I find a more complete charset for her. I'll post it here in case anyone wants to try making the graphics.
youngotaku
September 11th, 2005, 02:11 PM
Quote:
Originally Posted by youngotaku
i know i asked this before but i just need this question anwsered and i can start my game( i know coding well now) soo...This is really noobish but im having some map and layer problems my charecter can walk over everything and i tried adjusting the passibility and it didnt work. (IM using RMXP)
are you using the resolution script?
if not, it's a bug in rpg maker,
re-try it in another project, or re-install rmxp
The Rtp works fine so i think the problem is with the chipset but i cant tell what the problem is its fangkings really big chipsetChipset (http://img.photobucket.com/albums/v92/youngotaku/completejohto3hn.png)
halfling2
September 11th, 2005, 05:53 PM
if you look on rmxp.net forums,
there is a guy who is replicating the battle system.
in his project are loads of resources.
Could you give me a link to it?, because it will take forever for me to find it.
Demonic Budha
September 13th, 2005, 07:44 AM
Dose anyone have the animated Lava tile from Mt Pyre Volcano (and areas aroung Groudan) If so can i please have it, also dose anyone have a statue like the growlith one but with a bellsprout (ie upgraded G/S/C staute)
Thx
DMC BDA
Blizzy
September 13th, 2005, 03:57 PM
Could you give me a link to it?, because it will take forever for me to find it.
look at; project discussion > basic topic > golden sun battle.
or else use search function.
sketch
September 13th, 2005, 10:02 PM
Can anyone help with this like find or rip it!?I need it desperately!!!
Sorry to say this again,but can anyone reply or get me this?I Seriously need it!
Webmaster Tyler
September 13th, 2005, 11:06 PM
You need to tell use what you need
sketch
September 13th, 2005, 11:44 PM
I posted it earlier but I'll say it again.Can anyone make or have to give and Windwaker 3D resources like eyes or something?I need eyes most.Here's an example of what I'm looking for.It's from Oot.
Webmaster Tyler
September 14th, 2005, 12:41 AM
Dude that would be really hard to do
Plusle7888
September 14th, 2005, 05:00 PM
Is there any way to make a Pokemon game in Game Maker 6?
Webmaster Tyler
September 14th, 2005, 09:13 PM
YEa if course you could alot of p;eople have
HikariSora
September 14th, 2005, 10:29 PM
I need Ruby/Sapphire Character sets for RMXP.
Most of the chara sets for RMXP are in FR/LG style. IE: Avatar's and FK set.
F/L's sprites are in a different view so mixing it with Ru/Sa's set wouldn't look good.
And, How do you change the text/textbox in RMXP to somethng like the Pokemon Starterkitt..
GymLeaderLance99
September 14th, 2005, 11:18 PM
Can anyone tell me how to make an event that will let the hero surf? I tried one, but it didn't quite work well, and I also want to be able to change the hero's graphic to a SURF-ing one, but the heroine in my game doesn't have a Surf graphic, so for her, I'd have to make her be able to walk on the water until I find a more complete charset for her. I'll post it here in case anyone wants to try making the graphics.
Please help me out here...
Plusle7888
September 15th, 2005, 12:05 AM
Is there any way to make a Pokemon game in Game Maker 6?
Does anyone know a good tutorial to make a GM6 Pokemon game?
Sorye HK
September 15th, 2005, 10:08 AM
To GymLeaderLance99:
How about making a conditional event?
eg: when player touches "terrain 1 tile" (here, the terrain 1 tile is set as the sea tile)
change graphic (surf graphic)
move event player right (direction depends on hero's position)
Tara14241
September 15th, 2005, 05:35 PM
Got some questions.
1) Is it possible to set up levels of wild pokemon without making who knows how many different monster entries?
2) how do I do a CMS and a CBS?
3) How can I make pokemon be in a certain area (such as tall grass on the side of a route?
4) How do I set up trainer battles?
and lastly, how do I set up a pokedex on the menu?
Blizzy
September 15th, 2005, 06:16 PM
Got some questions.
1) Is it possible to set up levels of wild pokemon without making who knows how many different monster entries?
2) how do I do a CMS and a CBS?
3) How can I make pokemon be in a certain area (such as tall grass on the side of a route?
4) How do I set up trainer battles?
and lastly, how do I set up a pokedex on the menu?
1. you can do it via script variables (if your using rmxp)
in the database, the level of the enemy is not defined.
2. there's a cms in the starterkit i made.
3. via numbers:
branch if variable::0 == 1
enemy encounter monstergroup_1
end
Tara14241
September 15th, 2005, 06:34 PM
Ok, cool. Oh and btw, I downloaded your starter kit... I'm too much a n00b to try anything, lol and I did download the RMXP because I found RM2k3 to be a bit too tempramental... so I just put the max stats in the stats box or what?
youngotaku
September 16th, 2005, 10:34 PM
how do u make the massage box non transparent? And uhh...newbiest question ever, but on RMXP how do u make the test play full screen?thanks,why am i such a newb... :dead:
Webmaster Tyler
September 16th, 2005, 11:09 PM
for the full screen thing try hiting like f1,f2 and so on
Demonic Budha
September 17th, 2005, 07:55 AM
just to let you know none of the 'F' buttons do it,
and before you ask i dont know how to do it either
youngotaku
September 17th, 2005, 01:58 PM
could someone acully anwser my question?
Blizzy
September 17th, 2005, 02:06 PM
could someone acully anwser my question?
of course :)
go to Window_Message in the rmxp script editor,
find this method:
def reset_window
in the method you'll see
self.opacity = 160
(160 or 120 not sure)
change that to 255
self.opacity = 255
rebellee1187
September 17th, 2005, 02:30 PM
Hey, i've got a question. I tried searching, but it yielded no results.
What do I have to do to change the font in RPG Maker XP?
It is completely not showing up on my computer (though this might be because I copied all the scripts from the new english version into my japanese version...
THanks to anyone who can help!
Blizzy
September 17th, 2005, 03:59 PM
Hey, i've got a question. I tried searching, but it yielded no results.
What do I have to do to change the font in RPG Maker XP?
It is completely not showing up on my computer (though this might be because I copied all the scripts from the new english version into my japanese version...
THanks to anyone who can help!
in main, add below begin:
$fontface = "font_name"
$fontsize = 24
then, search in any Window Script for:
self.contents = Bitmap.new(width, height)
underneath that add:
self.contents.font.name = $fontface
self.contents.font.size = $fontsize
rebellee1187
September 17th, 2005, 06:11 PM
BLizzy, you're my hero. thanks!!
Tara14241
September 17th, 2005, 08:32 PM
Ok, here's my problem: I set up the transparent color for a chipset and then when I do use the chipset (mainly with buildings) the "transparent" areas are an off white that appears black when I test play the game. I've tried reloading the chipset changing the color...everything. Help?
Plusle7888
September 18th, 2005, 03:44 AM
Is there any way to make a Pokemon game in Game Maker 6?
I really need some help with this.
Webmaster Tyler
September 18th, 2005, 03:54 AM
zyes read Tuts thats what everyone does
sobeman459
September 18th, 2005, 04:11 AM
Im looking for a rmxp sprite for a robed man pokemon style thx
ps can i get one in dark blue and one in black with his hood down i dont care how the face looks thx
Sorye HK
September 18th, 2005, 05:37 AM
Ok, here's my problem: I set up the transparent color for a chipset and then when I do use the chipset (mainly with buildings) the "transparent" areas are an off white that appears black when I test play the game. I've tried reloading the chipset changing the color...everything. Help?
Are you using rm2k3, or RMXP?
Swizzler121
September 18th, 2005, 06:39 AM
on both of my games I am creating the impassible mark only works when I make the piece on the third layer! What's wrong and how do I fix this!
QFred
September 18th, 2005, 09:33 AM
I have this, problem, and I think you could help.
First, I downloaded the EN version of RPG Maker XP and when I try to run the application, it tells me that rgss102.dll is missing. How do I fix this/where do I get it?
I just fixed it, installed the RGSS thingie, lol!
Second, I don't know how to import the sprite sheets.... Can you guys help me?
I added my first just now! Now I have another question: how do I make the white parts of the sprite transparent? When I started around it I got into a command ike that but... I don't remember now!! LOL
Sorry about so basic questions, but I am starting just now, and, before I try making a game, I would like to know the basics...
Tara14241
September 18th, 2005, 05:03 PM
never mind, yesterday, I put said tiles on a upper layer and no more markings, lol!
Berino
September 18th, 2005, 05:06 PM
i need team rocket overwolrd and normal sprites
QFred
September 18th, 2005, 06:09 PM
Look for them in Avatar's site! I think there are some!
The link to the site is on the Resorces thread!
GymLeaderLance99
September 18th, 2005, 07:22 PM
For some reason, when I've been working on my game using RM2K3, and I'm in the middle of editing an event, I click "OK", and the event window won't disappear. The same occurs when I click the "X", "Cancel", hit Alt + F4, or right-click on the titlebar and click "Close". How can I get rid of that window without having to force-close RM2K3 after working for over an hour?
Berino
September 18th, 2005, 10:38 PM
it means that the window is not responding. U cant close it without closing RM2K3. Its probly cos u hav a rubish computer
QFred
September 19th, 2005, 08:50 PM
Forget the former problems, they're solved...
Now I have new probs and I would like answers!
First, there is a place where you can define the colors to Transparent and Semi-Transparent. Now I have to know if I just click on the color (example: white or green) and click OK, or click Clear first???
Second, I put base terrain or the lower layer, buildings on the second and things that go even on top of the buildings or the third, right??
Hope you can help!!
youngotaku
September 19th, 2005, 08:53 PM
Qfred:occassionallly u have to click clear usully just click the color 2nd question:yes, that should be corrrect.
Swizzler121
September 19th, 2005, 09:39 PM
on both of my games I am creating the impassible mark only works when I make the piece on the third layer! What's wrong and how do I fix this!
Does anyone Know if this is fixable?
Cursed
September 19th, 2005, 11:43 PM
Hey, what happened to the finished game and demo archive?
sketch
September 21st, 2005, 01:19 AM
Could someone edit this into a walking graphic like normal link on a charset for rm2k3?