Allow reading from any file with a base offset other than zero.
This facilitates the use of IWADs embedded in larger containers for which we don't know the format of. For example, the DOOM64 IWAD could be located within a ROM image and loaded as a WadFile without needing to extract it first.
Allow reading from any file with a base offset other than zero.
This facilitates the use of IWADs embedded in larger containers
for which we don't know the format of. For example, the DOOM64
IWAD could be located within a ROM image and loaded as a WadFile
without needing to extract it first.