CEMETECH
Leading The Way To The Future
Login [Register]
Username:
Password:
Autologin:

Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 106 users online: 5 members, 70 guests and 31 bots.
Members: Eeems, legodude, Ratchetx7.
Bots: VoilaBot (1), Spinn3r (1), MSN/Bing (1), Magpie Crawler (5), Googlebot (20), MSN/Bing (3).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
    » Goto page Previous  1, 2, 3 ... 23, 24, 25
» View previous topic :: View next topic  
Author Message
tifreak8x


Guru


Joined: 16 Mar 2005
Posts: 9070
Location: Sol System

Posted: 17 Nov 2010 11:00:21 am    Post subject:

So, after going over what I had of the battle engine written down on paper and that that was working on calc, I have come up with a check list of sorts to go through and build the code on paper in chunks and I will assemble it later as I figure out exactly how I want the program to be done, since I need this thing to be extremely dynamic in what I want it to do.

-Clear screen
-recall data on enemy pokemon
-recall data on user pokemon
-Display text box
-Determine if wild or trainer battle
--if trainer battle, display NPC sprites and text
---clear sprites and post info bars
--if wild battle, post info bars
-store screen to temp pic var
-post pokemon sprites and hp data
-post menu options

This is as far as I have planned ahead so far with the battle system. I know, I have a LONG way to go, but this is the start. I didn't get the time this morning to work on this like I would wanted, but it is definitely a start.
_________________
Projects: AOD Series: 70% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

Look here for Assembly Resources.
Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 17 Nov 2010 11:24:02 am    Post subject:

tifreak8x wrote:
So, after going over what I had of the battle engine written down on paper and that that was working on calc, I have come up with a check list of sorts to go through and build the code on paper in chunks and I will assemble it later as I figure out exactly how I want the program to be done, since I need this thing to be extremely dynamic in what I want it to do.

-Clear screen
-recall data on enemy pokemon
-recall data on user pokemon
-Display text box
-Determine if wild or trainer battle
--if trainer battle, display NPC sprites and text
---clear sprites and post info bars
--if wild battle, post info bars
-store screen to temp pic var
-post pokemon sprites and hp data
-post menu options

This is as far as I have planned ahead so far with the battle system. I know, I have a LONG way to go, but this is the start. I didn't get the time this morning to work on this like I would wanted, but it is definitely a start.


Just a functioning GUI (as in moving cursor etc..) is a nice start, then adding functionality isn't so hard either. As far as putting it in the right place that is.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
tifreak8x


Guru


Joined: 16 Mar 2005
Posts: 9070
Location: Sol System

Posted: 17 Nov 2010 11:37:36 am    Post subject:

My main issue is being able to set this up properly so that when the attack is over, it properly comes back and redisplays the data appropriately. That is my main concern atm.
_________________
Projects: AOD Series: 70% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

Look here for Assembly Resources.
Back to top
thelivingshadow


Newbie


Joined: 14 Oct 2010
Posts: 3

Posted: 17 Nov 2010 12:19:47 pm    Post subject:





    Scientist
    Lt. Surge
    Swimmer
    Jr. Trainer Male
    Nerd?
    Nerd?
    Bug Catcher
    Mr. Fiji
    Nurse Joy
    ?
    ?
    ?
    ?
    ?
    ?
    Cerulean City officer
    ?
    ?
    Bruno
    Loralei (spelling check)
    Player
    Rival
    Professor Oak
    Youngster
    Lass
    ?
    ?
    Blaine
    Old Man in viridian
    JrTrainer(Male)
    ?
    Hiker
    ?
    Gentlemen
    ?
    Brock
    Sailor
    S.S. Anne Chef
    ?
    ?
    Giovanni
    Team Rocket Grunt
    Channeler
    Security Guard (Saffron City)
    Erika
    ?
    Misty
    Lance
    Mom
    Cue Ball?
    Little girl on top of department store(tms for drinks)
    Officer Jenny

_________________
The Living Shadow
Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 17 Nov 2010 01:09:50 pm    Post subject:

tifreak8x wrote:
My main issue is being able to set this up properly so that when the attack is over, it properly comes back and redisplays the data appropriately. That is my main concern atm.


Are there going to be animations for attacks?
If not, it shouldn't be that hard, but then again, I don't know how you are doing this.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
tifreak8x


Guru


Joined: 16 Mar 2005
Posts: 9070
Location: Sol System

Posted: 17 Nov 2010 01:13:06 pm    Post subject:

Well, I need the text box to expand upwards high enough to take on 2 additional lines of text. Though.. hm.. I might not.. I need to play around with the length of the attack names.. see if I can't just put all 4 in there, with the number of PP they have left, and not worry about showing the max..
_________________
Projects: AOD Series: 70% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

Look here for Assembly Resources.
Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 17 Nov 2010 01:15:46 pm    Post subject:

tifreak8x wrote:
Well, I need the text box to expand upwards high enough to take on 2 additional lines of text. Though.. hm.. I might not.. I need to play around with the length of the attack names.. see if I can't just put all 4 in there, with the number of PP they have left, and not worry about showing the max..


That sounds like what I am doing for FFME, I find it pointless to show the max if you need the room, so just showing the current is the best, imho that is.
And I hope you get it all working soon. Very Happy
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55770
Location: Earth, Sol, Milky Way

Posted: 17 Nov 2010 01:36:09 pm    Post subject:

I don't have anything more constructive or ontopic to add than to congratulate you on continuing to press on with this epic piece of software, TIFreak8x. Smile I admire your dedication.
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 17 Nov 2010 01:37:41 pm    Post subject:

KermMartian wrote:
I don't have anything more constructive or ontopic to add than to congratulate you on continuing to press on with this epic piece of software, TIFreak8x. Smile I admire your dedication.

I admired the fact of how dedicated he is once I realized this project is around 5-10 years old, and is still working on it, no matter how slowly.
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55770
Location: Earth, Sol, Milky Way

Posted: 17 Nov 2010 02:05:47 pm    Post subject:

Sonlen wrote:
KermMartian wrote:
I don't have anything more constructive or ontopic to add than to congratulate you on continuing to press on with this epic piece of software, TIFreak8x. Smile I admire your dedication.

I admired the fact of how dedicated he is once I realized this project is around 5-10 years old, and is still working on it, no matter how slowly.
Not only that; it's quite well-known! Back in the day I published an article on digg about it that reached the digg front page:

http://digg.com/news/gaming/Pokemon_For_Your_Calculator
_________________


Back to top
tifreak8x


Guru


Joined: 16 Mar 2005
Posts: 9070
Location: Sol System

Posted: 13 Dec 2010 09:18:07 pm    Post subject:

KermMartian wrote:
Sonlen wrote:
KermMartian wrote:
I don't have anything more constructive or ontopic to add than to congratulate you on continuing to press on with this epic piece of software, TIFreak8x. Smile I admire your dedication.

I admired the fact of how dedicated he is once I realized this project is around 5-10 years old, and is still working on it, no matter how slowly.
Not only that; it's quite well-known! Back in the day I published an article on digg about it that reached the digg front page:

http://digg.com/news/gaming/Pokemon_For_Your_Calculator


0x5, this is totally true. Completely wiped out my hosted space on calcgames.org when I was there within an hour, and put some serious strain on the Cemetech server there for a while.

As to progress, I am making some organizational progress with the battle system. Trying to ignore stress from life to make some progress with this, see where I can get to before the end of the year and the need to start a new topic Wink
_________________
Projects: AOD Series: 70% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

Look here for Assembly Resources.
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55770
Location: Earth, Sol, Milky Way

Posted: 13 Dec 2010 09:23:38 pm    Post subject:

Haha, that sounds like an excellent plan. I hope you succeed, and either way, I will look forward to tons of progress in the new year. Smile
_________________


Back to top
Sonlen


Calculator Deity


Joined: 25 Aug 2010
Posts: 1679

Posted: 13 Dec 2010 09:25:25 pm    Post subject:

KermMartian wrote:
Haha, that sounds like an excellent plan. I hope you succeed, and either way, I will look forward to tons of progress in the new year. Smile


Seconded, and as I have said before, I will be glad to help in any which way I possibly can. Very Happy
_________________
comicIDIOT wrote:
KermMartian wrote:
Stop double-posting. If you can't edit your posts, delete your old post before you post a new post.
I am too lazy to actually make my own post so instead I quote people and then don't say anything new


dragon1414@att.net / Google and Yahoo E-Mail
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55770
Location: Earth, Sol, Milky Way

Posted: 13 Dec 2010 09:26:51 pm    Post subject:

Sonlen wrote:
KermMartian wrote:
Haha, that sounds like an excellent plan. I hope you succeed, and either way, I will look forward to tons of progress in the new year. Smile


Seconded, and as I have said before, I will be glad to help in any which way I possibly can. Very Happy
Indeed, and myself as well, to the limits of my available free time. Smile
_________________


Back to top
Display posts from previous:   
    » Goto page Previous  1, 2, 3 ... 23, 24, 25
» View previous topic :: View next topic  
Page 25 of 25 » All times are GMT - 5 Hours

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.041888 seconds.