nunuhara / xsystem4

Cross-platform implementation of AliceSoft's System 4 engine
GNU General Public License v2.0
46 stars 4 forks source link

Implement File2.OpenArchiveForRead #125

Closed kichikuou closed 1 year ago

kichikuou commented 1 year ago

Rance Quest uses yet another ad hoc archive format (.rea) for map data. This function opens an entry in the rea archive for reading.

nunuhara commented 1 year ago

Thanks!