How to play: DuckTales Remastered [Might not work with 3D TV PLAY]
I asked before if 3D tv play users can play windowed/"fake fullscreen" games with the wow profile but didn't get a response so it might not be possible to play in 3D if you use 3D TV PLAY. This game uses "fake fullscreen" so we need to use a profile that supports it [Again... not sure if tv play does]
-Download Nvidia Inspector.
-Click tab next to "Profiles:" Select "World of Warcraft"
-Click the + sign then navigate to your "Ducktales.exe" [Your installation folder ..steam/steamapps/common/ducktales remastered/executable/ducktales.exe
-If it says this exe is attached to ducktales profile. Click tab next to "Profiles:" Select "ducktales". Click the - sign and remove ducktales.exe. Then repeat prior step.
Image -> [url]http://photos.3dvisionlive.com/eqzitara/image/520ac7c00f3530e101000137/[/url]
I asked before if 3D tv play users can play windowed/"fake fullscreen" games with the wow profile but didn't get a response so it might not be possible to play in 3D if you use 3D TV PLAY. This game uses "fake fullscreen" so we need to use a profile that supports it [Again... not sure if tv play does]
-Download Nvidia Inspector.
-Click tab next to "Profiles:" Select "World of Warcraft"
-Click the + sign then navigate to your "Ducktales.exe" [Your installation folder ..steam/steamapps/common/ducktales remastered/executable/ducktales.exe
-If it says this exe is attached to ducktales profile. Click tab next to "Profiles:" Select "ducktales". Click the - sign and remove ducktales.exe. Then repeat prior step.
I tried age of wushu that was suggested here with that same method and it didn't work with my HMZ-T1 on window mode, while it worked with my laptop integrated 3d vision, so apparently not, 3dtv play doesn't work on window mode.
I tried age of wushu that was suggested here with that same method and it didn't work with my HMZ-T1 on window mode, while it worked with my laptop integrated 3d vision, so apparently not, 3dtv play doesn't work on window mode.
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
3DTV Play only works in fullscreen.... if game work in windows mode or fake fullscreen, you can use Chiri's tool
Today night i will install this game and try.
3DTV Play only works in fullscreen.... if game work in windows mode or fake fullscreen, you can use Chiri's tool
Today night i will install this game and try.
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
[quote="DHR"]3DTV Play only works in fullscreen.... if game work in windows mode or fake fullscreen, you can use Chiri's tool
Today night i will install this game and try.[/quote]
Does not work.
I'd do a video but its not really fair to people who cant play it.
Game is kind of quasi-3D/2D. So personally I dont think it has as good of layered looked as a game that goes all in with one or the other. Like Rayman Origins/ Trine. Its very similiar though.
DHR said:3DTV Play only works in fullscreen.... if game work in windows mode or fake fullscreen, you can use Chiri's tool
Today night i will install this game and try.
Does not work.
I'd do a video but its not really fair to people who cant play it.
Game is kind of quasi-3D/2D. So personally I dont think it has as good of layered looked as a game that goes all in with one or the other. Like Rayman Origins/ Trine. Its very similiar though.
Co-founder of helixmod.blog.com
If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com
Why am I even interested in this game? :)
[quote="Pirateguybrush"]Oh cool, does it have that layered 2d look?
(not at home, can't check screenshot)[/quote]From what I've seen of screenshots the characters are 2D and the levels are 3D.
That screenshot looks quite good, I guess I'll have to play this on my 3d vision laptop. Hopefully the upcoming MM castle of illusion game works full screen, that game looks very promising for 3d playing.
That screenshot looks quite good, I guess I'll have to play this on my 3d vision laptop. Hopefully the upcoming MM castle of illusion game works full screen, that game looks very promising for 3d playing.
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
[quote="DHR"]3DTV Play only works in fullscreen.... if game work in windows mode or fake fullscreen, you can use Chiri's tool
Today night i will install this game and try.[/quote]
Normally this would be a perfect case for mr. Migoto :)
Problem is, if I force this game to use a fullscreen device, it hangs. That's because it's doing everything wrong: The call stack is
d3d9.dll - IDirect3D9::CreateDevice
DuckTales.exe - 0x01101dc7
rsaenh.dll - DllMain
ntdll.dll - WaitForSingleObject
...
msvcr100.dll - callthreadstart()
which means the game initializes DirectX during a DllMain function, which is a no go, is forbidden by microsoft and results in a loader lock deadlock.
I tried to move the initialization to a worker thread, but this hangs too. I'm now trying to switch the game to use IDirect3D9Ex to see if that helps and if not, I'm going to delay the initialization as far as possible to see if that would be a solution for cases like this.
DHR said:3DTV Play only works in fullscreen.... if game work in windows mode or fake fullscreen, you can use Chiri's tool
Today night i will install this game and try.
Normally this would be a perfect case for mr. Migoto :)
Problem is, if I force this game to use a fullscreen device, it hangs. That's because it's doing everything wrong: The call stack is
which means the game initializes DirectX during a DllMain function, which is a no go, is forbidden by microsoft and results in a loader lock deadlock.
I tried to move the initialization to a worker thread, but this hangs too. I'm now trying to switch the game to use IDirect3D9Ex to see if that helps and if not, I'm going to delay the initialization as far as possible to see if that would be a solution for cases like this.
thanks for trying to fix the fullscreen issue Chiri, it would be great to make this work with 3dtv play
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
[quote="misterbambam"]Hi,
thanks for the tip, it work for me but my FPS is cap at 30. Is that normal ?[/quote]
Probably. TBH, I didnt notice. Its not a game where you really mind 30 fps over 60. Or at least I didn't.
@chiri
TBH, its only like a 3 hour game. Not saying you shouldnt or whatever but it might not be worth the effort.
actually I hope he fixes it since it could help other games like the aforementioned age of wushu which doesn't work either, I ll sure donate something to Mr migoto if he can make it work ;)
actually I hope he fixes it since it could help other games like the aforementioned age of wushu which doesn't work either, I ll sure donate something to Mr migoto if he can make it work ;)
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
-Download Nvidia Inspector.
-Click tab next to "Profiles:" Select "World of Warcraft"
-Click the + sign then navigate to your "Ducktales.exe" [Your installation folder ..steam/steamapps/common/ducktales remastered/executable/ducktales.exe
-If it says this exe is attached to ducktales profile. Click tab next to "Profiles:" Select "ducktales". Click the - sign and remove ducktales.exe. Then repeat prior step.
Image -> http://photos.3dvisionlive.com/eqzitara/image/520ac7c00f3530e101000137/
Co-founder of helixmod.blog.com
If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com
(not at home, can't check screenshot)
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
Today night i will install this game and try.
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
Does not work.
I'd do a video but its not really fair to people who cant play it.
Game is kind of quasi-3D/2D. So personally I dont think it has as good of layered looked as a game that goes all in with one or the other. Like Rayman Origins/ Trine. Its very similiar though.
Co-founder of helixmod.blog.com
If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com
From what I've seen of screenshots the characters are 2D and the levels are 3D.
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
Normally this would be a perfect case for mr. Migoto :)
Problem is, if I force this game to use a fullscreen device, it hangs. That's because it's doing everything wrong: The call stack is
d3d9.dll - IDirect3D9::CreateDevice
DuckTales.exe - 0x01101dc7
rsaenh.dll - DllMain
ntdll.dll - WaitForSingleObject
...
msvcr100.dll - callthreadstart()
which means the game initializes DirectX during a DllMain function, which is a no go, is forbidden by microsoft and results in a loader lock deadlock.
I tried to move the initialization to a worker thread, but this hangs too. I'm now trying to switch the game to use IDirect3D9Ex to see if that helps and if not, I'm going to delay the initialization as far as possible to see if that would be a solution for cases like this.
thanks for the tip, it work for me but my FPS is cap at 30. Is that normal ?
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
Probably. TBH, I didnt notice. Its not a game where you really mind 30 fps over 60. Or at least I didn't.
@chiri
TBH, its only like a 3 hour game. Not saying you shouldnt or whatever but it might not be worth the effort.
Co-founder of helixmod.blog.com
If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com