Datamodel.NET icon indicating copy to clipboard operation
Datamodel.NET copied to clipboard

Read strings as raw when reading prefix

Open deertwoheads opened this issue 5 years ago • 0 comments

Fix to binary format 9 reading that forces strings to be decoded as raw text rather than a StringDict reference (which throws a NullReferenceException). This seems to be an intentional decision on Valve's part to keep file reading linear, as the string dictionary comes after the prefix.

deertwoheads avatar Dec 16 '20 00:12 deertwoheads