Aktuální řešení by mělo být tohle kdyžtak:
Because of Microsoft's poor streaming file mechanism, your default game data is downloaded to the C drive.
Windows users are recommended to use mklink to move your game directory to another drive to free up C drive space.
Here are the steps:
1. Open the game save directory: C:\Users\***\AppData\Roaming\Microsoft Flight Simulator 2024, and move the Microsoft Flight Simulator 2024 folder to your desired location. I moved it directly to D:\Microsoft Flight Simulator 2024.
2. Make sure the file copying is complete and delete the original Microsoft Flight Simulator 2024 folder.
3. Run cmd as administrator and run the following code:
mklink /j -original address -new address
Here is my example: *** needs to be replaced with the specific name according to the actual username.
mklink /j C:\Users\***\AppData\Roaming\Microsoft Flight Simulator 2024 D:\Microsoft Flight Simulator 2024 |
|