SkillAgentSearch skills...

3Dmigoto

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

Install / Use

/learn @bo3b/3Dmigoto
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

image

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

Now also a general purpose DX11 modding tool.

<br>

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 <br> <br> 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 <br>

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.

Related Skills

View on GitHub
GitHub Stars1.1k
CategoryDevelopment
Updated3d ago
Forks185

Languages

C++

Security Score

80/100

Audited on Mar 22, 2026

No findings