Open
Conversation
Author
|
I changed objects.json and I created all EC files but not all of them have code in them, so change objects.json how you need. |
Author
|
OK I think SDK code is back to normal. You don't have to add ec_content files, just csup and the reverted symbols.txt and SDK files |
|
|
||
| namespace ec { | ||
|
|
||
| long lovBufLevel; |
Contributor
There was a problem hiding this comment.
These should be marked extern.
Contributor
There was a problem hiding this comment.
Author
|
I cloned the repo on my VPS, dumped the game, and only added ec_csup files and it successfully compiled, so it's def some of the other files I added |
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.
I have started decompiling EC, it's gonna take a minute until it's done lol
I did have to change some of the public/private/protected members of sdk functions just so I could use them in code.
result.h includes all status codes that EC can return for a given function (I think they should all be there)