Add build instructions, bump SDK version to v143, and add CI/CD#2
Add build instructions, bump SDK version to v143, and add CI/CD#2OSA413 wants to merge 7 commits into
Conversation
|
Added CI/CD just to see that it builds |
RadiantDerg
left a comment
There was a problem hiding this comment.
I've pushed a new commit to address some missing binaries.
Build instructions for Windows are as simple as hitting Build in VS.
There was a problem hiding this comment.
Typically this was just compiled directly through Visual Studio, so that should still hold true.
Also, I did some investigation and found that my repositories are missing the binaries detours requires... not sure if I did that intentionally or not. I'll address that soon by linking in my DLLShared repository as a submodule.
Might be a good idea to hold off including build instructions, at least in this PR. Those can be added once there's a finalized solution.
|
Merged updates, it is still able to compile on my PC with |
It also enables dll load for Episode 1.
It would be great to add a CI/CD workflow so we don't have to update the "UpdateServer" in the repo.