Fix several issues with file setup #2
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: speed-dreams/speed-dreams-code#2
Loading…
Reference in a new issue
No description provided.
Delete branch "issue-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On fresh installations, Speed Dreams must copy a the files listed by
GfDataDir()/user-files
to theGfLocalDir
.filesetup.cpp
was recently refactored to allow this, but there were some issues with its implementation.According to @leillo1975, this PR still does not fix #1, so it might be unrelated to it.
However, the fixes introduced by this PR are still required for the game work on a fresh installation, so it will be merged anyway.