KingOfTheKeyboard | 11/06/10 12:14 am - Last edited 11/06/10 05:10 pm by KingOfTheKeyboard | Filter |
|
Graduate
Awards:
Group: Member Posts: 156
| Honeslty I've had this idea for a month and I put a little test together. This was before I had even heard of pokemon twilight. I am in the works of making a pokemon game with game maker!
http://www.yoyogames.com/games/150775-pokemon-project
really I started this out of curiosity of my own GML knowledge...
------------
PARTY LIKE A |
|
radiant17 | |
Guild Member
Awards:
Group: Member Posts: 978
| The damage calculation works well, but I'd suggest making a bit more of the game before posting a demo in the future. Of course, that's just me talking, so feel free to ignore my advice. You are off to a good start, though.
------------
Ask me about my current game project, Creatures! |
|
KingOfTheKeyboard | |
Group: Member
| Thanks, and yes I should have worked on this before I put up a demo, but If you know me youd know I get very excited when my games actually work :) I'm very new to using GML. |
|
radiant17 | |
Group: Member
| Yeah I know how that is. It took me forever to actually learn how to use GML. Even now, I'm not that great at it lol. If you need an engine to use, there's a Perfect Pokemon Movement Engine v.2 on yoyogames which covers most of the overworld basics (walking, running, bike riding and talking). It was really helpful to me when I was starting out with my Creatures game. |
|
Dark Matter | |
Champion
Awards:
Group: Member Posts: 4563
| Noooooooooooooooooo..... use your own work. Using other people's just makes it harder for you later on.
------------
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!
|
|
radiant17 | |
Group: Member
| I didn't mean to actually use it, just to study it like I did and get an idea of how to implement those features. It's helpful to beginners because it gives them an idea of what direction they can take the coding in. |
|
Dark Matter | |
Group: Member
| Ah I see. I never like looking at other people's code myself, because I feel I can do a better job |
|
radiant17 | |
Group: Member
| But if you look at other people's code, then you can find ways to improve your coding faster :D Anyway, that's just my opinion. Most pokemon engines out there are so bogged down with huge amounts of code for simple things. |
|
Dark Matter | |
Group: Member
| Yep. If you want something done properly, do it yourself |
|
KingOfTheKeyboard | |
Group: Member
| I already am thinking up all of that overworld walking stuff, my mind is buzzing with math and codes I could use. When you first start making a game on your own its hard to decide what to do next |
|
Dark Matter | |
Group: Member
| Start on the overworld, then get party done. Then battles. Then work on the other stuff. |
|
radiant17 | |
Group: Member
| The order I'm going in is overworld, getting items, party menu, battling, trainer battles, gym battles, using items out of battle, using items in battle, pokedex-type thing. It was actually more complicated than that, but that's the best I can do at a coherent order. |
|
Dark Matter | |
Group: Member
| Battling includes trainer battles and gym battles..... |
|
radiant17 | |
Group: Member
| I know but trainer and gym battles are started differently than a wild battle and have different rules (not running, the opponent has more than one pokemon, money reward, etc.). That's why I put them separately. |
|
Dark Matter | 11/07/10 02:44 pm - Last edited 11/07/10 02:44 pm by Dark Matter | Filter - Reply #14 |
|
Group: Member
| *Sigh* Inefficient coding...
Anyway, even if you do do it like that, surely trainer battles are the same as gym battles.... |
|
radiant17 | |
Group: Member
| The actual battling itself is, but the way the battle starts is different. You know, instead of the trainer just running up to you and starting the battle, you have to talk to the gym leader. The actual battling's the same, though. |
|
Dark Matter | |
Group: Member
| Well, those are two separate things - the overworld and the actual battle. You seem to be programming yours in a very unique way |
|
radiant17 | |
Group: Member
| Yeah, I have a weird way of programming. But this isn't a pokemon game I'm making, so I don't have to follow all the rules of a pokemon game. |
|
KingOfTheKeyboard | |
Group: Member
| Oops! I find an error! Turns out the opponents attack and special attack were used in its own damage formula I knew that trainer's 50-something special attack was doing too much damage.
And you all thought the damage formula was accurate :) |
|
Dark Matter | |
Group: Member
| I didn't actually try it out
So I didn't realise. |
|