Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hot_Dog

Pages: 1 ... 85 86 [87] 88 89 ... 194
1291
TI Z80 / Re: Starcraft: Zeratul -- An RPG in the works
« on: January 18, 2011, 03:23:54 am »
Question, will there be nukes? :P

Yes!  Although you don't use them much

1292
S.A.D. (Seek and Destroy) / Re: [S.A.D.] Progress 2011
« on: January 18, 2011, 03:13:21 am »
Sorry to hear. I hope you don't give up, though. :(

No worries, I'm not giving up on the fog, just not doing it for right now.

1293
Correlation / Re: Correlation Progress
« on: January 17, 2011, 04:07:09 am »
It works for 2 byte tokens too right?  This is becoming even more awesome! :D

No it doesn't, sorry.  It's meant for strings that are used for displaying custom fonts, and those strings only use 1-byte tokens.  That's why the routine is so fast

1294
Correlation / Re: Correlation Progress
« on: January 17, 2011, 04:03:58 am »
Release this already!
People competing in the Storm will be eternally grateful.

Lol!  What is "the Storm," by the way?

1295
Correlation / Re: Correlation Progress
« on: January 17, 2011, 03:49:35 am »
I made a replacement for the function sub( to help with long strings.  Just replace sub( with abs(.

For a small string, the speed difference between abs( and sub( is almost unnoticeable.  However, if you have the following code for a 2000 char string:

For(A,1,1000
sub(Str0,1000,1
End

1 Minute, 25 seconds

With Correlation:

For(A,1,1000
abs(Str0,1000,1
End

15 seconds

1296
News / Re: Casio PRIZM released a bit too early?
« on: January 17, 2011, 02:32:21 am »
Bug or no bug, is it just me, or does that program run extremely fast for a Basic-language one?

1297
First of all, I want to thank Hot_Dog for making this tutorial.  It's been very helpful so far, and it's increased my interest in joining this community.

Your welcome, and I'm glad that you were eager to join because of it!  Welcome by the way, and be sure to introduce yourself!

1298
S.A.D. (Seek and Destroy) / [S.A.D.] Progress 2011
« on: January 15, 2011, 03:15:47 pm »
I've been putting off the fog of war so long that, at least for right now, I have no incentive to continue work on it.  It will be done, but the point is, I'm planning on releasing S.A.D. Alpha 4 sometime in February without any fog of war.  I apologize for those of you looking forward to it

1299
So is S.A.D. off-hold again?

Fraid not.  But I'm working on little bits here, there and everywhere, meaning it's more active than something like F-Zero.

1300
In many RTS games, when you upgrade your armor, the damage you take is decreased by 1 per upgrade.  This means armor upgrades are wonderful against units with low DPS, but almost useless against high DPS units.  I would like to make the armor upgrades effective against all kinds of units, but since I'm not a huge RTS know-it-all, I don't know if there would be any balance issues or not, or if gameplay would be boring and unstrategic.

So please vote and discuss: Should armor upgrades decrease damage by a fixed amount, or by a percentage of the damage taken?

1301
Correlation / Re: Correlation Progress
« on: January 14, 2011, 07:14:12 pm »
By request of graphmastur, I've released an on-calc pixel art font editor for Correlation.  Unfortunately, it's gotten so big that it's an application.  However, I've tested it, and it should contain no bugs.

1302
Correlation / Re: Request for a Java Programmer
« on: January 14, 2011, 12:10:55 pm »
Here's the files I need you to look at, Deep Thought.

Saw your PM, anything I can do, or is it definitely just Paint?

Thanks, Deep Thought!  It turns out I was just saving in a location different from what I "thought" (no pun intended), so I was looking at and compiling the wrong file the whole time.

1303
Miscellaneous / Re: Free Paint Program for Large Monochrome Bitmaps
« on: January 13, 2011, 05:48:59 pm »
WOW, I had a >1900 pixel image all along, and looked in the wrong spot :(

1304
Miscellaneous / Free Paint Program for Large Monochrome Bitmaps
« on: January 13, 2011, 05:40:08 pm »
Apparently, with Microsoft Paint (or at least my version of it) Monochrome bitmaps can be no larger than 1696 pixels high.  Is there a free, SMALL program that can save bigger monochrome bitmaps?

1305
Correlation / Re: Request for a Java Programmer
« on: January 13, 2011, 05:33:09 pm »
Here's the files I need you to look at, Deep Thought.

Pages: 1 ... 85 86 [87] 88 89 ... 194