-
-
Notifications
You must be signed in to change notification settings - Fork 488
Accessing carts from multiple computers with symlink
Josh Goebel edited this page Oct 7, 2021
·
4 revisions
This tutorial is only for Linux Machines & Windows PCs at the moment.
You will learn a hacky way to access and edit your TIC carts from multiple computers without copying and pasting!
- Make a new directory for tic files to a cloud storage folder, say
Drive\TIC-80\
or~/cloud/TIC-80/
- Create a directory with name
appdata
(or whatever suits you) in that folder. - Open TIC-80 and use command
folder
to go to TIC's appdata folder (it's where TIC carts are stored.) - Go one folder up (to folder
Appdata/roaming/com.nesbox.tic/
on Windows) - Rename folder TIC-80 to TIC-80-temp or something, you won't be using it anymore...
- Make a symlink (symbolic link) to your previously created folder with command (you can copy the exact folder names by clicking the address panel in File Explorer).
- Windows:
- (You'll need an elevated (admin) command prompt! open it by right-clicking Command Prompt -> run as administrator)
- Use the command
Mklink /D C:\Users\your_username\AppData\Roaming\com.nesbox.tic\TIC-80 "C:\Users\your_username\Drive\TIC-80\appdata"
- Linux:
mkdir TIC-80
- Use the command
ln -s /path/to/original/TIC-80 /path/to/cloud/folder/TIC-80/appdata
- Windows:
Now TIC-80 will use the folder in your cloud storage as its appdata folder and you can run your carts from any computer!
TIC-80 tiny computer https://tic80.com | Twitter | Telegram | Terms
Built-in Editors
Console
Platform
RAM & VRAM | Display | Palette | Bits per Pixel (BPP) |
.tic
Format | Supported Languages
Other
Tutorials | Code Snippets | Libraries | External Tools | FFT
API
- BDR (0.90)
- BOOT (1.0)
- MENU
- OVR (deprecated)
- SCN (deprecated)
- TIC
- btn & btnp
- circ & circb
- clip
- cls
- elli & ellib (0.90)
- exit
- fget & fset (0.80)
- font
- key & keyp
- line
- map
- memcpy & memset
- mget & mset
- mouse
- music
- peek, peek4
- peek1, peek2 (1.0)
- pix
- pmem
- poke, poke4
- poke1, poke2 (1.0)
- rect & rectb
- reset
- sfx
- spr
- sync
- ttri (1.0)
- time
- trace
- tri & trib (0.90)
- tstamp (0.80)
- vbank (1.0)