Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: meishe91 on March 06, 2010, 10:45:01 pm

Title: Extra/Hidden Characters
Post by: meishe91 on March 06, 2010, 10:45:01 pm
So I was looking around and did a couple searches but couldn't find anything. But I was curious what the best way to obtain the hidden/extra/special characters is or are. I'm sure there are multiple ways. Also, is there anyway to do it so it remains a BASIC program so other calcs can run it without getting these characters too and such.
Title: Re: Extra/Hidden Characters
Post by: trevmeister66 on March 06, 2010, 10:52:15 pm
So I was looking around and did a couple searches but couldn't find anything. But I was curious what the best way to obtain the hidden/extra/special characters is or are. I'm sure there are multiple ways. Also, is there anyway to do it so it remains a BASIC program so other calcs can run it without getting these characters too and such.
I think its best to look up a program on Ticalc (or even here, under the archives) and download that. There was this basic program that let you choose any of the hidden characters, but i forgot what the name was :(
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 06, 2010, 10:57:33 pm
Ya, I remember a program like that from a few years ago. I hate when you can't remember things like that haha. What programs do people use? (Just anyone, just curious to see what's out there.)
Title: Re: Extra/Hidden Characters
Post by: SirCmpwn on March 06, 2010, 11:17:10 pm
Use usbtools to integrate a keyboard, then you can type most special characters with it.  I put them in a program and made a nice menu thing to use.
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 06, 2010, 11:23:38 pm
What do you mean usbtools? Or are you talking about the program that integrates with your computer and you can like you your mouse and such with it?
Title: Re: Extra/Hidden Characters
Post by: ztrumpet on March 06, 2010, 11:57:03 pm
I use a shortened version of this:
http://www.ticalc.org/archives/files/fileinfo/386/38657.html

To get the chars, I run this program, store it into Str0.  Then in the program I Rcl Str0 and delete the rest of the characters. :)
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 12:16:07 am
The issue with USB tools is if the person has a 83+, tho. They have no USB port.

However, The prog linked by Ztrumpet as well as some others (you have to make sure it also contains the chars from OS 1.15 or later), such as Weregoose's, are very useful to get hidden characters.

Sometimes, these chars lets you choose in a string. If you don't feel like going through that process all the time, what you can do is just get rid of the entire code except the chars, and keep them as some sort of database and copy them using Rcl when needed.
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 12:32:44 am
That's a good idea. Thanks guys :)
I didn't know Weregoose had one, where can you find his?
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 12:37:59 am
on United-TI, you need to check the project releases section. There should be a topic about where the downloads went (UTI used to have a portal with downloads). The instructions on how to access old downloads are there. Otherwise, maybe his program is in the topic list, or at http://tibasicdev.wikidot.com
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 12:41:39 am
Ah ok. Thanks, I'll check that out.

Edit: Unfortunetly, I don't think there is a way to get files from UTI off the "Project Releases" topic. :(
Also, is there any that has a black box to choose? I haven't seen one :/
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 01:12:58 am
ohshit I forgot about the file move. Let me try something x.x

And no I don't think black box is possible in BASIC, except through ASM programs, which won't let you store them in strings (and these progs are slow) :(

EDIT: Solution - in this topic

http://www.unitedti.org/forum/index.php?showtopic=8563

for example if you want to download w w w.unitedti.org/downloads/[5]rl1.zip, do w w w.unitedti.org/forum/downloads/[5]rl1.zip instead.

Someone should post this in their topic maybe, because the site moved URL and they did not tell users about the downloads
Title: Re: Extra/Hidden Characters
Post by: Builderboy on March 07, 2010, 01:19:23 am
I use this program for all my special characters

http://www.ticalc.org/archives/files/fileinfo/391/39138.html

It has all the possible tokens that you could need, and they work on other calculators without needing to transfer the program :) though you may have problems with older OS's X.x
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 01:46:29 am
Oh ok, well that is pretty lame haha. So the black boxed equal sign is as close as you can get then?
As for downloading I get it. I think I did it wrong then because those are the directions. I shall try, thanks DJ :)
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 02:19:20 am
Keep in mind that if you use the graph screen with Text(-1,Y,X,String),there's the trick called dual-layer ASCII, where you display two ascii chars on top of each others to create an awesome combination. Serenity, Elmgon, Metroid Pi and Zoith use this method, altough the two firsts applies it slightly differently (the second character layer is shifted one pixel right). That way it's possible to have a filled black box. It takes twice more space and is a bit slower to display, though.
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 02:21:11 am
Ya, aren't those called vertical text sprites? (I saw the one routine post about them.)
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 02:22:33 am
Nope, vertical text sprites is a totally different technique (that I still don't understand XD). I'll post code showing how dual layer works


Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 02:25:23 am
Hmmm ok, well cool. Thanks O0 (best sprite that I know of :P)
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 02:44:03 am
Finaslly I decided to put a screenie :P
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 02:50:01 am
So it is kind of like using horizontal text sprites but with full sized characters? I mean I see what is happening and all...but ya. Also, are the store and recall of pics necessary?

Thanks by the way.
Title: Re: Extra/Hidden Characters
Post by: trevmeister66 on March 07, 2010, 03:02:55 am
I made this program a while ago (see attachments)

Edit: Yes, I know i spelled dual wrong in the program name.
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 03:24:55 am
nice you made it run quite fast. I had a similar prog but it was slow x.x

Builderboy has a Java one too

I think I should put them in the archive...
Title: Re: Extra/Hidden Characters
Post by: trevmeister66 on March 07, 2010, 03:29:18 am
nice you made it run quite fast. I had a similar prog but it was slow x.x

Builderboy has a Java one too

I think I should put them in the archive...
Thanks :) I got really tired of either trying to guess a combination, or repeatedly testing combinations while I was programming, so I decided to end it once and for all. Also, I believe all of those characters are ones you can get on the calc without an asm program.
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 03:32:27 am
That is pretty cool.
Title: Re: Extra/Hidden Characters
Post by: ztrumpet on March 07, 2010, 11:27:37 am
Nice program!  I think I'll try it when I get home! ;D
Title: Re: Extra/Hidden Characters
Post by: Eeems on March 07, 2010, 12:07:27 pm
So it is kind of like using horizontal text sprites but with full sized characters? I mean I see what is happening and all...but ya. Also, are the store and recall of pics necessary?

Thanks by the way.
Yes they are. If you do not store/recall the pic then the first text will just be overwritten by the other one. Storing/recalling allows you to have both lines of text displayed together.
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 01:01:28 pm
I still don't get these vertical sprites x.x

I will really have to check the topic on them one day
Title: Re: Extra/Hidden Characters
Post by: Builderboy on March 07, 2010, 01:21:11 pm
Yeah, i never actually got around to learning them, but i believe they use the same concept as horozontile text sprites
Title: Re: Extra/Hidden Characters
Post by: ztrumpet on March 07, 2010, 02:01:39 pm
Yeah, i never actually got around to learning them, but i believe they use the same concept as horozontile text sprites
That's right.  Please note Vertical Text Sprites don't work on 2.53MP unless you use an Asm program to turn off a flag.  :(
Title: Re: Extra/Hidden Characters
Post by: Builderboy on March 07, 2010, 02:04:18 pm
:O You know what this means???  Portal won't work on 2.53 either!  It requires that that flag be off in order for it to run :(
Title: Re: Extra/Hidden Characters
Post by: ztrumpet on March 07, 2010, 02:08:23 pm
:O You know what this means???  Portal won't work on 2.53 either!  It requires that that flag be off in order for it to run :(
:(
TI, FEEL OUR WRATH!

This is too bad. :(

By the way, the hex code to turn the flag off is:
AsmPrgmFDCB058ECC9

Why Ti, why?
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 02:18:44 pm
Because they don't care about the little people like us who actually have to purchase their products haha. Anywho...thanks for the explanation Eeems, that makes sense. Thanks guys :D
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 03:09:34 pm
ouch. This means for these games they can no longer be pure-basic x.x

Fortunately the ASM code can fix it I guess.

If it crashes on older OSes, just have the player launch the game from a different program that won't run the ASM prog containing this code
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 03:12:41 pm
Well it is kind of true, you'd think the people who buy the products would have some say on what goes into the OSes. And ya, that is lucky that we can use ASM. (Thanks to who ever decided to implement ASM into calcs!)
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 03:21:59 pm
yeah, the sad reality, though, is that not all companies listens to their customers.

Microsoft listened to them, barely. After bad responses to Windows Vista being a ressource hog, they released a less ressource-intensive OS, Windows 7. However, they took 6 years to update IE to somethign closer to web standards, and even when IE7 came out, it still didn't support CSS2 properly.

Casio enabled C on the classpad after a year or two of complains about the lack of ASM/C programming on the ClassPad 300 touch screen calc.

TI, however, nothing.
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 03:29:37 pm
Ya, it really sucks. Those jerks >:D :P And I'm pretty sure Microsoft pretty much had like no choice but to develop Window's 7...the Vista situation was getting bad.
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on March 07, 2010, 03:46:12 pm
sales were also poor apparently.

Anyway back on topic, I added two recent dual layer ascii tools (including the one by Trev) in the archives :P
Title: Re: Extra/Hidden Characters
Post by: meishe91 on March 07, 2010, 03:51:34 pm
Ya, sorry about that :P

Ya, I saw those. I tried out Builderboy's java one, it's pretty cool. I haven't tried the other one though.
Title: Re: Extra/Hidden Characters
Post by: Deep Toaster on May 29, 2010, 12:41:07 am
sales were also poor apparently.

Anyway back on topic, I added two recent dual layer ascii tools (including the one by Trev) in the archives :P

And now Apple seems to be worth more than Microsoft.

And about the hidden characters, if ever you need to get the characters somehow, and you can't download a program for it, you can quickly create a string of all the extra characters this way:

1. First, make this program:

Code: [Select]
PROGRAM:A
:"AsmPrgmC901BB6EBB6F→Str1
:For(I,1,9
:For(J,1,16
:Str1+"BB"+sub("789ABCDEF",I,1)+sub("0123456789ABCDEF",J,1→Str1
:End
:End

2. Run the program

3. Delete every line of the program and recall Str1

4. Delete the first and last quotation marks

5. Go to the home screen and run AsmComp(prgmA,prgmB

6. Go into MirageOS or whatever shell/utility you use

DO NOT RUN THE PROGRAM B OR YOU WILL GET A RAM CLEAR.

7. Unlock or unprotect program B

8. Exit to the home screen, then go into the edit screen for prgmB

All the characters should be there. Just delete the ones you don't need, as well as every quotation mark, and store the result to a string. That's a string with all the extra characters.
Title: Re: Extra/Hidden Characters
Post by: meishe91 on May 29, 2010, 12:53:50 am
That only shows 134 characters I think, not 208.
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on May 29, 2010, 01:00:00 am
I think the reason why Mac value increased compared to Microsoft is because of the iPod, iPhone and all their revenues from iTunes and other stuff. I seriously doubt their computer sales increased much, especially that now PCs can be just as good for multimedia development. I loved Mac OS style a lot, but Mac computers are so expensive compared to their PC counterpart that people will just go for a PC instead. Can't Mac OS now install on a PC, anyway?


Anyway back on topic, great Deep Thought, that works well, just tried on Wabbitemu (84+ OS 2.53MP) and it can be useful if someone doesn't have a link cable nearby :)

To address what Meishe91 said, is there a way to show more chars?
Title: Re: Extra/Hidden Characters
Post by: meishe91 on May 29, 2010, 01:03:21 am
I think the reason why Mac value increased compared to Microsoft is because of the iPod, iPhone and all their revenues from iTunes and other stuff. I seriously doubt their computer sales increased much, especially that now PCs can be just as good for multimedia development. I loved Mac OS style a lot, but Mac computers are so expensive compared to their PC counterpart that people will just go for a PC instead. Can't Mac OS now install on a PC, anyway?


Anyway back on topic, great Deep Thought, that works well, just tried on Wabbitemu (84+ OS 2.53MP) and it can be useful if someone doesn't have a link cable nearby :)

To address what Meishe91 said, is there a way to show more chars?

Mac I'm pretty sure still trumps Windows in multimedia development and such. (At least that is what I think, only reason I want a Mac...)
Title: Re: Extra/Hidden Characters
Post by: Deep Toaster on May 29, 2010, 01:12:32 am
That only shows 134 characters I think, not 208.

Aren't the remaining characters the easily accessible ones (i.e., numbers, letters, and brackets)?
Title: Re: Extra/Hidden Characters
Post by: calcdude84se on June 01, 2010, 07:51:45 am
I would think so. Those, I think, are actually single-byte tokens, which means that they don't have the same form as the others (e.g. something like 42 'B' versus BB73 (don't know what it is, but you get the point))
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 01, 2010, 02:52:43 pm
Yeah I think they would require some modification in the BASIC prog above to be accessible.

Btw are there still characters that will change to other tokens when stored to strings/ans? I remember on older calc OSes I had a nice looking character and wanted to store it in a string, then it changed to random TI-BASIC commands.

Another example is when saving external Mario levels in lowercase, notice what happens when you try pasting the program name on the homescreen.
Title: Re: Extra/Hidden Characters
Post by: calcdude84se on June 01, 2010, 06:03:53 pm
First item: yeah, I've seen that, though I forget for what tokens.
About Mario: that's because program names use raw characters, but the homescreen uses tokens. So your single-byte letter becomes a one-byte token.
Title: Re: Extra/Hidden Characters
Post by: Deep Toaster on June 01, 2010, 06:13:22 pm
Yeah I think they would require some modification in the BASIC prog above to be accessible.

Btw are there still characters that will change to other tokens when stored to strings/ans? I remember on older calc OSes I had a nice looking character and wanted to store it in a string, then it changed to random TI-BASIC commands.

Another example is when saving external Mario levels in lowercase, notice what happens when you try pasting the program name on the homescreen.

It's happened to me, and I use OS 1.19. I was trying to hack Contra 83's high score name string, and as my cursor moved past the lowercase letters, they all changed. Did they mean to do that to make it unhackable?
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 01, 2010, 07:47:43 pm
Mhmm weird, I wouldn't know in Contra case, then x.x
Title: Re: Extra/Hidden Characters
Post by: Galandros on June 02, 2010, 02:02:22 pm
I hex edited some TI-BASIC programs to find some hidden tokens seen in TI|BD token tables.
I found that some unused tokens show in program editor as a ? and when you "scroll" it changes to ?RESET RAM?
I used Calcsys, although nothing bad happened to me, test at your own risk.
Title: Re: Extra/Hidden Characters
Post by: Deep Toaster on June 02, 2010, 07:13:37 pm
I hex edited some TI-BASIC programs to find some hidden tokens seen in TI|BD token tables.
I found that some unused tokens show in program editor as a ? and when you "scroll" it changes to ?RESET RAM?
I used Calcsys, although nothing bad happened to me, test at your own risk.

Wow, that's ... dramatic.

I've seen the ?, but it never gave me that message.
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 03, 2010, 01:29:07 am
Wow that sounds like the TI-81 after you glitch it up XD

I never had this happen I think.
Title: Re: Extra/Hidden Characters
Post by: calcdude84se on June 03, 2010, 07:34:35 am
Just changing tokens in a BASIC program via calcsys shouldn't do anything bad except let you see normally unseen tokens. One of the fun ones I found is a screen-sized mess of random characters. (I think they number quite a few)
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 03, 2010, 09:18:34 am
oh yeah those. I don't know for the garbage ones but for the 3x3 squares one that is like 256 characters large, I heard it was the calc trying to display empty flash memory content. Dr.Dnar told this on IRC a while ago. Despite the token being 256 chars long (taking two screens), it's still just a 2-byte token. x.x

That huge one is only possible on OS 1.14 or lower, though, which is why my game Illusiat 6, which made usage of it for displaying the final dungeon map, is glitchy in later OSes
Title: Re: Extra/Hidden Characters
Post by: Deep Toaster on June 03, 2010, 09:51:06 am
oh yeah those. I don't know for the garbage ones but for the 3x3 squares one that is like 256 characters large, I heard it was the calc trying to display empty flash memory content. Dr.Dnar told this on IRC a while ago. Despite the token being 256 chars long (taking two screens), it's still just a 2-byte token. x.x

That huge one is only possible on OS 1.14 or lower, though, which is why my game Illusiat 6, which made usage of it for displaying the final dungeon map, is glitchy in later OSes

Really? I've actually seen it once or twice on my OS 1.19. At one point, one of my hobbies was unlocking an assembly program and scrolling through the tokens, and occasionally I would see one with a bunch of i's and other characters that takes up two screens.

What's the hex code of the token? I've tried to find it myself, but after searching through all the extra 2-byte tokens, I still couldn't find it.
Title: Re: Extra/Hidden Characters
Post by: Galandros on June 03, 2010, 01:27:15 pm
oh yeah those. I don't know for the garbage ones but for the 3x3 squares one that is like 256 characters large, I heard it was the calc trying to display empty flash memory content. Dr.Dnar told this on IRC a while ago. Despite the token being 256 chars long (taking two screens), it's still just a 2-byte token. x.x
That was a nice token hack. ^^

I think I tried to see what the program displayed with a 2 byte token started by DD (hexadecimal). It displayed a ? that changed to ?RESET RAM?. See http://tibasicdev.wikidot.com/miscellaneous-tokens.
By the way, one time my TI-BASIC program had some ? randomly through every 3 lines or so. I managed to reconstitute the code, hopefully, but it seems like my calculator RAM was changed in some way that affected the TI-BASIC programs. I ram cleared and deleted things for precaution. Maybe I run some assembly program with a bug or I ungrouped some odd corrupt group.

And I believe, the xtrachar.8xp misses only the hidden DDDF (hex) token. Which is like the transposition matrix but displayed a little down.
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 03, 2010, 06:32:18 pm
I hope your calc isn't permanently bricked x.x

Have you tried reinstalling a new OS?
Title: Re: Extra/Hidden Characters
Post by: Galandros on June 04, 2010, 09:27:33 am
I hope your calc isn't permanently bricked x.x

Have you tried reinstalling a new OS?
It was only RAM writes where it shouldn't. Looks like only affected my TI-BASIC code which I recovered by hand.
A Ram Clear easily solved the issue.
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 04, 2010, 09:57:20 am
Aaaah ok good to hear :) I was worried even after a RAM clear you still had issues.
Title: Re: Extra/Hidden Characters
Post by: ztrumpet on June 10, 2010, 10:37:14 am
oh yeah those. I don't know for the garbage ones but for the 3x3 squares one that is like 256 characters large, I heard it was the calc trying to display empty flash memory content. Dr.Dnar told this on IRC a while ago. Despite the token being 256 chars long (taking two screens), it's still just a 2-byte token. x.x
That was a nice token hack. ^^

I think I tried to see what the program displayed with a 2 byte token started by DD (hexadecimal). It displayed a ? that changed to ?RESET RAM?. See http://tibasicdev.wikidot.com/miscellaneous-tokens.
By the way, one time my TI-BASIC program had some ? randomly through every 3 lines or so. I managed to reconstitute the code, hopefully, but it seems like my calculator RAM was changed in some way that affected the TI-BASIC programs. I ram cleared and deleted things for precaution. Maybe I run some assembly program with a bug or I ungrouped some odd corrupt group.

And I believe, the xtrachar.8xp misses only the hidden DDDF (hex) token. Which is like the transposition matrix but displayed a little down.
*Bump*
What's the easiest way to get this token?  All my attempts give my a ? =(
Thanks. :)
Title: Re: Extra/Hidden Characters
Post by: calcdude84se on June 10, 2010, 11:22:15 am
It may only be on a certain OS version...
* calcdude goes and checks for himself
Title: Re: Extra/Hidden Characters
Post by: meishe91 on June 10, 2010, 03:52:07 pm
Ya, I think that is what they were saying. That it only works on certain versions of the OS, but I may be wrong.
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 10, 2010, 06:22:17 pm
Btw here's a demo of the 256 char long string of 3x3 black squares token in action, a token only available on OS 1.14 or below:

Skip at 2:35


Title: Re: Extra/Hidden Characters
Post by: ztrumpet on June 10, 2010, 06:28:13 pm
Wow, that's neat!  it makes me want to downgrade to 1.14 and play Illusiat 6! ;D
Nice job DJ! :D
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 10, 2010, 06:29:46 pm
Lol thanks. I wish I knew TI would screw up with chars after OS 1.14 back then, though, cuz now the game won't work fine under newer OSes and in Nemesiat for the 83, which use an alternate char, the final dungeon doesn't look as great :S
Title: Re: Extra/Hidden Characters
Post by: meishe91 on June 10, 2010, 06:30:03 pm
Ya, that's the black square I've seen by running some Axe programs. Does anyone know why it isn't accessible anymore?
Title: Re: Extra/Hidden Characters
Post by: DJ Omnimaga on June 10, 2010, 07:41:49 pm
I have no clue x.x
Title: Re: Extra/Hidden Characters
Post by: meishe91 on June 10, 2010, 10:39:45 pm
Well that is rather lame of TI (among other reasons :P).