Tic-80: [Request] Ability to define cartridge directory TIC-80 standalone uses

Created on 9 Jun 2017  路  6Comments  路  Source: nesbox/TIC-80

Hello! And nice to see the 0.27.1 update!

I would appreciate the ability to define a specific directory that the TIC standalone program uses for storing and reading carts, rather than automatically and always in the user's directory.

For example, I am interested in making a self-contained USB stick for creating and running TIC games and programs, and being able to configure it to use a subdirectory on the stick rather than a local directory would be very useful. Even if it's just a command-line option like -cartdir x/y/z that could be packed into a batch file/shell script would be great.

enhancement

Most helpful comment

done

All 6 comments

ok, I'll add a command line parameter -cartdir x/y/z

you can assign working directory by the first parameter in cmd, for example:
call tic . to define current directory as cart storage
call tic ./folder/cart.tic to define folder directory as storage and load cart.tic
and etc.

done

Thank you!

Nice! Thanks for implementing it.

m8, it would be cool if we could set this within tic-80. Some of us like using GitHub...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

novemberisms picture novemberisms  路  5Comments

carlsmith picture carlsmith  路  6Comments

ambyra picture ambyra  路  6Comments

nesbox picture nesbox  路  5Comments

BraininaBowl picture BraininaBowl  路  3Comments