Krutonium / OpenRCT2Launcher

An Open Source Launcher & Updater for OpenRCT2
MIT License
26 stars 6 forks source link

Auto link Scores.dat #22

Open Krutonium opened 9 years ago

Krutonium commented 9 years ago

We need to link Documents\OpenRCT2\scores.dat to dropbox as well so that completed scenarios sync too.

FWest98 commented 9 years ago

Can't we just copy the whole OpenRCT2 folder instead of only select files?

Krutonium commented 9 years ago

Probably better not to, since the end goal is to have everything in that folder. I don't know about you, but I don't think I want several hundred MB of stuff that doesn't need to sync, sync'ing.

FWest98 commented 9 years ago

The end goal is to have what in what folder?

Krutonium commented 9 years ago

Everything as a SubDirectory of OpenRCT2. So Documents\OpenRCT2\bin\Tracks Documents\OpenRCT2\bin\Scenarios etc will eventually be a thing. (I based this on our current directory structure.)

Krutonium commented 9 years ago

Doing ReparsePoint.Create(_openRCT2Folder & "\scores.dat", DropBoxSavePath, True, ReparsePoint.LinkType.FileLink)

Moved the file and trys to link it, but it leaves a 0kb unreadable file.