-
Notifications
You must be signed in to change notification settings - Fork 4
Update Version.h and add NiNode.h #15
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
Conversation
DarthSidious666
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I apologise in advance if the pull request is a bit messy, been a long time since I used github this way.
Version.h update is pretty straightforward.
NiNode.h probably needs some more work on it (I'm quite new at this side of RE and more experienced people will be better than I am at this sort of thing).
include/RE/N/NiNode.h
Outdated
| class NiNode : public NiAVObject | ||
| { | ||
| public: | ||
| // Virtual destructor / vtable are present (attributes = 0x40 in RTTI). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove all of these comments and follow the general style of the rest of the codebase. We put vtable indexes and member offsets instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, no problem.
DarthSidious666
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As requested changed the file and added offsets.
Update the Version.h file in SFSE to the latest SFSE and Starfield Runtimes.