Files
better-genshin-impact/BetterGenshinImpact
2025-02-23 21:17:16 +08:00
..
2025-02-23 20:33:16 +08:00
2025-02-01 16:01:07 +08:00
2025-02-06 01:37:42 +08:00
2024-10-19 15:20:58 +08:00
2024-08-14 18:01:02 +08:00
2025-01-13 01:17:11 +08:00
2024-07-01 00:22:36 +08:00
2025-02-12 23:02:16 +08:00
2025-02-23 20:33:16 +08:00
2025-02-23 20:33:16 +08:00
2024-06-27 00:11:23 +08:00
2024-09-07 12:31:07 +08:00
2025-01-28 13:12:14 +08:00

项目结构

参考:AI生成的项目结构说明

如何编译并运行整个工程?

Rider (推荐)

  1. git clone https://github.com/babalae/better-genshin-impact.git
  2. 推荐使用 Rider 打开本项目。速度快且免费!

Visual Studio 2022

  1. git clone https://github.com/babalae/better-genshin-impact.git
  2. 需要使用 Visual Studio 2022 打开本项目。

请注意当前 /Asset 目录下的部分文件过大比如地图特征数据300M+),需要手动从 Release 包中获取并拷贝至对应的编译目录下,软件才能够正常运行对应的功能。(当前仅影响路径追踪、自动传送相关功能)

运行项目闪退?

可能是 Windows SDK 版本不够。使用 Visual Studio Installer 安装 10.0.22621.0 及以上版本的 Windows SDK或者编辑项目文件的 TargetFramework 降低版本。