DirectDraw Wrapper 1.2

  • Thread starter Thread starter Phun
  • Start date Start date
Status
Not open for further replies.
I just have to ask, whats the point of this? It doesn't do anything useful..
 
I just have to ask, whats the point of this? It doesn't do anything useful..
It's a base--the same as Azorbix's Direct3D "Starter Kit"--use it build your own project.
 
Last edited:
Build what, exactly? :-P

(It's a nice piece of work and I know what I could do with it, but what are your plans? And how does it relate to any of the FF games?)
 
sorry, i havnt downloaded it or anything, but can you describe what it does?
 
Build what, exactly? :-P

(It's a nice piece of work and I know what I could do with it, but what are your plans? And how does it relate to any of the FF games?)
I  hope to accomplish many things, but first and foremost I plan on forcing the game into Windowed mode.
 
Last edited:
Can you elaborate... how would i use this to change the graphics in FF8?
 
along with a breif explanation of what direct draw is... i'm kind of busy modeling cait sith to do indepth research.
 
Sorry to double post, but I have updated the source to v2.0; now supports the DirectDrawSurface interface.
 
Last edited:
You still didn't answer the question... What are you trying to accomplish with this?
 
You still didn't answer the question... What are you trying to accomplish with this?
I just have to ask, whats the point of this? It doesn't do anything useful..
It's a base--the same as Azorbix's Direct3D "Starter Kit"--use it build your own project.
Build what, exactly? :-P

(It's a nice piece of work and I know what I could do with it, but what are your plans? And how does it relate to any of the FF games?)
I  hope to accomplish many things, but first and foremost I plan on forcing the game into Windowed mode.
Right now I am working on adding all the DirectDraw interfaces--DirectX 1 - 7 (DirectDraw, 2, 4, and 7)--to allow support for various (old) games. I am providing this as a community resource, much like a texture/savegame editor, and I do not plan on doing much other than what I've previously stated; I simply do not wish to rely on third party programs like DXWnd. I only wish to provide tools for the Final Fantasy community to work with.
 
I see, that's cool.

Unfortunately as far as FFVII is concerned, with high resolution scaling and better looking 3d models, it's the 2d environments that could use some enhancing. (2xSai anyone?)

But i can see how this can be vital in FF8 enhancing...
 
I see, that's cool.

Unfortunately as far as FFVII is concerned, with high resolution scaling and better looking 3d models, it's the 2d environments that could use some enhancing. (2xSai anyone?)

But i can see how this can be vital in FF8 enhancing...
It can also be used with Final Fantasy VII, I believe.
 
Last edited:
After the game executes my IDirectDraw4::CreateSurface hook it makes calls to IDirectDrawSurface4::GetAttachedSurface and IDirectDrawSurface4::GetSurfaceDesc and then closes. I'd very much appreciate it if anyone could provide me with some insight as to why.
 
It's not using the DirectDraw4 API?
FF7 uses mostly the DirectDraw (no number here) interface.
FF8 only uses the DirectDraw2 interface.
 
It's not using the DirectDraw4 API?
FF7 uses mostly the DirectDraw (no number here) interface.
FF8 only uses the DirectDraw2 interface.
Are you sure? I've done checks for both 2, 4, and 7. The only one querried was 4, and the VTable wouldn't be redirected if it weren't.
 
I'm not 100% sure about FF8, but FF7 cannot use DirectDraw4.
I haven't tested anything with FFVII. FFVIII does some things with DD and then querries for DD4, at which point it creates a surface and makes two calls (GetAttachedSurface and GetSurfaceDesc) and then closes.
 
Status
Not open for further replies.
Back
Top