Add build instructions, bump SDK version to v143, and add CI/CD#2
Open
OSA413 wants to merge 5 commits intoRadiantDerg:mainfrom
Open
Add build instructions, bump SDK version to v143, and add CI/CD#2OSA413 wants to merge 5 commits intoRadiantDerg:mainfrom
OSA413 wants to merge 5 commits intoRadiantDerg:mainfrom
Conversation
Author
|
Added CI/CD just to see that it builds |
RadiantDerg
requested changes
May 4, 2026
Owner
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.
Owner
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.