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 - kalan_vod

Pages: 1 ... 40 41 [42] 43 44 ... 194
616
Computer Projects and Ideas / Combat Ball
« on: January 30, 2008, 12:31:00 pm »
Well I love this color usage in this site, easy to see text (unlike your old forums, which were very nice as well).

617
TI Z80 / HoboWars
« on: January 30, 2008, 12:29:00 pm »
Also this site has many great resources to look and play with :P

618
Escheron: Shadow over Ragnoth / Miscellaneous Lost Legends Stuff
« on: January 30, 2008, 12:27:00 pm »
Of course we care, but we also care about you guys just as much. If you were not working on a great project like this, we would still love seeing you guys around ;)

619
TI Z80 / HoboWars
« on: January 27, 2008, 01:28:00 am »
Looks great so far, I would like to recommend you check out this site for some tips and misc. information to help you succeed along your way ;). Good luck!

620
Computer Projects and Ideas / Combat Ball
« on: January 27, 2008, 01:25:00 am »
No problem in FF here, btw necro I love that Sailor Moon avatar!

621
TI Z80 / MTG-like card game
« on: January 23, 2008, 03:07:00 pm »
Sounds wonderful, and with xLIB you could have all the data archived so it would be easily feasible. I have not tried using Celtic 2 or 3, but the features are wonderful! You could have the actual program and required stuff in a BasicBuilder APP, and have the data for decks in programs that are archived.

622
TI Z80 / Flickerless 4 Level GrayScale
« on: January 23, 2008, 03:01:00 pm »
Great work, this is about the same method I used in my 5 lvl GS demo. CDI also had made a 4 lvl GS demo, but is more effective than mine (less time consuming to show fewer colors). Kevin had made a GS game with xLIB (he also made it with omnicalc, which this tut is helpful), not to forget his Reuben games!. CDI also made a GS minesweeper, I hope you can make something wonderful from your demo!

623
TI Z80 / Ethanderial
« on: January 22, 2008, 11:42:00 pm »
Looking very nice! The water looks great too ;)

624
Gaming Discussion / Starcraft no longer require CD to run
« on: January 18, 2008, 10:18:00 pm »
That would be a great reason ;), but you could buy a 250gb eternal HDD for around 100 USD (cheaper than it used to be, or just get a 250gb HDD for around 75 USD).

625
TI Z80 / Nyaar
« on: January 18, 2008, 10:15:00 pm »
Wow, I am liking the battle screen setup. Also the sprites do not look bad at all, sponge bob gary? jking

626
TI Z80 / Nyaar
« on: January 18, 2008, 08:38:00 pm »
He is using xlib, you could always change sprites later ;P

627
Gaming Discussion / Starcraft no longer require CD to run
« on: January 18, 2008, 08:36:00 pm »
Kevin: why dont you just rip the cds to your pc ;)

628
Site Feedback and Questions / Invisionfree or Zetaboards?
« on: January 18, 2008, 05:11:00 pm »
Double post: I do enjoy the smaller text on the top, as it does not make me scroll much to see the rest of the board ;).

629
TI Z80 / MTG-like card game
« on: January 18, 2008, 04:47:00 pm »
Quote
I want the to grab the individual values though, if I multiply by 100 next time it would get me 12, and by 1000 123. I wanted to be able to retrive just 1, or just 2 or just 8 and so forth. I found a solution too. All i have to do is convert the number to a string, use the sub command to grab whatever part of the string i want, then convert it back to a number!
Conversion to a string is always a quick optimized routine ;).

630
TI Z80 / MTG-like card game
« on: January 18, 2008, 03:51:00 pm »
Quote
Does anyone know of a quick way to retrieve a value from a decimal place of a number? For example, I have the decimal number 0.12345678 . Is there a way I can retrive the values of the individual decimal places?
Depends how many decimal places:
Code: [Select]
:int(10fpart(0.12345678 ;would get 1, and increase the 10 to more if you want more of the numbers

Pages: 1 ... 40 41 [42] 43 44 ... 194