自从 JA2 1.13 源码迁移到 Github 后,各位 Moder 们就在讨论编译方式优化,以前是要给不同版本的 Visual Studio 添加 MSBuild 文件的,比较麻烦,而且大部分铁血玩家都是不懂编程的,所以编译遇到问题是只能等人解决~git 760f8ab 版本删除了所有 MSbuild 文件,统一使用 CMake 的 MSBuild 生成器。JA2 1.13 Source Git 地址https://github.com/1dot13/source新的编译方法其实在这个页面已写了方法步骤,英文原文:Visual Studio setupRunVisual Studio 2019or newer.Clone and open the location with the source code using one of these two options:ClickClone a repositoryEntergit@github.com:1dot13/source.gitorhttps://github.com/1dot13/source.gitin the Repository location field, select the path you want to clone the repository to and clickClone.Double-cli
...
继续阅读
(117)