• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 15 16 17 18 19 ... 117 Next »

Stereoscopic 3D
View New Posts | View Today's Posts

Pages (10): « Previous 1 ... 6 7 8 9 10 Next »
Jump to page 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Stereoscopic 3D
02-22-2015, 02:26 AM (This post was last modified: 02-22-2015, 02:38 AM by masterotaku.)
#71
masterotaku Offline
Picky 3D user
****
Posts: 552
Threads: 7
Joined: Aug 2013
Yesssss!!! I did it  Big Grin !

In Nvidia Inspector I saw that Dolphin now has a profile created by Nvidia. At the bottom, in the "Undefined" section, there are many numeric values. Some of them control the fixes Nvidia did for Dolphin in these new drivers.

The 8th setting (2nd starting from the end), which is named "0x70EDB381", has a value of "0x24208B6C". Changing that value to "0x00000000" disables 3D Vision when the setting is off in Dolphin. I mean, the glasses are working, but there's only a 2D image with the same performance as normal 2D. It's like when it didn't work at 2.5xIR. Now it applies to all resolutions.

As a consequence, with 3D Vision on in the Dolphin settings, it now works as expected (no camera issues at any resolution), and performance scales in the expected linear way. I still get less fps compared to the old way, but it's expected considering this is more... accurate, I guess, and the "double activation" of 3D Vision now isn't a problem.

Hope this helps everyone with 3D Vision.

This is something I was trying to do the other day, but I couldn't because Dolphin didn't have a profile in the old drivers.

Edit: I think I said the word "expected" too many times :p.
CPU: Intel Core i5 4670k @ 4.4GHz
GPU: GAINWARD GeForce GTX 1080 Phoenix "GLH"
RAM: G.SKILL Ripjaws X DDR3 16GB 1600MHz CL7
OS: Windows 7 Ultimate x64
Find
Reply
02-22-2015, 03:44 AM
#72
Armada Offline
Head of Depth Perception
**********
Developers (Some Administrators and Super Moderators)
Posts: 152
Threads: 4
Joined: Jul 2009
(02-22-2015, 02:26 AM)masterotaku Wrote: Yesssss!!! I did it  Big Grin !

In Nvidia Inspector I saw that Dolphin now has a profile created by Nvidia. At the bottom, in the "Undefined" section, there are many numeric values. Some of them control the fixes Nvidia did for Dolphin in these new drivers.

The 8th setting (2nd starting from the end), which is named "0x70EDB381", has a value of "0x24208B6C". Changing that value to "0x00000000" disables 3D Vision when the setting is off in Dolphin. I mean, the glasses are working, but there's only a 2D image with the same performance as normal 2D. It's like when it didn't work at 2.5xIR. Now it applies to all resolutions.

As a consequence, with 3D Vision on in the Dolphin settings, it now works as expected (no camera issues at any resolution), and performance scales in the expected linear way. I still get less fps compared to the old way, but it's expected considering this is more... accurate, I guess, and the "double activation" of 3D Vision now isn't a problem.

Hope this helps everyone with 3D Vision.

This is something I was trying to do the other day, but I couldn't because Dolphin didn't have a profile in the old drivers.

Edit: I think I said the word "expected" too many times :p.

Did you make a profile for Dolphin before Nvidia added it? Because I can't reproduce what you're seeing on any Internal Resolution with the new drivers.
Find
Reply
02-22-2015, 04:06 AM
#73
masterotaku Offline
Picky 3D user
****
Posts: 552
Threads: 7
Joined: Aug 2013
(02-22-2015, 03:44 AM)Armada Wrote: Did you make a profile for Dolphin before Nvidia added it? Because I can't reproduce what you're seeing on any Internal Resolution with the new drivers.

Yes, I had a profile from before. I called it "Dolphin", but I deleted it now. The one that came with the drivers is "Dolphin Emulator". It took the dolphin.exe association anyway.

Screenshot of the Dolphin Emulator profile:
[Image: Pj4GiW.png]

I've also attached the profile inside a zip file. Import it with Nvidia Inspector.


Attached Files
.zip   dolphin.zip (Size: 483 bytes / Downloads: 472)
CPU: Intel Core i5 4670k @ 4.4GHz
GPU: GAINWARD GeForce GTX 1080 Phoenix "GLH"
RAM: G.SKILL Ripjaws X DDR3 16GB 1600MHz CL7
OS: Windows 7 Ultimate x64
Find
Reply
07-11-2015, 09:05 AM (This post was last modified: 07-11-2015, 10:01 AM by OneUp03.)
#74
OneUp03 Offline
Junior Member
**
Posts: 8
Threads: 1
Joined: Dec 2014
Is there some way to create fixes for individual games inside Dolphin? In particular, disabling certain Pixel or Vertex Shaders like what is done with the Helixmod or 3DMigoto tools that are used to fix 3D in PC games. 3DMigoto does work with these latest Dolphin builds and can be used to fix 3D issues. Is there some way to fix the games inside of Dolphin so that we don't have to rely on an external tool?
Find
Reply
07-16-2015, 01:40 AM
#75
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,959
Threads: 4
Joined: Sep 2013
Look into using per-game inis. Its a sticky thread somewhere.
Find
Reply
07-16-2015, 02:00 AM
#76
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,952
Threads: 7
Joined: Oct 2014
(07-16-2015, 01:40 AM)KHg8m3r Wrote: Look into using per-game inis. Its a sticky thread somewhere.

You can't disable individual effects in games just because you have a per-game INI. I guess it would be possible to do it with an Action Replay or Gecko code, but we don't exactly have guides for making things like that...
Find
Reply
07-16-2015, 02:47 AM
#77
masterotaku Offline
Picky 3D user
****
Posts: 552
Threads: 7
Joined: Aug 2013
I guess a .bat file for each game would work. For most shader fixes I made, only the files in the "ShaderFixes" folder have to be changed (because disabled shaders for one game can affect another game). It would be something like:

- If there's a ShaderFixes folder, delete it.
- Copy the needed fixes folder to "ShaderFixes".
- Run Dolphin with X game.

I'm considering doing this for myself, because manually moving files for every different game is getting annoying.
CPU: Intel Core i5 4670k @ 4.4GHz
GPU: GAINWARD GeForce GTX 1080 Phoenix "GLH"
RAM: G.SKILL Ripjaws X DDR3 16GB 1600MHz CL7
OS: Windows 7 Ultimate x64
Find
Reply
07-17-2015, 12:56 PM
#78
OneUp03 Offline
Junior Member
**
Posts: 8
Threads: 1
Joined: Dec 2014
It looks like the VR version of Dolphin has a feature that might be useful for us - "Hide Object Codes." Although, I haven't found any kind of tutorial on how to create them yet. https://dolphinvr.wordpress.com/downloads/dolphin-vr-4-0-7252-release-notes/
Find
Reply
07-19-2015, 10:44 AM
#79
Invader Offline
Forum Lurker
****
Posts: 409
Threads: 14
Joined: Sep 2011
(07-17-2015, 12:56 PM)OneUp03 Wrote: It looks like the VR version of Dolphin has a feature that might be useful for us - "Hide Object Codes." Although, I haven't found any kind of tutorial on how to create them yet. https://dolphinvr.wordpress.com/downloads/dolphin-vr-4-0-7252-release-notes/

Here: https://github.com/dolphin-emu/dolphin/pull/2003

This pr was closed, but the information on how to use it should be the same.
[Image: 3qpbaX8.png]
Find
Reply
07-21-2015, 01:57 PM
#80
OneUp03 Offline
Junior Member
**
Posts: 8
Threads: 1
Joined: Dec 2014
Wow I probably wouldn't have found that. Thanks! I'm going to go try it with Twilight Princess and Mario Sunshine. Is there a common place that hide object codes are shared?
Find
Reply
« Next Oldest | Next Newest »
Pages (10): « Previous 1 ... 6 7 8 9 10 Next »
Jump to page 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode