Author Topic: Converting a zip file to a TNS file  (Read 4562 times)

0 Members and 1 Guest are viewing this topic.

Offline dazachknow

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
Converting a zip file to a TNS file
« on: January 04, 2022, 12:22:55 pm »
Hello. I've been looking for a way to do this for a while. I always see the projects in zip files with all the programs and media in them, and then they compress it all into a tns file. I've been looking for ways to do this, but could find none. Can anyone help me with this?

Offline lolpro11

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +2/-0
    • View Profile
Re: Converting a zip file to a TNS file
« Reply #1 on: January 04, 2022, 12:46:04 pm »
You can't do that. Most of the .zip files have images and source code just for reference. However, you can compile a lua script to a .tns using luna (https://www.ticalc.org/archives/files/fileinfo/441/44113.html) :D

Offline dazachknow

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
Re: Converting a zip file to a TNS file
« Reply #2 on: January 04, 2022, 12:55:15 pm »
Oh, thanks. Does it support other programming languages, such as C++? I see tns programs made with it a lot.

Okay obviously it doesn't  8).
« Last Edit: January 04, 2022, 01:12:42 pm by dazachknow »

Offline lolpro11

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +2/-0
    • View Profile
Re: Converting a zip file to a TNS file
« Reply #3 on: January 04, 2022, 01:22:25 pm »
For that you need ndless. Ndless is a jailbreak for nspire which allows c++, c and asm programs to run. http://ndless.me/ https://hackspire.org/index.php/C_and_assembly_development_introduction :D

Offline dazachknow

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
Re: Converting a zip file to a TNS file
« Reply #4 on: January 04, 2022, 02:14:58 pm »
I know what Ndless is lol. That's how I jailbreak my calculators.