Author Topic: 8xp to text converter  (Read 20796 times)

0 Members and 1 Guest are viewing this topic.

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
8xp to text converter
« on: October 31, 2010, 05:08:53 pm »
Okay, I am looking for a PROGRAM (not online converter), that will convert 8xp files back into text. If I have to I will make one myself but I don't want to.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: 8xp to text converter
« Reply #1 on: October 31, 2010, 05:09:23 pm »
Okay, I am looking for a PROGRAM (not online converter), that will convert 8xp files back into text. If I have to I will make one myself but I don't want to.

I don't think that exists/is possible.

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: 8xp to text converter
« Reply #2 on: October 31, 2010, 05:13:57 pm »
Okay, I am looking for a PROGRAM (not online converter), that will convert 8xp files back into text. If I have to I will make one myself but I don't want to.

I don't think that exists/is possible.

I believe a few exist. Tokens for example is a project currently being developed by merthsoft right here at omnimaga.

EDIT: Didn't you just post in that thread a few days ago ScoutDavid? Lol :P
« Last Edit: October 31, 2010, 05:17:31 pm by Runer112 »

souvik1997

  • Guest
Re: 8xp to text converter
« Reply #3 on: October 31, 2010, 05:20:22 pm »
It is certainly possible, you just need to read the 8xp file and convert the hex into ASCII. I don't think there is any 8xp -> text converter software avilable now, but SourceCoder can do that online. Also, DocDE7 has a text -> DocDE file converter.

Link to SourceCoder: sc.cemetech.net
Link to DocDE7:http://www.ticalc.org/archives/files/fileinfo/398/39851.html

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: 8xp to text converter
« Reply #4 on: October 31, 2010, 05:30:59 pm »
It is certainly possible, you just need to read the 8xp file and convert the hex into ASCII. I don't think there is any 8xp -> text converter software avilable now, but SourceCoder can do that online. Also, DocDE7 has a text -> DocDE file converter.

Link to SourceCoder: sc.cemetech.net
Link to DocDE7:http://www.ticalc.org/archives/files/fileinfo/398/39851.html
To expand on that, you can also use Tokenizer DE (http://www.ticalc.org/archives/files/fileinfo/430/43048.html) to make programs with DocDE7.


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: 8xp to text converter
« Reply #5 on: October 31, 2010, 06:02:05 pm »
Not sure if this is what you're looking for, but this is what I use.
I wrote a batch file for it, once you extract everything from the zipfile, keep the folder structure intact and drag the .8xp program over the batchfile.  It outputs a file with a .tib extention, which is pretty much identical to a .txt, so just open it.
It doesn't handle lowercase at all, and returns gibberish instead (which is a pain).  But you can just delete the weirdness and insert your text (or optionally, find a way to automate the task - each lowercase returns the same gibberish each time).
« Last Edit: October 31, 2010, 06:11:23 pm by Michael_Lee »
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: 8xp to text converter
« Reply #6 on: October 31, 2010, 06:05:39 pm »
Thanks Michael, that should work for now.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: 8xp to text converter
« Reply #7 on: November 01, 2010, 01:49:52 am »
There's also this: http://tiforge.info/ti_editor/

I'M not sure if this is proper 8xp to text conversion, though. It's also in French. Not sure if it's any better than SourceCoder but it seems to have some cool features as well (Maybe I could get Kerm to add them to SC2)
« Last Edit: November 01, 2010, 01:51:00 am by DJ Omnimaga »

Offline DrDnar

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 546
  • Rating: +97/-1
    • View Profile
Re: 8xp to text converter
« Reply #8 on: November 01, 2010, 05:03:03 pm »
TI's highly outdated GraphLink software has a program editor. It can convert to and from text.
"No tools will make a man a skilled workman, or master of defense, nor be of any use to him who has not learned how to handle them, and has never bestowed any attention upon them. . . . Yes, [] the tools which would teach men their own use would be beyond price."—Plato's The Republic, circa 380 BC

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: 8xp to text converter
« Reply #9 on: November 01, 2010, 06:32:56 pm »
I wonder if that old thing works under Windows 7 64 bit... I used it a lot back then, but I had XP. It was already pretty unstable as it was designed for Windows 95, 98 and NT 4.0.
« Last Edit: November 01, 2010, 06:33:39 pm by DJ Omnimaga »

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: 8xp to text converter
« Reply #10 on: November 01, 2010, 06:45:19 pm »
I wonder if that old thing works under Windows 7 64 bit... I used it a lot back then, but I had XP. It was already pretty unstable as it was designed for Windows 95, 98 and NT 4.0.

I use TI's Program Editor for most of my program writing, and I'm running Windows 7 x64 :P

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: 8xp to text converter
« Reply #11 on: November 01, 2010, 09:06:01 pm »
The problem is that I need to be able to have MY program read and write in the TI file format.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline DrDnar

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 546
  • Rating: +97/-1
    • View Profile
Re: 8xp to text converter
« Reply #12 on: November 01, 2010, 09:09:36 pm »
The TI variable format is pretty easy to read and write; the TI Link Guide found on ticalc.org has documentation on the format. The challenge will be tokenize/detokenize code, and generating the look-up table for the token's text.
"No tools will make a man a skilled workman, or master of defense, nor be of any use to him who has not learned how to handle them, and has never bestowed any attention upon them. . . . Yes, [] the tools which would teach men their own use would be beyond price."—Plato's The Republic, circa 380 BC

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: 8xp to text converter
« Reply #13 on: November 01, 2010, 09:17:07 pm »
I wonder if that old thing works under Windows 7 64 bit... I used it a lot back then, but I had XP. It was already pretty unstable as it was designed for Windows 95, 98 and NT 4.0.

I use TI's Program Editor for most of my program writing, and I'm running Windows 7 x64 :P
Oh we meant the even older TI program editor built in TI-Graph Link, not the one that came with TI-Connect 1.5. The one we were talking about dates all the way back in 2001. I still have it on a CD that came with my TI-83 Plus Silver edition:



If I remember, it was a 16-bit application, which is why I was asking.
« Last Edit: November 01, 2010, 09:17:27 pm by DJ Omnimaga »

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: 8xp to text converter
« Reply #14 on: November 06, 2010, 12:13:50 pm »
Not sure if this is what you're looking for, but this is what I use.
I wrote a batch file for it, once you extract everything from the zipfile, keep the folder structure intact and drag the .8xp program over the batchfile.  It outputs a file with a .tib extention, which is pretty much identical to a .txt, so just open it.
It doesn't handle lowercase at all, and returns gibberish instead (which is a pain).  But you can just delete the weirdness and insert your text (or optionally, find a way to automate the task - each lowercase returns the same gibberish each time).

I just used it, it looks fantastic, really nice. Congratulations