The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   Game Development Archive (https://www.pokecommunity.com/forumdisplay.php?f=128)
-   -   Pokemon Phoenix (https://www.pokecommunity.com/showthread.php?t=58492)

[_DarkDragon_] December 30th, 2005 4:21 AM

Pokemon Phoenix
 
Appart from working with The Spherians team on Pokemon Chromatite I started another project that I'll be making with a friend in RPG Maker 2003, I guess the reason why I accepted the challange to do this is because I would like to see how hard it is to create a nice game in RM2K3 but don't worry, I'll still give more priority to Chromatite :P

The Story, you start in a small island called Placeta Island in the Phoenix Archipelago, the only people that live there are you, your dad and Professor Anna, one day you save a little poochyena from drowning and the professor decides to let you choose 3 pokemon, you will have to travel through the Phoenix Archipelago and collect all badges, once you pass the league then you an go to the next region, the engine will be pretty much like Chromatite, made with choice, you can have various jobs like thieve and so on and you don't need a certain order to get the badges (ther will be even more badges than necessary to compete in the league). Of course my main concern is to get the engine ready, then the story, etc will be easy to make.

For the time being I only have a picture of Placeta Island, expect more screens soon:
http://i4.photobucket.com/albums/y118/rpg_man/PlacetaIsland.png

--EDIT--
I'm still thinking about how you will travel, my first guess is that in the beginning you will get a boat to travel around, then later you can use surf.

Datriot December 30th, 2005 4:52 AM

Hmm..seems pretty nice, it's actually quite easy to create games with RPG Maker good luck and good job with what you've done so far.

[_DarkDragon_] December 30th, 2005 5:23 AM

the hard part is to make a battle system and team, etc that can go around the default rpg maker 2003 ones :x

Datriot December 30th, 2005 5:29 AM

true, true, but people have created very sophisticated systems using rm2k3's events.
Once you get the hang of it, it becomes easy to create systems like a CMS and stuff.
CBS would be a bit trickier though.

[_DarkDragon_] December 30th, 2005 6:18 AM

oh well, I'll get to do it eventually :x

Omega Latios December 30th, 2005 6:42 AM

Looks Good. I Can't Wait For More Screens ^^

Sorye HK December 30th, 2005 7:21 AM

Neat. Haven't ever seen a pokemon island that looked so cosy, mate. XD

[_DarkDragon_] December 30th, 2005 7:32 AM

the island is actually just a small island on the coast of a big one :P
I am pleased to say that jumping system works fine (I know it's not a big thing but ye...) and I'll soon have the footprints on sand and snow working, I hope. I actually need a little help on how to find out when the hero is on a certain terrain type :)

Sorye HK December 30th, 2005 8:57 AM

That makes me remember rm2k3kid's old work. Good luck overcoming the obstacles.

[_DarkDragon_] December 30th, 2005 9:00 AM

ye, for that I really need a way to find out if hero is on terrain type 1/2/3, etc because then I can play a certain animation like footprints, grass effect and so on :)

Datriot December 30th, 2005 9:53 AM

I can help with this:
First use 2 variables to store the player's X and Y position, then go to the event command "Store Terrain ID".
Once there you'll be asked to select the tile you wish to store the terrain ID of or get the tile from two variables, (the ones you set before)
And which variable you wish to set the terrain ID to.
Simple!
Man, I used to love using events in the old days, but I've moved onto RGSS now.

[_DarkDragon_] December 30th, 2005 10:21 AM

ye, I noticed that a while ago, but for some reason the animation only plays when I exit the grass tiles not when I am walking through them xD

[BioHazarD] December 30th, 2005 10:55 AM

hello people I am the friend that makes the game with [_darkDragon_].
The project is very nice, it isn't?

Datriot December 30th, 2005 10:56 AM

Quote:

Originally Posted by [_DarkDragon_]
ye, I noticed that a while ago, but for some reason the animation only plays when I exit the grass tiles not when I am walking through them xD

Gah! The incompetance of rm2k3 is shameful....

Hi biohazard, yeah it looks promising at the moment. ;)

[_DarkDragon_] December 30th, 2005 11:08 AM

oh well, I guess I'll have to make it with events OR find a way for the animation to play fine :P

Datriot December 30th, 2005 11:23 AM

Quote:

Originally Posted by [_DarkDragon_]
oh well, I guess I'll have to make it with events OR find a way for the animation to play fine :P

Events could be a bad idea, because it could get laggy if you put to many, although
rm2k3 can handle more events on the same map than RMXP. So I think you should try that out and it's too laggy try and find another way. ;)

[_DarkDragon_] December 30th, 2005 11:30 AM

works fine, I am just too lazy to paste events around. Besides, the common event is almost done :x

Silon December 30th, 2005 7:55 PM

Hey, the game looks great! Can't wait to see more!
Do you need a mapper? I've been known to make some maps.
Just PM me if you like. :) Toodles!

Happy Gaming,
Silon Vakaro.

http://img314.imageshack.us/img314/7468/pokemonctrivieratown3tt.png

dan48 December 30th, 2005 9:23 PM

I think that the game will get to laggy if you put too many events. Maybe you should do something like pokemon illusions. Where the pokemon are actually visible. Just a suggestion.

The game looks great by the way, I am hoping it wont slow down your other game.

[_DarkDragon_] December 31st, 2005 3:28 AM

well, so far I have almost 300 events on one small map (20x30) just to show grass, sand and jumping animations and it doesn't lag at all :o

Datriot December 31st, 2005 3:49 AM

Quote:

Originally Posted by [_DarkDragon_]
well, so far I have almost 300 events on one small map (20x30) just to show grass, sand and jumping animations and it doesn't lag at all :o

Dagnabit! I wish I was using rm2k3 again >.>
Put that many events on RMXP and it praticly freezes O_o

Sorye HK December 31st, 2005 3:55 AM

Quote:

Originally Posted by Datriot
Dagnabit! I wish I was using rm2k3 again >.>
Put that many events on RMXP and it praticly freezes O_o

Well, if you want to decrease the number of events, try a "if terrain stepped on," type of conditional event. Put it on parallel, and it should work.

Datriot December 31st, 2005 4:19 AM

Quote:

Originally Posted by Eikichi-kun
Well, if you want to decrease the number of events, try a "if terrain stepped on," type of conditional event. Put it on parallel, and it should work.

It's okay though, I found a way to do it in RGSS.

[_DarkDragon_] December 31st, 2005 4:57 AM

I can do it with a common event but the animation keeps playing and I want it to play again ONLY if the hero changes tile

[_DarkDragon_] December 31st, 2005 5:35 AM

Sorry for double posting, just wanted to say that my friend gave up on the game and I just sorted out all the problems I was having with sphere and don't see the point of continuing this project. So it is officially dead from now on :(

Avatar, if you see this please close the thread, thanks :)


All times are GMT -8. The time now is 4:51 AM.


Like our Facebook Page Follow us on Twitter © 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.

Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.