You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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(); }
inbinreader_stream.hpp
andCRule rule(root->toolset, true, true); // No way to detect so far
informat_new.cpp
.Still working to find if any way to determine CRule
The text was updated successfully, but these errors were encountered: