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

Try support havok2018 #4

Open
qiankanglai opened this issue Apr 11, 2022 · 0 comments
Open

Try support havok2018 #4

qiankanglai opened this issue Apr 11, 2022 · 0 comments

Comments

@qiankanglai
Copy link

Hi,

I just finish supporting EldenRing with Havok2018 at https://github.com/qiankanglai/HavokLib/tree/havok2018. File formats seem keeping the same except .compendium is added (storing content across files I guess).

Also two diff I didn't commit yet:

bool IsEOF() const { return !baseStream || baseStream->eof(); } in binreader_stream.hpp and
CRule rule(root->toolset, true, true); // No way to detect so far in format_new.cpp.

Still working to find if any way to determine CRule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant