#Change User Directory
7 messages · Page 1 of 1 (latest)
It should be in your main forge directory
https://github.com/Card-Forge/forge/tree/master/forge-gui
Thanks for that. The name used "properties" but the manual uses "preferences". On a separate but related note, I'm pretty tech illiterate, and even after reading through the example instructions, I'm not clear on what to edit in the file. Am I supposed to delete everything except the user directory line, and put my file path after the equal sign? Or am I just supposed to edit the part where it mentions a custom user directory (currently set to userDir=D:/ForgeData)?
Anything that starts with a # is a comment and you dont need to change
For you I'd probably put update both userDir and cacheDir to be shared since one is things like file saves, and one is images
So something like;
userDir=D:/forge/data
cacheDir=D:/forge/cache
But every line starts with a #. I wasn't kidding when I said I was pretty tech illiterate. 😅 If I give you the file path that I want to use, would you be able to put it into the right format and upload it here? I would really appreciate it.