NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 141 forks source link

Allow opening DAT files from the data/ directory #90

Closed Falcury closed 8 years ago

Falcury commented 8 years ago

This adds a way for DAT files to be opened from the data/ directory (in addition to the root folder). This allows the DIGISND.DAT and GUARD.DAT files to be moved to data/.

This raises a new issue: folders and regular files can't share the same same. So GUARD*.DAT cannot be easily moved as long as there are folders with the same names in data/. As a proposed solution, the .DAT extension can be dropped from the folders in data/.