tmp64 / BugfixedHL-Rebased

Bugfixed and improved Half-Life
GNU General Public License v3.0
109 stars 21 forks source link

AG (.loc) location file cannot be found #205

Closed kemalcom closed 6 months ago

kemalcom commented 6 months ago

A bug in new versions is unable to find the location even though the file exists, returning "%l" in chat as empty

1111 2222

andreiseverin commented 6 months ago

I have the same issue.

tmp64 commented 6 months ago

Fixed. fread was returning 0 for whatever reason so I just replaced file reading with engine's IFileSystem