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

Implement Havok 550 data classes #33

Open
13 tasks
Nostritius opened this issue May 29, 2023 · 0 comments
Open
13 tasks

Implement Havok 550 data classes #33

Nostritius opened this issue May 29, 2023 · 0 comments
Labels
Alan Wake Issue related to Alan Wake enhancement New feature or request

Comments

@Nostritius
Copy link
Member

Nostritius commented May 29, 2023

As mentioned in #30, OpenAWE is missing almost all implementations of the Havok 550 format for creating the physics shapes and animations necessary for the first Alan Wake. This causes a lot of MemoryStream Errors during the start. For how to differentiate between both version look at the loading of a hkaSkeleton object (The only one already implemented for both version. Here are some shapes which are implemented in the 2010 version but not in the 550 version:

  • hkRootLevelContainer

  • hkxScene

  • hkaSplineCompressedAnimation

  • hkaAnimationBinding

  • hkaAnimationContainer

  • hkaDefaultAnimatedReferenceFrame

  • hkpRigidBody

  • hkpBoxShape

  • hkpCylinderShape

  • hkpConvexTRanslateShape

  • hkpConvexTransformShape

  • hkpListShape

  • RmdPhysicsSystem

@Nostritius Nostritius added enhancement New feature or request Alan Wake Issue related to Alan Wake labels May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Alan Wake Issue related to Alan Wake enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant