rwengine / openrw

OpenRW "Open ReWrite" is an un-official open source recreation of the classic Grand Theft Auto III game executable
http://openrw.org
GNU General Public License v3.0
1.95k stars 177 forks source link

Files can be loaded from any location #154

Open danhedron opened 8 years ago

danhedron commented 8 years ago

The current implementation of FileIndex allows any file to be loaded from any location. This happens to work for GTA III but it is not correct.

Verify where different files are loaded from: TXD

DFF

IFP

main.scm

sfx.*

wav/mp3

ifp/ide

JayFoxRox commented 8 years ago

Heads up: https://github.com/danhedron/openrw/pull/11 - @danhedron is working on it

danhedron commented 8 years ago

Some of these have been fixed or improved in #234, more work is needed to fix the rest.