So far I used it other way - Just mount journal folder on separate PC just where FIP is looking for journal files.Good morning all,
just a quick question.
Is it possible to change the default folder/drive where this app is looking for the journal.log-file?
Based on some interoperabllity I would like to move the FIPs to a seperate PC.
The home directory of the PC Elite is running on is already mapped (Drive Z
Now I need to change your app pointing to "z:/home folder" instead of "C:/home folder"
Assuming both PCs run windows and are present in the same LAN, go to PC where you play ED and share (right click -> properties) folder "C:\Users\YOUR_USERNAME\Saved Games\Frontier Developments\Elite Dangerous" in LAN, then go to your PC where you want to read FIP, find shared folder in Network, find it's path and write in powershell:
first path for where FIP will look for journal, and second for source path in your network.New-Item -ItemType SymbolicLink -Path "C:\Users\USERNAME\Saved Games\Frontier Developments\Elite Dangerous" -Target "\\SERVERNAME\Users\USERNAME\Saved Games\Frontier Developments\Elite Dangerous"
For me it works for few months already.