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

Pages: 1 ... 59 60 [61] 62 63 ... 207
901
TI Z80 / Re: Project Feedback - Imagination Quest
« on: October 01, 2010, 01:36:36 pm »
That's why I made it so you can insert coordinates and size ;)

902
TI Z80 / Re: Axe Cuberunner
« on: October 01, 2010, 12:24:08 am »
Ya, this is looking great. I would say unless you can get the grayscale to look good just ditch it, it won't be a big deal :)

903
Art / Re: Pokemon Sprites
« on: October 01, 2010, 12:21:37 am »
No problem. Anymore?

904
Introduce Yourself! / Re: yay didnt get my peanuts.....:D
« on: October 01, 2010, 12:20:19 am »
That's true.  But it's kind of a joke :P

I know :P

905
TI-BASIC / Re: Probably Pointless Program
« on: September 30, 2010, 10:42:20 pm »
Well I just tried, haven't gone over the code yet, but I can't get it to display over the year 700. Granted, I only used Sept.

Edit:
Weird, it works for Jan. 1995. Hmmm...

Edit:
Still going over code but fPart(C/7)*7→D can be 7fPart(C/7→D.

Edit:
Ok, I think I figured it out. I haven't fully tested it but it seems to have. That line I just optimized for you actually needs to be iPart(7fPart(C/7→D. That should fix it.

Edit:
Got bored so I optimized your program some. I'm sure some of it can be optimized more/better but oh well. Shaved off 70 bytes.

906
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 30, 2010, 10:36:06 pm »
Well what I was saying is run your program that displays them. Stop execution after they are done with the sprites. Save the screen as a picture. Then run the program twice, storing to different lists. That's what I meant originally. That way you get your hero in one list and your enemy in another.

907
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 30, 2010, 10:27:09 pm »
Ya, I know. That's why I said just to rerun my program with the hero on the screen. That way you get a list with just him in it. It shouldn't, I don't think. You can have only 999 elements in a list.

908
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 30, 2010, 10:15:28 pm »
Well what you can do is either make separate lists for each enemy or if you want them in the same list you can use augment( to tack lists onto each other and then when a enemy is chosen set a couple variable for the start and end of that enemy.

909
Art / Re: [sprite help]the greatest game of all time
« on: September 30, 2010, 09:28:14 pm »
Ah ok. Nah, in this case it is just a fun way of saying it. It's kinda hard to explain without hearing it in person though. But I do assure you it wasn't meant to be negative.

910
Art / Re: [sprite help]the greatest game of all time
« on: September 30, 2010, 09:23:16 pm »
He wasn't being disrespectful or rude by saying "sillies." It's a hard expression to really explain but it's just a fun, friendly, saying that some people use.

911
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 30, 2010, 09:00:22 pm »
Ya. By the way, did you see what i asked about the lists?

912
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 30, 2010, 08:57:25 pm »
That looks great! Are actually using the programs I gave? I was just curious because they get displayed differently than how mine do and all.

Yeah, I am.  I just sorted the list ascending. (in the screenie its actually descending)

O.O

Holy crap! That looks great! I am amazed at how fast the sprites are generated and how complex they are while being generated that way. How large are each sprite, though?

Keep up the good work on this project! :)
Thanks. :)  Rough estimate: about 25 pixels wide, 30 pixels tall.
I meant memory-wise. ;D Are each sprites 8 KB, 16 KB, etc?

You had sprites that took 8/16 KB? O.O

913
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 30, 2010, 08:51:50 pm »
Oh, so you mean you want one list that has just the hero and then a list that contains the enemies?

914
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 30, 2010, 08:44:41 pm »
Well you could just save the screen with both of them into a picture variable, run my program, put that list into another, then run it on the other sprite. Would save you some work of going though it.

915
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 30, 2010, 08:21:22 pm »
Ah ok, cool :) I didn't even think about sorting the lists. It just looked different because it seemed like there were vertical and horizontal lines and such. So are you using lists or strings for your compression? I've been working on a few different programs that might be able to make them smaller and such.

Pages: 1 ... 59 60 [61] 62 63 ... 207