skip navigation
Game Plague Forums
Not a member? ( Register )
User Name: Password:
Pokemon Jade
Pages: [1] 2 3 4 5 6 7 8 »18 -
Dark Matter
11/11/09 06:06 pm - Last edited 05/03/10 05:49 pm by Dark MatterFilter

Champion


Awards:

Group: Member
Posts: 4563
Hi everyone! I have always had a sort of desire to make a pokemon game. I have had several attempts at it over the past few years, but I simple was not good enough for the job back then. But now I have started a new project, being adept at Game Maker, and confident that I can pull together a pretty good engine. I didn't want it to be outdated though, so instead of taking PT's route and basing it on the 3rd generation graphics, I have started a 4th generation graphics game, 2.5D/3D instead of 2D. At this moment in time, I am developing all the little bits, and bringing them together later. In this topic I will give my progress with the different sections, and you can tell me what you think of it, and what I need to do to improve it. On each section it will tell you a bit about it, its features, what is going to be imroved on it so far, and (because I couldn't resist it) why it is better than PT's at this moment (if it is). Progress On Battle Engine Key Green = Finished Orange = Being Worked On Red = Will Be Worked On Soon Battle Engine Beta 0.1 Opening Animation Menu Selection (Fight/Bag/Party/Run) Running Away Attacking Damage Attacks that don't do damage Fainting Attacks over multiple turns Status Problems Accuracy/Evasion Weather Effects Battle Engine Beta 0.2 Levelling Up/Getting EXP/Getting correct stats up Confusion Attack animations Shiny Pokemon Abilities Click on the pictures to go to the download page Pokemon Jade Battle Engine Beta 0.1 Image The most important part of a pokemon game! The battle system! I hope to make this the best battle engine ever, but it will take time. Features - Attacking - Wild battles - Other pokemon animates - Your pokemon animates - Working HP/EXP - Action menu (Attack,Bag,Pokemon,Run) - Running Coming Soon - Bag - Pokemon Party Why it is better than PT's - It supports many different types of attacks, unlike PT's. It will soon include move animations too. Weather effects are included. Pokedex Image The first thing I started working on. I had no intention of starting a full pokemon game at this stage, but just had a few good ideas which I wanted to put into motion. When I had finished the basics I realised what fun I was having and decided to take the whole thing a bit further. Anyway. This pokedex has a different GUI from others. The names are displayed on a circlular sort of dial, which rotates (with a pokeball) as you scroll through the list. A pokeball is dispalyed by the name if you have caught it. On the right, another dial shows the pokemon currently selected, and you can also see the pokemon above and below it, at an angle of course. It currently has three pages on the pokemon info: description, different types and area. Here is a sort of features list: Features - Nice, easy to understand layout with great way fo dispalying names - Registers whether pokemon have been seen or caught or not - Good display dial for looking at the pokemon (if you have seen it before), which makes the pokemon above and below it loow as if they are on a dial - Easy to add new pokemon - Descrition page - Different types (Male/Female/Etc) - Area Coming Soon - Search Function What it has that PT's doesn't - It only displays the pokemon up to the last pokemon you have seen. (With PT you can always scroll right to the bottom - #150, even if you have only seen numbers #3, #6, #8, #10 and #14. With mine, you could only look at all the entries up to number #14) Textbox Image The latest thing I have been working on. This is a replica of the D/P one. Pretty much exactly the same. Features - Displays text - Two textbox types, one for talking to people, one for reading signs: just like in D/P - Scrolls text if there is too much text for one box: just like in D/P - Yes/No questions Coming Soon - Nothing Why it is better than PT's - Apart from the cool scrolling thing and nicer textbox, there is not much difference. Textboxes are generally pretty similar. 2.5D/3D Movement Image Basically the momevent/overworld. Walking, running etc. This is probably the hardest thing with this game, because as well as making it look like a pokemon game, you have to keep the fps high as well. It is going to be completely re-written soon. Features - Walking - Running - Trees Coming Soon Complete re-write Buildings Why it is better than PT's - Frankly it's not at the moment. It needs a lot of work. Apart from the coolness of having it 3D, it isn't that good Here is the PJ team: Team Dark Matter - Programmer David C - Spriter (topic here) Thanks! YAY! Pokemon Jade now has a cool animated banner! If you want to support PJ, put this code in your signature: Replace all the { and } in the text to [ and ].
QUOTE:
{center}{url=http://pycoforums.com/gff/index.php?cmd=topic&id=282}{img}http://img109.imageshack.us/img109/4367/pjbanner.gif{/img}{/url}{/center}


------------
Want to know when a pokemon evolves or what moves it learns? Having trouble uncovering hidden items? Visit the Official Pokemon Twilight Guide! Got any questions about PT or the forums? Visit the FAQ!
Official Beta Tester for Pokemon Twilight Highest poster on the GFF Most active member on the GFF 66 (+2 special) out of 66 Pokemon Obtained on PTV5! Every single one of 'em! Image
Bouncy Ball
11/11/09 10:39 pmFilter - Reply #1

Champion


Awards:

Group: Mod
Posts: 4057
this looks awesome but the character looks squished.

------------
David
11/12/09 06:12 am - Last edited 11/12/09 06:13 am by DavidFilter - Reply #2

Pyco Artist


Awards:

Group: Member
Posts: 704
Nicely done at the moment! I'll see to making a new tree layer type when I have time :P Also, if you want, send me the pokemon/pokedex sprites and I'll see what I can do.

------------
.
Dark Matter
11/12/09 06:29 amFilter - Reply #3

Group: Member
The character squishing is really annoying but I'm trying to fix it. Thanks David C, I'll PM you a link or something :) I've just added three more pokemon and updated the pokedex to make it easier to incorporate different forms.
Bouncy Ball
11/12/09 02:31 pmFilter - Reply #4

Group: Mod
How are you rendering it? in "true" gmkr 3d or in a homemade one?
Dark Matter
11/12/09 04:29 pm - Last edited 11/12/09 07:59 pm by Dark MatterFilter - Reply #5

Group: Member
What do you mean? I'm using gamemaker with d3d functions... EDIT: Just made two new pokemon - first two evolutions of the fire type starter. EDIT: You can now try out the pokedex and see some of the pokemon - tell me what you think! (Click on the Pokedex title for link). Use Up/Down to scroll list and change which form you're looking at. Press X to look at an entry. Z to go back to main screen.
Bouncy Ball
11/13/09 03:26 amFilter - Reply #6

Group: Mod
___________________________________________ ERROR in action number 4 of Draw Event for object pokedex: Error in code at line 33: imagename=pkmndata_formname[dex_tempvar[11,2]] //changes the gender at position 12: Unknown variable pkmndata_formname or array index out of bounds if you go up from the first pkmn when looking at the male form this happens....
Dark Matter
11/13/09 07:16 amFilter - Reply #7

Group: Member
I got that once, but I couldn't figure out why Thanks bouncy, I'll fix it.
Bouncy Ball
11/13/09 02:34 pmFilter - Reply #8

Group: Mod
Kay.... can we see the movement?
Dark Matter
11/13/09 04:27 pm - Last edited 11/13/09 04:41 pm by Dark MatterFilter - Reply #9

Group: Member
I want a few more things done before I show you the movement. A few more trees for example, and I need to finish the textbox so I can put it in the game. I've fixed the pokedex glitch. Click on the link to download the lastest one. David C, do you think you could make a couple more trees for me?
Bouncy Ball
11/13/09 11:55 pmFilter - Reply #10

Group: Mod
Ill help with mapping if you can make a program... like external map maker...
Dark Matter
11/14/09 08:07 am - Last edited 11/14/09 06:47 pm by Dark MatterFilter - Reply #11

Group: Member
Ok. It will probably be quite a while until I actually start putting towns and stuff it though. The movement engine needs quite a bit more work, things need to be polished like the pokedex and whole engines need to be scripted like the battle engine. Update on PkmnJade: - Fixed a glicth with scrolling speeds. - Revealed the 3rd evolution of the fire starter - Solarros. - Revealed a new ice type pair - Chilkey and Frostape. I will edit when I have uploaded it.
Bouncy Ball
11/14/09 08:46 pmFilter - Reply #12

Group: Mod
ill help with programming too.....
Dark Matter
11/14/09 09:53 pm - Last edited 11/14/09 10:17 pm by Dark MatterFilter - Reply #13

Group: Member
Sorry, I have my own style of coding and I'd prefer to do all the programming myself It's mainly sprites at the moment that I need. If Pokemon Jade gets bigger, with a battle engine and stuff, I might start a small team, but at the moment I'm happy working by myself. I've updated the pokedex with a few bug fixes, and three more pokemon. I think Chilkey and Frostape are better than my others, tell me what you think.
flairina
11/15/09 01:23 am - Last edited 11/15/09 01:24 am by flairinaFilter - Reply #14

Graduate


Awards:

Group: Member
Posts: 159
Looking cool. :D I know I don't have even an once of the programming ability to do something like this. Hope this works out well for you!

------------
In case you were wondering, that is my fake pokemon Fractabrae in my avatar. Cool, huh? Hope you like it as much as I do. DO NOT STEAL! Citrine Quartz Fakedex (Still a WIP). Pokemon Lovecraft Dex coming soon! Pokemon Lovecraft Topic- updated 5/24/11
Bouncy Ball
11/15/09 05:51 amFilter - Reply #15

Group: Mod
kay.... im working on one as a side prject too btw :D
Dark Matter
11/15/09 08:28 am - Last edited 11/15/09 06:41 pm by Dark MatterFilter - Reply #16

Group: Member
Pokemon games are hard. There's just so much in them. I can't wait to get started on the battle engine, but I have to clean a few things up first. I've just updated the pokedex. Now Chilkey and Frostape have male and female forms. I've just made a new pokemon - Ramblast. Coming soon to Pokedexes need you!
Bouncy Ball
11/15/09 07:27 pmFilter - Reply #17

Group: Mod
Id do the battle engine first... or at least set down a pokemon storage system.....
Dark Matter
11/15/09 08:23 pm - Last edited 11/15/09 08:27 pm by Dark MatterFilter - Reply #18

Group: Member
After I've cleaned up the textbox engine and pokedex, I'll create the party system. Then I'll make the battle engine. After that would be the storage system. Here's Ramblast: Image He doesn't look quite like a pokemon though. What's missing?
Bouncy Ball
11/15/09 11:39 pmFilter - Reply #19

Group: Mod
Tye red is too contrasting.... The fourth leg is chopped off..... and the shading on the horn is wrong.
Pages: [1] 2 3 4 5 6 7 8 »18 -