安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Are there any settings that make this work?
My Computer: Win 7 Ultimate 64-bit
1. Copy or move the savegames from My Documents/Fallout4/Saves to the location desired, eg. G:\FO4Saves
2. Delete or rename the original Saves folder at My Documents/Fallout4/Saves to something else, eg. Saves.backup
3. Open cmd with admin rights and navigate to My Documents/Fallout4
4. Create a symlink to the new location with mklink
Basic Syntax:
mklink /D [linkname] [linktarget]
To follow my example:
mklink /D Saves G:\FO4Saves
This will create a directory symlink named "Saves" in the My Documents/Fallout4/ folder, which points to the new savegame location. Windows treats the directory symlink as a folder, and so does Fallout. Works completely flawless for me since 200+ hrs of gameplay.
I have an SSD for Windows and games to speed up (I thought) loading/saving times. I have moved my Document folder together with the Pictures, Movies and Music folders, to a HDD to save the space on the SDD. I don't see why on earth the game save files should be stored under My Documents in the first place.
The result is now that I have almost half a minute of black loading screen every time the game autosaves, as the HDD has gone into sleep mode during the game and has to be woken up before the game can save or load.
The trick above with a symlink won't work for me as the symlink still has to be in the My Documents folder, which means that the HDD stll has to be woken up before the game is saved or loaded.
The only options left for me is either to change the energy settings so that the HDD doesn't go into sleep mode, or I am forced by the game to move the My Documents folder back to the SSD where I don't want it.
One question though - using symlnk allows you to move individual save folders etc, but didn't I read somewhere that it can cause errors and data loss? My memory isn't great so I'm willing to be corrected. :)
Best answer.
I didn't even know that Windows has this feature and not only Linux.
In fact it's part of Windows since Windows Vista.
Need to do C+ programming. Basic understanding for programmers.
What really sucked is that even with 1990s version of an FPS, I was still stuttering everywhere I was walking/running to. Especially if there was any creatures nearby that popped up.
I'd advise running RESOURCE MONITOR for all those who still have stutter problems as I did and thought it was godrays, shadows, texture resolutions, etc and those didn't solve the stutter. Of course I'm not saying a i3 with 2gb of ram is going to hit 50-60fps. I am only saying if you have a good or very good system and still stutter.. give it a try.
Thanks for everyone's help setting up a RAMDISK for me. I ended up using PRIMO RAMDISK.
i noticed that the link needs to be re created and can not be copied.
i mention it because i was doing troubleshooting and renamed my directory with all the config files in it rather than delete them and when the game created the new fallout directory i just copied the link to the new directory.
not a big deal, i just made a new link.
thanks for posting these instructions.
PLEASE HELP
Sadly in my case it does NOTHING against Onedrive saving it in the cloud...
I did the same one time with a 2 GB file and that one was NOT saved in the cloud, but I believe as this is a linked folder it will still always save at some point...
So I can move the folder but Onedrive does not care... so stupid...
Could you put a little more context. I'm an old sys admin and I found myself misunderstanding some of this.
Like I didn't realize the mklink MUST create the folder you want to move.
The mklink command is creating the Saves folder. So you need to rename or move your saves to your new location then recreate the Saves folder with the mklink command.
For me it was:
Move my Fallout4 saves to the new drive and folder I want to keep them at.
Then remove the Saves Folder as mklink will need to recreate the Saves folder again
Also, if for any reason you need to point the Saves Folder to a new location you will delete the "Saves" link like any other folder and then use mklink again to point to the new location.
When you delete the "Saves" link you are not deleting the contents of the actual folder just the link. This also threw me until I got a better understanding.
If this was obvious to everyone else then I guess this is just for my own needed benefit.
Thanks mx2k for the help