Just checking...is the Wintermute engine in-tree supposed to already work?
Because on my local build i tried to run Bickadoodle and i get no video output.
residualvm just sits there displaying the warning requester about a not fully supported game.
The sound and music plays, but it never siwtches to the game screen.
I CAN however bring up the RTL menu with CTRL+F5, but i CANNOT use it since the mouse cursor is also gone.
This is on a PPC/BE machine using the SDL/OpenGL backend.
Like i said, just checking since it's a very new addition, but maybe i can help debugging with BE flaws?
Wintermute
Moderator: ScummVM Team
Re: Wintermute
No, it's work in progress. it's part of GSoC task.
- Raziel
- ScummVM Porter
- Posts: 1538
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
Re: Wintermute
Yes, i know and i'm following the work closely (not to put him under even more pressure)
Just wanted to check if there'll be a difference in gameplay speed, cause the games crawl for me under scummvm.
Then again, if the 2D part is a "simple" c&p (which i know it isn't) there probably won't be any speed gain.
Anyway, good luck and thank you
Just wanted to check if there'll be a difference in gameplay speed, cause the games crawl for me under scummvm.
Then again, if the 2D part is a "simple" c&p (which i know it isn't) there probably won't be any speed gain.
Anyway, good luck and thank you
Re: Wintermute
Wintermute under ResidualVM will gain 2D gfx speedup, it will use OpenGL renderer.
Right now it's copy and paste from scummvm. Its initial import as it was mentioned in commit.
There is PR which will add simple 2D renderer over OpenGL. But it's not final version and it's not part of gsoc goal. It's just exercise step to use 2D bitmaps under 2.5D games.
After gsoc we can look into to make it pure opengl h/w.
btw. you can join Discord https://discord.gg/VFQjRfa
Right now it's copy and paste from scummvm. Its initial import as it was mentioned in commit.
There is PR which will add simple 2D renderer over OpenGL. But it's not final version and it's not part of gsoc goal. It's just exercise step to use 2D bitmaps under 2.5D games.
After gsoc we can look into to make it pure opengl h/w.
btw. you can join Discord https://discord.gg/VFQjRfa
- Raziel
- ScummVM Porter
- Posts: 1538
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
Re: Wintermute
Yes!!!
Awesome.
Are there plans to move the complete wintermute engine to residualvm or only the 3D part (long distance plans)?
wrt Discord.
No, i can't unfortunately, my browser is not capable of using the site (blank page).
That's one of the many joys of being part of a niche (and not maintained) platform community
Awesome.
Are there plans to move the complete wintermute engine to residualvm or only the 3D part (long distance plans)?
wrt Discord.
No, i can't unfortunately, my browser is not capable of using the site (blank page).
That's one of the many joys of being part of a niche (and not maintained) platform community
Re: Wintermute
Not sure what you mean by "move". imported wme code from scummvm is complete engine minus 3d.
3d part is not scope for scummvm, that is for residualvm.
in the end, both projects will have complete engine. but on scummvm side 3d part will be disabled.
3d part is not scope for scummvm, that is for residualvm.
in the end, both projects will have complete engine. but on scummvm side 3d part will be disabled.
- Raziel
- ScummVM Porter
- Posts: 1538
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
Re: Wintermute
What i meant was, since residual and scumm are sister projects, if one (in that case scummvm, due to it's missing 3D availability) will drop the wintermute engine completely in favour of having 2D, 2.5D and 3D wintermute games all in one place (in that case residualvm).
But maybe a merge of the two projects will hit first
But maybe a merge of the two projects will hit first
Re: Wintermute
scummvm will not drop wme. it has own scope of target devices which will target 2d games.
also scummvm already support like myst3 pseudo 3d games.
technically it could support all residualvm games using tinygl.
and there are no plans for merge projects.
also scummvm already support like myst3 pseudo 3d games.
technically it could support all residualvm games using tinygl.
and there are no plans for merge projects.
- Raziel
- ScummVM Porter
- Posts: 1538
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
Re: Wintermute
Got it.
Thank you
Thank you
- Raziel
- ScummVM Porter
- Posts: 1538
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
Re: Wintermute
Heh, four months...maybe I'm psychic?