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.


Topics - Insorak

Pages: [1]
1
Other Calculators / Interesting way to make calculator movies?
« on: December 22, 2009, 02:14:03 pm »
If you have a really long string that you recall on the homescreen, it scrolls a lot, blending the characters in what looks like animation. I've done this with repeating strings, and it's just occurred to me that you can probably make pretty neat, and even grayscale, movies with it. Of course, any movie of decent length would require a ridiculously long string, but still - it's cool!

Anyone want to try? :P

2
TI-BASIC / String to List Glitch
« on: December 22, 2009, 02:09:59 pm »
Calculator: TI-84+ SE, OS 2.43

So apparently, on this calculator, you can store a string to a list without getting a syntax error.

Code: [Select]
" →L1
There's lots of weird properties about this "glitch", and I have a few questions about it...

If you enter the code above on the homescreen, and then just enter L1, you get an ERR:SYNTAX. When you press Goto, it shows essentially what's in the codebox above. Some other times, you get an ERR:DATA TYPE instead of an ERR:SYNTAX. It's weird. Yet, if you do a Rcl on L1, you can get the former contents of L1, or an empty list ({}) if L1 is empty. How does this work in memory?

It screws up the list editor if you try to view it there (Stat → Edit). What's up with the weird diamond symbol that appears next to the list name?

How can this error even occur? Apparently TI wasn't smart enough to prevent us from storing strings to lists? :O

3
General Calculator Help / How to get ROM
« on: December 12, 2009, 07:06:56 pm »
After downloading an emulator, I found out that I have no idea how to get my ROM off of my TI84+ SE.

How might I go about doing this? (After I find my link cable, of course.)

4
Miscellaneous / What's a lobster?
« on: December 09, 2009, 05:44:15 pm »
In the member groups section, there's a pink entry that says "Lobster". What's a lobster?  ???

5
Other Calc-Related Projects and Ideas / Anti-RPG RPG
« on: December 08, 2009, 06:20:37 pm »
Inspired by Illusiat, powered by TI, and running on glucose, I have decided to program a sort of anti-RPG, in which you seek to help your master destroy the world, instead of rescuing it! Hence, it will be called Anti-RPG, due to the role reversal here.

I’ve just started coding this, and hope to finish within a reasonable span of time (three months, give or take a while) barring catastrophic RAM clear, etc. (It happens. I was programming in the shower once, dropped the calculator, and got a RAM clear. That’s NEVER fun.) Like Illusiat, it’s going to be written in pure BASIC, with a little bit of xlib for flavor (i.e. unarchiving). Of course, I’m not completely vapid, uninteresting, and derivative (pardon the math pun), so I don’t intend for this to be an exact clone. Where’s the fun in that?

I’m planning on making four character classes: Defiler (warrior type), Necromancer (mage type), Thief (think speed), and Psion (super mage type, but also super weak physically). Each will come equipped with its own set of skills; advancing to higher levels unlocks more powerful and useful skills (max level is 50). Thus, replay value will be increased somewhat, as hopefully each class will be played sort of differently. (I’d be surprised if you could melee your way through the Psion class, the way I’ve planned it.)

Possible ideas (if not too difficult/bulky to implement): status ailments on both you and monsters, a “pillage” feature for towns where you raid the town, gaining massive amounts of loot but no longer being able to use it (you are evil, after all), an equipment system (gotta use L3 for something), and whatever random delightful ideas you guys suggest.

I don’t believe I’ll be needing any help with this, so bring in the suggestions and I’ll see what I can do! :P

Random note (more for me not to forget than for your informative pleasure): [A] is very important. Do not modify or delete [A]. (It’s the world map. No, not your screen map. The WORLD map.)

6
Introduce Yourself! / Bonjour!
« on: December 07, 2009, 05:48:41 pm »
Hello! I'm Fred, a currently sixteen-year old highschool student running on six hours of sleep a day and still finding some time to improve his TI-BASIC skills.

Hoping to contribute a few games eventually... I'll put in right now that there has been some truly amazing work done here, and I hope that I can attain that level of awesomeness some day!

I'm a calculator dabbler... I know more ways to clear RAM (and to mess up your calculator while not clearing RAM) than most non-ASM programmers probably do... ever tried giving CODEX invalid inputs? Don't. It can do bad things to your screen.  :o

Anyways, that's all for now... if you have any questions, just ask... I'll answer them, eventually, I promise... :P

7
General Calculator Help / Calculator won't turn on...
« on: December 01, 2009, 03:42:42 pm »
I have a TI-84+ SE.

For some reason, the calculator gave me an option to group archived programs. Curious idiot that I am, of course, I immediately try it out. The screen flashes random displays for about a second, then fades to white. On button unresponsive. Batteries pulled, re-inserted, tried again: nonresponsive. Swapped with another calculator's. The other calculator didn't respond when it was turned on. (Batteries probably drained...!) My calculator didn't do anything either.

So now I'm in a bit of a hard place. I have a VERY important math exam on Saturday (today's Tuesday). Any ideas? There's also quite a bit of stuff on my calculator that I would like to recover, if possible.

Pages: [1]