Link to appdata/Factorio folder
Moderator: ickputzdirwech
Link to appdata/Factorio folder
In the game install directory, it'd be nice to have a hard link to the %appdata%\Factorio folder.
-
- Long Handed Inserter
- Posts: 70
- Joined: Wed Jul 20, 2016 2:20 pm
- Contact:
Re: Link to appdata/Factorio folder
Then just make one. Right click on somewhere click new then shortcut. Type in the same app data jazz
Re: Link to appdata/Factorio folder
Default hard links are never a good idea for installation. Too many constraints.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Link to appdata/Factorio folder
I'm thinking more along the lines of the below.TheVeteraNoob wrote:Then just make one. Right click on somewhere click new then shortcut. Type in the same app data jazz
(Windows -- from the chosen install directory)
Code: Select all
mklink /J factorio_appdata %appdata%\Factorio
Code: Select all
ln -s /usr/lib/Factorio ~/factorio_data # The Linux source path is probably wrong.
You're right. God I must be old to have confused soft links, hard links, and junctions.ssilk wrote:Default hard links are never a good idea for installation. Too many constraints.
My point is that it's rare for a game to store anything persistent (mods) in %appdata% instead of "Documents\Factorio." It's easy enough to open the install directory from steam; it would be easy enough to find the Factorio directory in "Documents;" it's unintuitive to find Factorio in %appdata%\Factorio (but still not hard)
Re: Link to appdata/Factorio folder
This is the way, Microsoft proposes.
Some stupid googling around:
https://technet.microsoft.com/en-us/lib ... 62614.aspx
https://msdn.microsoft.com/en-us/librar ... s.85).aspx -> search for appdata
This is similar to MacOS, where applications store data below Libary/Application Support/. Even in Linux there are similar efforts.
My idea around the problem is, that the game has anywhere a menu-point "Open Application Folder in Explorer/Finder/Shell..."
Some stupid googling around:
https://technet.microsoft.com/en-us/lib ... 62614.aspx
https://msdn.microsoft.com/en-us/librar ... s.85).aspx -> search for appdata
This is similar to MacOS, where applications store data below Libary/Application Support/. Even in Linux there are similar efforts.
My idea around the problem is, that the game has anywhere a menu-point "Open Application Folder in Explorer/Finder/Shell..."
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...