Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7115 closed defect (fixed)

DRASCULA: FPS are incorrect or some frames are dropped.

Reported by: SF/jomalin1 Owned by: criezy
Priority: normal Component: Engine: Drascula
Version: Keywords:
Cc: Game: Drascula

Description

I am using ScummVM 1.8.0 and Win7 SP1 64 bits. I use the game that is available from the official website of Drascula (now is freeware): http://www.alcachofashop.com/product_info.php?products_id=32&language=es

If you finish the game only in ScummVM, probably you will not notice anything strange in sprite animations, but if you play the game in Dosbox and you compare it, you will feel some movements are better, softer. So movement in Drascula game executed from ScummVM is not as softly and natural as in Dosbox. This is perfectly noticeable in lot of points during the game. If you execute both games in Dosbox and ScummVM at the same time, you will notice it playing the game from Dosbox and then from ScummVM and doing some actions, here are some examples that you will see it better:

  • This is important: the protagonist walking
  • The flame of the candle in the starting bar
  • The hands of the pianist playing the piano
  • When walking in zoomed out places and the protagonist is small drawed (when you see the Church, the Town, Graveyard)
  • ONE OF THE MOST NOTICEABLE: the pendulum balancing movement
  • When in Von Braun's house, and the big box falls to the protagonist, in Dosbox you will see it going down

correctly, but in ScummVM you will see it practically from the ceiling to the protagonist directly without falling down.

Looks like in ScummVM some frames are skipped, or some frames are not rendered, or the frames per second are not as the original.

Ticket imported from: bugs/7115.

Change History (2)

comment:1 by criezy, 8 years ago

Owner: set to criezy
Resolution: fixed
Status: newclosed
Summary: FPS are incorrect or some frames are dropped. Movements are not soft and natural as in DosboxDRASCULA: FPS are incorrect or some frames are dropped.

comment:2 by criezy, 8 years ago

Thank you. After looking at the original source code it turns out it was timing the animation using values in 1/100th of a second. In ScummVM we use the same values to time the animation but assuming they were defined in 1/50th of a second. That means the animations where two times slower (or in other word that the FPS was half of that of the original engine for animations). This is now be fixed.

Note: See TracTickets for help on using tickets.