有無留意到呢個2GB replay file,
"C:\ProgramData\Codemasters\GRID 2\DataCache\[yourname]\replay"(要在仲可replay時alt+tab出windows先會見到file)
每場賽事建立完又delete,咁樣隻SSD好快玩完,
GRID 1個陣已經係咁,不過個陣SSD未興,其實如果可以2GB file放在ram就好la,而家放硬碟都唔係太好,
下面個方法應該暫時解決到
http://community.codemasters.com ... x-inside/m-p/265064
SOLUTION
1- You need to delete the "replay" folder. The folder path is C:\ProgramData\Codemasters\GRID 2\DataCache\[yourname]. You need to delete the FOLDER "replay", not the 2GB file inside (it's a temporary file, it may not be there when you check). It's important at this point that there's no folder called "replay", otherwise the fix won't work.
2- In your HDD, go anywhere to create a folder called whatever you want. For me, I created a folder called replay2 in E:\Games\Steam\steamapps\common\grid 2 (there's already a folder named "replay", just name yours "replay2")
3- Now here's the tricky part: you need to do a symbolic link with Command Prompt. In the Start Menu, click Run and type "cmd" (or Search "cmd"). You need to type EXACTLY what follows, just change the folder names and the folder path to what you chose to. This the command I used:
mklink /j "C:\ProgramData\Codemasters\GRID 2\DataCache\[yourname]\replay" "E:\Games\Steam\steamapps\common\grid 2\replay2"
Hit Enter and there should be a text displayed that says a junction has been made. To verify, go back to "C:\ProgramData\Codemasters\GRID 2\DataCache\[yourname]" and you should see a "replay" folder with an arrow in the corner, like a shortcut. If the command didn't work, you either mistyped it or you didn't delete the original "replay" folder, as the first part of the command creates a folder called "replay".
Hope this helps, I can answer questions if you have some. |