Omnimaga
Calculator Community => TI Calculators => TI-BASIC => Topic started 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.
-
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 :(
-
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.)
-
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.
-
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?
-
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. :)
-
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.
-
That's a good idea. Thanks guys :)
I didn't know Weregoose had one, where can you find his?
-
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
-
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 :/
-
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
-
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
-
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 :)
-
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.
-
Ya, aren't those called vertical text sprites? (I saw the one routine post about them.)
-
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
-
Hmmm ok, well cool. Thanks O0 (best sprite that I know of :P)
-
Finaslly I decided to put a screenie :P
-
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.
-
I made this program a while ago (see attachments)
Edit: Yes, I know i spelled dual wrong in the program name.
-
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...
-
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.
-
That is pretty cool.
-
Nice program! I think I'll try it when I get home! ;D
-
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.
-
I still don't get these vertical sprites x.x
I will really have to check the topic on them one day
-
Yeah, i never actually got around to learning them, but i believe they use the same concept as horozontile text sprites
-
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. :(
-
: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 :(
-
: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?
-
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
-
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
-
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!)
-
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.
-
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.
-
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
-
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.
-
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:
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.
-
That only shows 134 characters I think, not 208.
-
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?
-
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...)
-
That only shows 134 characters I think, not 208.
Aren't the remaining characters the easily accessible ones (i.e., numbers, letters, and brackets)?
-
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))
-
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.
-
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.
-
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?
-
Mhmm weird, I wouldn't know in Contra case, then x.x
-
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.
-
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.
-
Wow that sounds like the TI-81 after you glitch it up XD
I never had this happen I think.
-
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)
-
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
-
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.
-
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.
-
I hope your calc isn't permanently bricked x.x
Have you tried reinstalling a new OS?
-
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.
-
Aaaah ok good to hear :) I was worried even after a RAM clear you still had issues.
-
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. :)
-
It may only be on a certain OS version...
* calcdude goes and checks for himself
-
Ya, I think that is what they were saying. That it only works on certain versions of the OS, but I may be wrong.
-
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
-
Wow, that's neat! it makes me want to downgrade to 1.14 and play Illusiat 6! ;D
Nice job DJ! :D
-
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
-
Ya, that's the black square I've seen by running some Axe programs. Does anyone know why it isn't accessible anymore?
-
I have no clue x.x
-
Well that is rather lame of TI (among other reasons :P).