View Full Version : Help and Request Thread
Yuoaman
December 11th, 2005, 03:52 PM
Whenever I try to bring my tilesets into RMXP it says 'unexpected file format', and the project closes. How can I fix this?
Yuoaman
December 11th, 2005, 03:55 PM
Whenever I try to bring my tilesets into RMXP this comes up 'unexpected file format' and then it closes. How can I stop this?
Latias Tamer
December 11th, 2005, 04:10 PM
Ive just downloaded rpg maker XP and i want to make a game but. I dont know how to put tile tets on to the system. Can you please help me.
Avatar
December 11th, 2005, 04:25 PM
Ive just downloaded rpg maker XP and i want to make a game but. I dont know how to put tile tets on to the system. Can you please help me.
Click the Tools tab and then Resource Manager.
You can import your files in the Resource Manager, just select which type of file in the folder tree and then click Import.
Once you've imported them, then click Tools > Database, and go to the Tileset tab.
[_DarkDragon_]
December 11th, 2005, 04:56 PM
if it says unexpected fiel format means you have to save the images into a more popular format like PNG
Yuoaman
December 11th, 2005, 05:17 PM
in the resource manager I don't know where to send my charsets
Yuoaman
December 11th, 2005, 05:25 PM
Oh, and also when i change from one resource to another my screen is deleted and it changes. Why?
MasaXGPMat
December 11th, 2005, 05:42 PM
is there any sort of program that allows me to make MMORP games?
[_DarkDragon_]
December 11th, 2005, 05:43 PM
hey, there's a edit button, if you forget to say something you don'T double post, you edit the previous post. Double posting is against the rules, so use the edit button on your post next time.
when u import charsets they will go to your database, so they will be there for you to use in the game, if you change one tilesetset to another and the map is using the previous tileset, the tiles corresponding to one of them will change to the ones corresponding to the previous one but of the new one, so if you have tile number one as a pink tile on one of them and a map is using that tileset, when u change it to a new one and it has a window tile on number one, all black tiles will change to a window tile.
Darkatheu
December 11th, 2005, 06:28 PM
Hey... can you guys please give me a windowskin? i don't know if there is one in the starter kit, but the link is broken... thank you!
Minorthreat0987
December 12th, 2005, 12:20 AM
Can anyone possibleiy give me a Pokedex Script or a Pokemon Catching Scripts or a pokemon catching system (liek using commen events or someother sort of system)......i dont even know if anyone had one but i figured id ask.
::EDIT::
Blizzy's PokeDeX Script doesnt work with the Starter kit.
Scompi
December 12th, 2005, 12:57 AM
']Can anyone possibleiy give me a Pokedex Script or a Pokemon Catching Scripts or a pokemon catching system (liek using commen events or someother sort of system)......i dont even know if anyone had one but i figured id ask.
::EDIT::
Blizzy's PokeDeX Script doesnt work with the Starter kit.
Blizzy's Pokedex script works, just that its under the map, like where there is empty space, you can see it. well do something like how the trainer card is made. this is what i did, and it looks okay...
Edit of Blizzy's 'dex script (http://img205.imageshack.us/img205/4425/untitled0dr1.png)
If you need help just PM me, I'll be glad to help you again.
.-'Infernal Hylian'-.
December 12th, 2005, 07:41 PM
Problem with trainer card system folks. I have managed to do everything but i am having problems with the name. how do i get the name bit and the actors name (heros name) i have tried \n[x] and $game_actors id [...
but it just fails every time.
Scompi
December 13th, 2005, 01:27 AM
do you try getting the name in the scripts or in the events?
if script then i think its,
for i in 0...$game_party.actors.size
$game_party.actors[i]
or
self.contents.draw_text(x,y-4,w,h,"Name")
self.contents.draw_text(x-32,y-4,w,h, $pkmn.trainername, 2)
if Blizzy's Starter Kit
i dont know for sure, though.
if you were to use \n[x], x=1, it will only show, 1 ate breakfast at 10am.
.-'Infernal Hylian'-.
December 13th, 2005, 08:51 AM
Thanks scompi (by the way the code that i am modifying is blizzys) i will try it when i get home. ( i am at school at the moment)
axlefoley
December 13th, 2005, 11:38 AM
Could I please get a chipset from inside a radio station (for a pkmn game) also a one with cobwebs and all dusty would do great as well
Minorthreat0987
December 13th, 2005, 12:18 PM
Thanks scompi (by the way the code that i am modifying is blizzys) i will try it when i get home. ( i am at school at the moment)
what scompi said mght work but i recomend this $pkmn.trainername for the heros name.thats how its coded in the starter kit it saves the name to variable 1 so i think that will work. and then to call it in a message jsut write this in the message where you want the heros name \v[1]
Yuoaman
December 13th, 2005, 02:59 PM
Uhh, how do you make the white lines dissapear from around the buildings. And which resource do I put my characters and pokemon. (I use RMXP) And how do I make things unwalkable, my character just walks on water and buildings.
PokemonXP
December 13th, 2005, 03:45 PM
Did you set the white around the buildings to be transparent? That is most likely your problem.
.-'Infernal Hylian'-.
December 13th, 2005, 03:54 PM
either that or work with the next layer.
kittenluvermeowz
December 13th, 2005, 11:58 PM
HOW do you guys put your scrrens on the web i did it before but forgot how
tyl2704
December 14th, 2005, 12:23 AM
Im looking for the saffron city chip set from fr/lg and inside the silph building, thanks guys
Ati
December 14th, 2005, 10:24 AM
Hey People,
How to make texts like that:
Hi PLAYER, how are you?
The player should be replaced with your name.
What I meant is on starter kit you can set your name in the starting .
And I want that people should call you in your name.
How to do that?
Shiny_Latios
December 14th, 2005, 04:50 PM
Can someone please give me a link to rapidshare with the starter kit
.-'Infernal Hylian'-.
December 14th, 2005, 06:31 PM
I have this pic and where the white block is is where i want my item icon to be displayed. I need to alter some of my script to change the position of the item icon but how do i do it?
Minorthreat0987
December 14th, 2005, 07:58 PM
Hey People,
How to make texts like that:
Hi PLAYER, how are you?
The player should be replaced with your name.
What I meant is on starter kit you can set your name in the starting .
And I want that people should call you in your name.
How to do that?
\v[1]
put that where "Player" is
tyl2704
December 14th, 2005, 09:36 PM
Im looking for the saffron city chip set from fr/lg and inside the silph building, thanks guys
PokeCreator_09
December 15th, 2005, 01:41 AM
Im looking for the saffron city chip set from fr/lg and inside the silph building, thanks guys
download RM2K3 Kids's Pokemon Liquid, it has all the chipsets in it and you have permission to use them all.
Oh, does anybody know if there's a way to disable the traditional title screen menu(new game,continue,exit) so I can put in my own menu at the title screen, like in all the other pokemon games.
tdata
December 15th, 2005, 04:24 AM
Sure, that is easy. if you are talking RMXP... I've seen only one custom title menu for rm2k(3). He had to hex edit the program...
Demonic Budha
December 15th, 2005, 06:32 AM
Im looking for the saffron city chip set from fr/lg and inside the silph building, thanks guys
i jst posted it in th resource thread.
and the saffron city one is in the really big PNG in the resource thread posted by Blizzy in the first post.
Matt Silver
December 15th, 2005, 07:05 AM
Can I please get help?:
1. How do I make screenshots of games on RMXP?
2. How do I change Tilesets in RMXP?
Thanks for your time...
Joey the Cockroach
December 15th, 2005, 07:11 AM
what game making program would i have to use to make a game like sonic the hedgehog on the master system? and also, is it free?
rpg pokemon
December 15th, 2005, 06:46 PM
well i have downloaded some games which are hacks or rpg maker ones and they dont work. Theres nothing wrong with the games but i just dont know how to make them work so i can play them.
[_DarkDragon_]
December 15th, 2005, 07:05 PM
@Sonic_15 - Use Sphere, it's free and it adapts to any kind of game.
.-'Infernal Hylian'-.
December 15th, 2005, 07:08 PM
Ok i need to know how to make random encounters. wnyone?
rpg pokemon
December 15th, 2005, 07:19 PM
well i have downloaded some games which are hacks or rpg maker ones and they dont work. Theres nothing wrong with the games but i just dont know how to make them work so i can play them.
Avatar
December 15th, 2005, 07:23 PM
Perhaps you could be a little more specific? What is the problem?
rpg pokemon
December 15th, 2005, 07:25 PM
well i have downloaded the files but i dont know how to gte them to work so i can play them. What program do i need to run them etc. I have vba but it doesnt work. Any help?
Avatar
December 15th, 2005, 07:29 PM
...These games are NOT hacks, they are games made in programs like RPG Maker and Sphere (these are the most commonly used programs at the moment).
All you have to do is open the respective game folder and run the .exe (For RPG Maker 2000/2003 games, the file is called RPG_RT.exe)
rpg pokemon
December 15th, 2005, 07:43 PM
Ok try that. Thanks.
(message too short)
rpg pokemon
December 15th, 2005, 07:48 PM
ok well i just tried it and it doesnt work.
[_DarkDragon_]
December 15th, 2005, 08:01 PM
1. do not double post (use the edit button instead).
2. do not try to bypass the message too short rule.
3. As avatar said they are not hacks, if all you see is an IPS file then u need to go on the Hacking forums, if you see a bunch of files and folders and it still doesn't load you will probably need to download the equivalent version of RPG Maker that the game was made on.
.-'Infernal Hylian'-.
December 15th, 2005, 08:42 PM
Ok instead of veiwing my game with the tiles bigger than they catually are can i view in a smaller mode so the graphics look how they should (this is for xp).
thanks.
PokeCreator_09
December 15th, 2005, 09:12 PM
download RM2K3 Kids's Pokemon Liquid, it has all the chipsets in it and you have permission to use them all.
Oh, does anybody know if there's a way to disable the traditional title screen menu(new game,continue,exit) so I can put in my own menu at the title screen, like in all the other pokemon games.
and by the way tdata, do you remimber who did that or what game it was?
tyl2704
December 16th, 2005, 03:12 AM
im recreating the silph co building with the fire red/leaf green chip sets...and i honestly forget what part of the chip set i use for the gates that need key cards. Its drivin me nuts!!!
what do they look like in fr/lg?? i dont want to re-play my game all the way to that point just to find that out...
Demonic Budha
December 16th, 2005, 09:39 AM
im recreating the silph co building with the fire red/leaf green chip sets...and i honestly forget what part of the chip set i use for the gates that need key cards. Its drivin me nuts!!!
what do they look like in fr/lg?? i dont want to re-play my game all the way to that point just to find that out...
dude i told you like 5 posts up or something that i put it into the resource thread, If i missed some tell me and itll probably only take like 15 mins to get.
Jesus Freak Josh
December 17th, 2005, 08:00 AM
Don't suppose anyone has a chipset of the interior of a plane? Preferably Pokémon style? If so, a normal chipset of a city, Chicago/New York looking preferably? RMXP preferably.
BlueSonic
December 17th, 2005, 10:13 AM
Sorry to bother anyone but on RPGXP when i try to make a event e.g a letter from someone ,It won't apper in game.can someone show me how to come over this problem?
Dragon.Beat
December 17th, 2005, 12:27 PM
Sorry, but I didn't understand the question. Could you tell me in more detail what you mean by it not appearing in game?
.-'Infernal Hylian'-.
December 17th, 2005, 02:35 PM
Ok i really need a Pokemon catching system and a pokemon storing system.
Avatar
December 17th, 2005, 02:46 PM
Do post in the stickied thread.