It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Terraria supports command line arguments like "savedirectory" to set the folder for user save data. Unfortunately, start.sh does not pass any arguments forward to the game proper, so these can't be set.

For now, I'm just bypassing start.sh and running game/Terraria, which does forward the arguments correctly. But it would be nice if the main entry point had this functionality too.