Opened 4 years ago

Last modified 6 months ago

#13264 new defect

HYPNO: Puzzle timer: Marvel Comics Spider-Man: The Sinister Six (German version)

Reported by: windlepoons Owned by: neuromancer
Priority: normal Component: Engine: Hypno
Version: Keywords: glitch
Cc: Game: Marvel Comics Spider-Man: The Sinister Six

Description (last modified by windlepoons)

The timer countdown in puzzle has a different color, size and position than in DosBox.

I attached the screenshots from ScummVM and DosBox (to beginn from the bus, light puzzle).

ScummVM 2.6.0git2998-gab3fba2a812 (Feb 10 2022 05:19:14)
OS: Siduction (Debian/sid)

Attachments (4)

Scummvm_timer.png (17.0 KB ) - added by windlepoons 4 years ago.
ScummVM timer
Dosbox_timer.png (17.0 KB ) - added by windlepoons 4 years ago.
DosBox timer
sinistersix-de.009 (10.9 KB ) - added by windlepoons 4 years ago.
SAVEGAME.DAT (704 bytes ) - added by windlepoons 4 years ago.

Download all attachments as: .zip

Change History (13)

by windlepoons, 4 years ago

Attachment: Scummvm_timer.png added

ScummVM timer

by windlepoons, 4 years ago

Attachment: Dosbox_timer.png added

DosBox timer

comment:1 by windlepoons, 4 years ago

Description: modified (diff)

comment:2 by neuromancer, 4 years ago

This is expected. The font used for this timer seems to be included directly in the executable file (I suspect it is part of "Fastgraph/Fonts V2.00"). In the meantime, they will be replaced by a similar font, with the same color.

comment:3 by aquadran, 4 years ago

Summary: Puzzle timer: Marvel Comics Spider-Man: The Sinister Six (German version)HYPNO: Puzzle timer: Marvel Comics Spider-Man: The Sinister Six (German version)

by windlepoons, 4 years ago

Attachment: sinistersix-de.009 added

by windlepoons, 4 years ago

Attachment: SAVEGAME.DAT added

comment:4 by windlepoons, 4 years ago

The timer is missing from the current Master Brach build. I have attached save games from ScummVM and DosDox.

comment:5 by neuromancer, 4 years ago

Please test https://github.com/scummvm/scummvm/commit/8186f29f77834fbe3de6f7c619dfbc26d740abe5

The timer in the bug puzzle in hard was always missing, but now should be there. The font is still NOT the correct one.

comment:6 by neuromancer, 4 years ago

This partial fix was ported to the 2.6 branch. If you have time, please test ​https://github.com/scummvm/scummvm/commit/363cfcce07b21cc9aea2a071431976756987b7ce.

Thanks! :)

comment:7 by ccawley2011, 6 months ago

The font in question looks like it might be the default BIOS font - if so, we already have a copy of it in the ScummVM executable: https://github.com/scummvm/scummvm/blob/master/graphics/fonts/dosfont.cpp

comment:8 by neuromancer, 6 months ago

I'm not sure. The executable contains the string Fastgraph/Fonts V2.00 so I guessed it contained some font as data directly inside.

comment:9 by ccawley2011, 6 months ago

It's possible that Fastgraph/Fonts might be for the fonts in FONTS.LIB, while the timer font might be using the basic Fastgraph APIs. The font can be compared to the appearance of TIME 2:00 typed into the command line in DOSBox.

These links might be useful:
http://www.fastgraph.com/help/fg_fontload.html
http://www.fastgraph.com/help/fgf_load.html
http://www.fastgraph.com/help/fgf_define.html

Note: See TracTickets for help on using tickets.