-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Some images in the game don't seem to be present in the data files, such as the typewriter background or the file folder backgrounds. Some elements on those images (the moving typewriter head, the paperclip on the folder) are present in the sprites page, but not the actual backgrounds themselves.
It's possible these images are embedded in the EXE, but no PIC or PIC-adjacent format seems obvious from skimming the EXE files. It's possible it's a different simpler format but still embedded as content in the EXE files.
It's also entirely possible the images are rendered manually using instructions in the game code in the EXE, which would make it very hard to find them as well as making it impossible to usefully modify them (see #1); this would track with the images being clearly lower quality/fidelity than others in the game.