Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build tooling to compare Enums from the game with the Enums included into the editor #28

Open
tolik518 opened this issue May 30, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@tolik518
Copy link
Owner

Earlier this year I had made a tool called JackTheEnumRipper which can extract Enums from .NET binaries.
Next step should be to add tooling into SoG_SGreader to replace the Enums automatically, so newly added items add little to no overhead.
I could imagine it being just a PowerShell script (not a hard requirement) that does some data transformation from the extracted Enums from JackTheEnumRipper and the expected data format for SoG_SGreader.

Acceptance Criteria:
I can run a script and it updates all the Enums to the latest version which are ready to push. The script has to write to the terminal if and which Enums were updated.

@tolik518 tolik518 added the good first issue Good for newcomers label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant