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

Pages: 1 ... 38 39 [40] 41 42 ... 71
586
Miscellaneous / a story with no title yet...
« on: November 25, 2007, 02:24:00 am »
Very good, I like it. I have to agree with DJ, that'd be a pretty tight RPG.

587
Miscellaneous / What's going on in Omnimaga?
« on: November 24, 2007, 08:17:00 am »
Working 20+ hour weeks, going to school, just finished applying for college, and am now waiting for their responses (already got acceptred into 1 though). Started my first asm game, although it's progressing slowly because of the holidays and family, but I'll pick it up again soon. Trying to fix some relationship problems :banghead:banghead.gif , which isn't going so well. And hopefully i'll be able to start my xLIB project again, after it got completely erased because of my calc crash  :rage:rage.gif

588
Art / Sprites for a calc FPS
« on: November 19, 2007, 07:12:00 pm »
I like the idea of an xLIB FPS. But would it really be that fast?

589
TI Z80 / V Factor
« on: November 19, 2007, 04:13:00 pm »
Pretty good for a first game (beats the heck out of my first game(s)  %)rolleyes2.gif )

Some optimizations:
Teacher key: You eliminate the equations, and just display a number. Itll save you a bit of memory.

I suggest using booleans instead of if's
ex:

your code
c1-->
CODE
ec1If G=25
-1->D
If G=34
1->D
If A=1
1->D
If A=60
-1->D
If G=26
->Dc2
ec2

can be
c1
-->
CODE
ec1-(G=25 or A=60)+(G=34 or A=1)*not(G=26->Dc2
ec2

It is smaller and faster, a win-win.

Also Lbl-Goto's can be memory killers, although I think you did a good job of avoiding this. But to make it faster and, I think, easier, make it one big loop where you have
c1
-->
CODE
ec1Repeat pxl-Test(A,B
...
main game code
...
Endc2
ec2
I think it would end up being smaller and faster (and it's a good habit to avoid Lbl-Goto's whenever you can, which is almost all of the time)

All in all, a very good program to begin with. Now that you have the basic's down, you should try a pure BASIC fully graphical RPG.. jk. But none the less, great job.  :thumbup:google.gif

590
TI-BASIC / List help
« on: November 16, 2007, 09:46:00 am »
Sweet it worked :)smile.gif Thanks.

591
Other Calculators / There are way too many secret TI projects
« on: November 16, 2007, 09:45:00 am »
@grendel: Yeah about that. I got kind of busy with fixing my calc after the crash (and I also lost everything I had done on the project <_<dry.gif). So i need to start over with transfering the sprites and making the map engine. I'll let you know when I up to speed agian.

592
TI-BASIC / List help
« on: November 16, 2007, 01:44:00 am »
What would be the fastest way to move every value in a list up one position in the list (thus deleting the last number in the list, and adding a new one at the beginning)?

Example:
{1,2,3,4,5->L1
//What would I do here?
#->L1(1
L1 = {#,1,2,3,4

593
Miscellaneous / The Happy Birthday Thread
« on: November 15, 2007, 04:37:00 pm »
Happy Birthday!


594
Other Calculators / I think my calc is dead
« on: November 14, 2007, 01:32:00 pm »
Yep, everything is back to normal now :)smile.gif Thanks everybody.

595
Other Calculators / Difference between 83+SE & 84+SE
« on: November 14, 2007, 12:54:00 pm »
Yeah I agree with DJ. I have tried multiple times to learn asm, and to no avail. Mosly because I lose interest after a little while because I can't do anything with what I'm learning. When I learn a new language, I want to be able to make some kind of program, whether a fully graphical arcade style game, or just a mere text displaying thing. Just something that can keep me interested.  

596
Other Calculators / I think my calc is dead
« on: November 14, 2007, 12:47:00 pm »
Ah i see. That did work.  :haha:laugh.gif Thanks

597
Other Calculators / I think my calc is dead
« on: November 14, 2007, 11:50:00 am »
Yeah i guess they changed it. But now i have a new problem. I don't have as much Archive memory as I used to.. Anybody know how to fix that?

EDIT: As in only like 1/10th of what i had before. I can't even get mirageOS, xLIB, and 30+ games on there...

598
Other Calculators / I think my calc is dead
« on: November 14, 2007, 09:50:00 am »
Good news. While at school I was able to send an OS from someone else's calc, and it worked! :haha:laugh.gif So my calc is now fixed, and all i have to do is send everything (80+ games :/confused.gif) back to the calc.  

599
Other Calculators / I think my calc is dead
« on: November 13, 2007, 11:19:00 am »
Alright, I'll have to wait untill tomorrow at school to do that, but hopefully it will work. Thanks guys.

600
Other Calculators / I think my calc is dead
« on: November 13, 2007, 10:25:00 am »
The problem is, I can't do any of these things because I can't even turn my calc on :/confused.gif

EDIT: Wait i just tried the DEL thing, and it's doing something..

EDIT 2: Ok, well after doing the DEL, it said Waiting... send OS, and i have the OS on my comp. But the problem is, my computer can't recognize my calculator, so i can't connect to send the OS..  :ihatemypc:crash.gif

Pages: 1 ... 38 39 [40] 41 42 ... 71