Skip to content

Handle games that dislike symlinks #14

@MonterraByte

Description

@MonterraByte

C# games, such as Rimworld, have issues with symlinks, because, when reading from a file, they look at the file size of the symlink (which is always zero) and not the file size of the real file. This causes issues when the file has to be parsed, and the parser uses the file size to determine how much data to read.

We might need to override some libc functions to fake the data reported to the game.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions