You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't make a program, it makes a .dll file that you can use with the remaster in place of the shipped game logic dll files. See https://ppmforums.com/topic-51231/info-modding-faq/ for details on modding the remasters. MSVC 2019 doesn't correctly build the code with the solution as provided here though, you need to add soem defines to even get it to build and the resulting dll files will crash the remaster unless you install the 2017 compiler and compile with that.
https://github.com/TheAssemblyArmada/Vanilla-Conquer has better support for MSVC 2019 by using CMake to generate the solutions, the code there isn't exactly the same as in this repo though, its been updated, asm replaced with C++ code and its been restructured a bit to allow building standalone binaries that can play the original game content.
HELP!!
And how to run the program?
The text was updated successfully, but these errors were encountered: