Mystic Software Forums

Mystic Software => General Discussion => Topic started by: dooms102 on July 17, 2007, 08:32:27 PM

Title: Starting New game! PICS here!
Post by: dooms102 on July 17, 2007, 08:32:27 PM
well I have most of the storyline worked out already and graphics, systems, players and so on are coming along great. well here's the first rendering of my custom menu system. I think it looks pretty good, and it starts extremely fast thanks to leen programming and also I am using a line of coding for the cursor instead of using the cmap!=createcursormap() and what not. also... I am inbareced to ask this because I am experienced in programming. but... inorder to count the steps I used a program:
Code: [Select]
while(0==0)
{
sp!=sp!-1
steps!=steps!+1
}
sp! is the stamina and steps! is of course the steps. I put this in place of the custom battle system and checked "Planned" and put in the value 1.
so please help becuase my menu keeps showing 0 as you can see, and the variables are the same. also the stamina wont go down...  Sad
Title: Re: Starting New game! PICS here!
Post by: Dude Man on July 17, 2007, 08:53:10 PM
I can't see the picture all it says is "You do not have the required permissions to view the files attached to this post".
Title: Re: Starting New game! PICS here!
Post by: Xorlak on July 17, 2007, 10:11:48 PM
Hmmm, interesting.  Permissions to download attachments were switched off.  Does it work now?

Dooms:  Looking good!
Title: Re: Starting New game! PICS here!
Post by: Dude Man on July 18, 2007, 12:02:59 AM
Ah I see. I'm sorry, but I don't know what's wrong. Probably some math error I don't know.

But yeah, it looks good, but I don't like the character sprite, it looks obviously stretched.
Title: Re: Starting New game! PICS here!
Post by: dooms102 on July 18, 2007, 03:18:37 PM
yeah I know... It's becuase I got the sprite from "chars-profect EX" or whatever... If I had the time I would make my own.
maybe after further progress.

Thanx Guys!
Title: Re: Starting New game! PICS here!
Post by: Drannic_Lord01 on July 19, 2007, 04:46:59 AM
Yeah, that is pretty nifty... I like the layout you have with the menu to the right. Nice.

Also, do you have your stamina recharge after a short period of time? It might be that it's recharging so fast that you can't see if it goes down or not. If that's the case, you may want to fix the said time for when your stamina recharges.
Title: Re: Starting New game! PICS here!
Post by: dooms102 on July 19, 2007, 02:01:29 PM
There isn't a stamina recharge right now, and I don't know why it's not working.