Coder Social home page Coder Social logo

Comments (7)

Joschuka avatar Joschuka commented on September 9, 2024

The animation format for these was a simpler version of XC3's, I pushed an update for these. Do note that I won't fix skinning issues for now as the way to handle it properly is quite convoluted and I'm moving on to other projects.

from fmt_xc3.

nanogram avatar nanogram commented on September 9, 2024

It works for main characters & enemies, broken for objects, npc, and weapons for DE. Good enough for now.

from fmt_xc3.

Joschuka avatar Joschuka commented on September 9, 2024

Let's keep this open even if I don't end up fixing things immediately, it makes things easier to track.
I'll take a quick look at these and see if it's easy enough to fix, I only tested on a few main characters for both.

from fmt_xc3.

Joschuka avatar Joschuka commented on September 9, 2024

I took a quick look, there were some issues for the chr auto-load for some weapons, should be fixed with a better approach. NPCs are indeed not working, but I don't have the time/motivation to troubleshoot why for now, PRs are welcome.

from fmt_xc3.

nanogram avatar nanogram commented on September 9, 2024

image
Armu family animations in particular are very broken.

from fmt_xc3.

Joschuka avatar Joschuka commented on September 9, 2024

I got back to working on XC this week for a personal XC1DE project. I was able to take a proper look at those broken animations and fix several issues in 7728119 :
-new semantic I never saw before
-some animation data was in model space, for better precision
-some animations had an internal bone remap which is name based, which allows them to share anims between species. Hence why some of them were so broken

I eventually plan to have proper skinning but I'm done for now, I'll go back to the franchise in several weeks again most likely for XC2.

from fmt_xc3.

nanogram avatar nanogram commented on September 9, 2024

Errors on certain XCDE files(using 77281191):

en070101-en070106, en150104(square plane)

line 848, in LoadModel
ofs, size, stride = vBufferInfo[skinBufferInfo[2]][:3]
UnboundLocalError: local variable 'skinBufferInfo' referenced before assignment

en110100, np020000(wii models)

line 664, in LoadModel
assert 0
AssertionError

from fmt_xc3.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.