I have three computers on a network that I want to have the same Terraria Characters on each. I'm pretty sure that mklink
in the Command Prompt has the capability to do this. I have an NAS that I've been using as a brigde. I've played around with it but so far I have not made any progress. The best I have is:
mklink /d "%USERPROFILE%\My Games\Terraria\Players" "\\NAS\Terraria\Players"
But this returns 'Cannot Create a file when that file already exists.'
Thanks in advance!