Bug #401
Room With A View of Hell does not have images
Start date:
09/24/2025
Due date:
% Done:
0%
Estimated time:
Description
On the web, this map does not have any images.
Updated by Administrator Administrator about 2 months ago
- Status changed from New to Resolved
- Assignee changed from Administrator Administrator to Jay Gischer
This was due to a mismatch of zipped directory formats. Some did not have a top level directory, others did. This means the mapping from pathname in the archive to id within the game did not always work.
To fix this, most of the levels and maps had to be altered to conform to having a top-level directory, and the code that creates a module altered to do the same.
Updated by Administrator Administrator about 2 months ago
- Status changed from Resolved to Closed
Pushed in 0.29.1
This was the result of a mismatch in module formats. When the downloader zipped a file, it did not make a top level directory. But when we hand modified a module, as we needed to do to change the image formats, we did. This left erroneous paths to other assets.