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

Load xac and xsm with cpp #380

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Load xac and xsm with cpp #380

wants to merge 1 commit into from

Conversation

Nemrav
Copy link
Contributor

@Nemrav Nemrav commented Feb 7, 2025

XSM animation file loading:

  • Can now read 0xC8 chunk style animations (needed for zulu_walking.xsm)
  • Uses a hack of deleting frame 0 from all animation tracks to work. This replicates the behaviour of the gdscript version, but obviously is not ideal.
  • Cached in ModelSingleton
  • Used for all animation loading

XAC file loading:

  • Used for static (ie. no 'unit' script for animation) meshes only currently.
  • Textures are loading, but lighting is off
  • Bone weights / skinning chunks are not working and needs more work before this can fully replace the gdscript function versions.
  • Cached in ModelSingleton

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

Successfully merging this pull request may close these issues.

2 participants