Skip to content
/ 3Dmigoto Public

DX11 modding wrapper to enable fixing broken stereoscopic effects. Warning: 3Dmigoto[.]com is a phishing site, not us.

License

Notifications You must be signed in to change notification settings

bo3b/3Dmigoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Chiri's wrapper to enable fixing broken stereoscopic effects in DX11 games.

Now also a general purpose DX11 modding tool.


This includes the entire code base, and it will compile, link, and run in it's current state.

This is not the end-user version of the tool, this is for people developing the code by fixing bugs, adding new features, or documenting how to use it. You can find the latest releases https://github.com/bo3b/3Dmigoto/releases

The current project is updated to using Visual Studio 2022 Community, so anyone can do development for free.

To get started do:

  1. Download VS2022 Community for Windows Desktop. https://visualstudio.microsoft.com/vs/community/
  2. Install VS2022 and be sure to select:
    • "Programming Languages" -> "Visual C++"
    • "Windows 10 SDK (10.0.19041.0)"
    • "MSVC v143" (currently using C++14)
  3. Run VS2022.
  4. Git menu, Clone Repository. Opens the page for cloning.
  5. Use Clone menu, and enter the repository: https://github.com/bo3b/3Dmigoto.git
  6. Change the source-code destination to where you prefer, and then click Clone.
  7. Double click your new local repository to set it active (if you have others.)
  8. At the home menu in Git Changes, double click StereovisionHacks.sln to open the solution.
  9. Switch to Solution Explorer, and wait for it to parse all the files.
  10. Hit F7 to build the full solution.
  11. Output files are in .\builds\x64\Debug
    • d3d11.dll
    • nvapi64.dll
    • d3dx.ini
    • uninstall.bat
    • ShaderFixes folder

If you have any questions or problems don't hesitate to contact us or leave Issues.

Big, big, impossibly big thanks to Chiri for open-sourcing 3Dmigoto.

About

DX11 modding wrapper to enable fixing broken stereoscopic effects. Warning: 3Dmigoto[.]com is a phishing site, not us.

Resources

License

Stars

Watchers

Forks

Packages

No packages published