Quote Originally Posted by Ecto478 View Post
yes its there on my C disk but its almost full,is there anyway that i can move the HUD save file on other place?
Think FF14 is hardcoded to write and read it's launcher, system and character settings from My Documents, but there are some ways around.

* First see if you can clear up some space: C is your OS drive and its always good to keep some space for upcoming updates to Windows and Programs. Disk cleanup is good for this. Just right-click C: disk -> Properties -> Diskcleanup. See the list for how much things are taking space, please note you might have stuff in "Downloads" and "Recycle bin" you want to double-check before deleting. Press "Clean up systemfiles" for even more. Tick the boxes you want to clean making sure it's nothing you wont miss and hit "Ok." Windows keeps a lot more leftover files if you search around.

* You can circumvent the strict need for Documents with mklinks. Never tried it with FF, but when a program looks for the files in the Documents folder you make it look somewhere else. Need a cmd window opened as admin using the following command:

mklink "<where the program looks for files>" "<your drive and path to where you keep the files>"

There are some choices to this, recommend reading up on mklinks before going through with it. https://www.howtogeek.com/howto/1622...dows-or-linux/

Good luck.