Subnautica

Subnautica

檢視統計資料:
Hazlee 2017 年 1 月 7 日 下午 5:28
Quick and effective cache-cleaning batch file
So I went and created a batch file that, when clicked, automatically deletes the files
"baked-batch-cells-14-18-15.bin" from CellsCache and
"compiled-batch-14-18-15.optoctrees" from CompiledOctreesCache.

This should make it much more expedient for you to clear the cache, without the usual hassle of searching for the right files.

All you need to do is
1. open up notepad
2. copy and paste the script at the bottom of this description
3. insert the addresses of both of the corresponding files into the bolded parts of the script
4. save the notepad as a .bat file
(make sure to change the drop down tab to "all files" instead of .txt)
5. run the file

For example, my address for CellsCache is "C:\Program Files (x86)\Steam\steamapps\common\Subnautica\SNAppData\SavedGames\slot0007\CellsCache", so I replaced the bolded words below with it. Do the same for the second file. Simple enough, right?

If your noggin is too famished to do all this, I've included the file here for you to download. You'll still have to replace the addresses manually though. https://www.dropbox.com/s/68qt4luzhc0ricp/UnzipMe.rar?dl=0

Otherwise, here's the script:

cd "INSERT ADDRESS OF CELLSCACHE"
del "baked-batch-cells-14-18-15.bin"

cd "INSERT ADDRESS OF COMPILEDOCTREESCACHE"
del "compiled-batch-14-18-15.optoctrees"


最後修改者:Hazlee; 2017 年 1 月 7 日 下午 5:38
< >
目前顯示第 1-6 則留言,共 6
JDaremo Fireheart 2017 年 1 月 7 日 下午 5:47 
Or you can just use this simple tool to do it the easy way
http://forums.unknownworlds.com/discussion/146898/made-a-tool-to-clean-cache-crash
bobidog 2017 年 1 月 7 日 下午 6:08 
It did not help me. Wreck missing in batch 14-18-15.
Hazlee 2017 年 1 月 7 日 下午 6:09 
引用自 JDaremo Fireheart
Or you can just use this simple tool to do it the easy way
http://forums.unknownworlds.com/discussion/146898/made-a-tool-to-clean-cache-crash
Yes I am aware that it exists, but it also resets nodes and creature spawns. I'm offering a solution that gets the job done with one click, without resetting those objects.

Unless I am mistaken on how those files work o.o If you'd prefer to use that tool, then by all means go ahead.
最後修改者:Hazlee; 2017 年 1 月 7 日 下午 6:14
Hazlee 2017 年 1 月 7 日 下午 6:12 
引用自 bobidog
It did not help me. Wreck missing in batch 14-18-15.

After running the batch, did you immediately go into cellscache and optoctreescache to check if the files have been deleted? If they're still there, perhaps you could try running the batch as an administrator.
bobidog 2017 年 1 月 7 日 下午 6:48 
引用自 ♠ Epiphemeral ♠
After running the batch, did you immediately go into cellscache and optoctreescache to check if the files have been deleted? If they're still there, perhaps you could try running the batch as an administrator.
No. It does not require an administrator. We need to do a complete cache cleaning.
"Subnautica Cache Cleaner v0.11b" assisted :)
Hazlee 2017 年 1 月 7 日 下午 7:07 
引用自 bobidog
引用自 ♠ Epiphemeral ♠
After running the batch, did you immediately go into cellscache and optoctreescache to check if the files have been deleted? If they're still there, perhaps you could try running the batch as an administrator.
No. It does not require an administrator. We need to do a complete cache cleaning.
"Subnautica Cache Cleaner v0.11b" assisted :)
Ah, yea. I suppose that tool does have its benefits afterall, since it cleans all batch numbers except the ones your base occupies.
< >
目前顯示第 1-6 則留言,共 6
每頁顯示: 1530 50

張貼日期: 2017 年 1 月 7 日 下午 5:28
回覆: 6