百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
3

3Dmigoto

> 编程语言
开源

DX11 修改包,可用于修复损坏的立体效果。 警告: 3Dmigoto[.]com 是一个欺诈网站,不是我们的。

1.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

DX11 修改包,可用于修复损坏的立体效果。 警告: 3Dmigoto[.]com 是一个欺诈网站,不是我们的。

========

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.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C++

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言