I have put the content of my CD in my ScummVM daily build.... the games started but have some graphics problems.
No theme audio but good audio for talk....
Can you explain me the progress of implementation in ScummVM ?
WoodRuff and The .. etc etc... what is the progress??
Moderator: ScummVM Team
-
- Posts: 77
- Joined: Thu Feb 02, 2006 11:55 pm
- DrMcCoy
- ScummVM Developer
- Posts: 595
- Joined: Sat Dec 17, 2005 1:33 pm
- Location: Braunschweig, Germany
- Contact:
Re: WoodRuff and The .. etc etc... what is the progress??
What's there to explain? It's not yet working and it's not yet officially supported.DjDiabolik wrote:Can you explain me the progress of implementation in ScummVM ?
Already working:
- VMD videos (with A/V sync problems in the intro)
- screen loading
- walking
- talking
- picking things up
- buggy pathfinding
- wrong drawing order
- videos with lastFrame == -3 (background videos, approach videos) not correctly implemented
- "videos" with lastFrame == -9 (background music) unimplemented
- loading/saving unimplemented
- ...
-
- Posts: 77
- Joined: Thu Feb 02, 2006 11:55 pm
Re: WoodRuff and The .. etc etc... what is the progress??
This is the information what i find... thanks for update and i can't wait for full implementationDrMcCoy wrote:What's there to explain? It's not yet working and it's not yet officially supported.DjDiabolik wrote:Can you explain me the progress of implementation in ScummVM ?
Already working:Problems:
- VMD videos (with A/V sync problems in the intro)
- screen loading
- walking
- talking
- picking things up
Currently, I'm trying to understand the whole swarm of new video handling functions (accompanied by at least 20 times as many variables still unknown to me) in the disassembly.
- buggy pathfinding
- wrong drawing order
- videos with lastFrame == -3 (background videos, approach videos) not correctly implemented
- "videos" with lastFrame == -9 (background music) unimplemented
- loading/saving unimplemented
- ...