• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • 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 Conquest 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 Requests

Status
Not open for further replies.
Its not the game.Its the project data.
 
Err....I think I compressed it so it could fit.Thats why it says .zipI just dowloaded the link and it works fine but i gotta find a program to take screenshots with.
 
Print, yes because i use a laptop and wifi. Paint.....I have no clue how to paste that there...
 
Maybe... start learning how to use a computer before trying to make a videogame by yourself ?
 
Print, yes because i use a laptop and wifi. Paint.....I have no clue how to paste that there...
Somewhere on your keyboard is a button called "PrtScn" or something like that. When you press that, it takes a snapshot of what the screen looks like. Then, if you open Paint, and click the "Paste" button (or go into the "Edit" menu and click "Paste" there if you're using Windows XP or earlier), you'll paste that image into Paint. Then move the picture around and resize the canvas so you're just left with what you want to show, and save it.
 
[PokeCommunity.com] Help and Requests

Simple problem, I how do I make it so you can only use the computer at the bottom?
 
Maybe... start learning how to use a computer before trying to make a videogame by yourself ?

Thats reality.i tried making a video game using paper and chessboard pieces.totally not fun​
 
For my new project, I want the player to be able to choose from around 50 pokemon. How can I make a long list and have the player choose from it?
 
For my new project, I want the player to be able to choose from around 50 pokemon. How can I make a long list and have the player choose from it?

I would suggest using the average choice system, but including a more button, which brings up a new list. And at the end, a back button, perhaps.

Or just a ton of tables with 5 pokemon on it.
 
For my new project, I want the player to be able to choose from around 50 pokemon. How can I make a long list and have the player choose from it?

In Pokemon Essentials, there is a choice option built-in to the Message System.

\ch[a,b,choices] is what you want to use in a message.

a = number of the variable (example: for variable "50 : Pokemon Chosen" you would use "050")

b = the choice that is chosen if a player presses the cancel button (x). You should probably use 0 so that the player can't cancel.

choices = these are your choices. Make sure to separate them using commas. (example: PIKACHU,BULBASAUR,SQUIRTLE,CHARMANDER,etc.)

You're code in the message is probably going to be something like:

\ch[050,0,PIKACHU,BULBASAUR,SQUIRTLE,CHARMANDER...]

Make sure you use that in text! Not a script.
 
Another really basic problem.
[PokeCommunity.com] Help and Requests

In the screen I've set it so when you walk on the stairs you go up diagonaly, problem is, the stairs aren't pefectly diagonall. What can I do to change where the player goes?
 
Another really basic problem.
[PokeCommunity.com] Help and Requests

In the screen I've set it so when you walk on the stairs you go up diagonaly, problem is, the stairs aren't pefectly diagonall. What can I do to change where the player goes?
My advice is to not climb all the way up the stairs before transferring upstairs.

The same problem occurs (but is a little less noticeable) with the side steps that go up cliffs.
 
My advice is to not climb all the way up the stairs before transferring upstairs.

The same problem occurs (but is a little less noticeable) with the side steps that go up cliffs.
Not possible I'm afriad. You see, you stat going up the stairs when you stand on it, meaning there is only one moe tile before black space. I need to be able to break out of the tiles for it to work properly.
 
When standing on the red rug, step to the right one tile (or up-right if that looks better), and at the same time, fade out. It's possible, and it makes the problem harder to spot.

I don't know how you'd go about making the character step across one tile and up half a tile (which you want).
 
I donť know it was here, but how i can set transition for next battle? Or how I can show picture instead transition before battle? How I can make custom transition?
 
I seem to have lost something that I once found on the internet >.<

It was quite a loage collection of faces of the characters form the Pokémon anime and manga. I was hoping to use some of them as facesets in my game project, but i cannot find the picture.
The pictures in question have the same style as this one managed to find;
i123.photobucket(dot)com/albums/o304/Kara-Madora/Other%20pokemon/i_spenser.gif
Sorry about the annoying link thing, it's because i do not have 15 posts yet.
If anyone knows where to find these pictures, i would greatly appreciate if you PM or VM me about them. Thank you.
 
Status
Not open for further replies.
Back
Top