Coder Social home page Coder Social logo

Comments (8)

Kinkojiro avatar Kinkojiro commented on May 26, 2024

IN PACKED_WPF
ME1:
SkeletonMesh does not parse but you can add properties (which causes an exception)
StaticMesh parses but adding properties results in "no properties available"

ME2:
SkeletonMesh does not parse but you can add properties (which causes an exception)
StaticMesh parses but adding properties results in "no properties available"

ME3:
SkeletonMesh parses and you can add properties
StaticMesh parses but adding properties results in "no properties available"

from legendaryexplorer.

Mgamerz avatar Mgamerz commented on May 26, 2024

StaticMesh is a native class in UE3, as such we do not have a list of properties that we can add to it. I am fairly certain this is the same as it was in classic, as the adding dialog is the same for classic and wpf, and I have not changed the object info file for ME3.

from legendaryexplorer.

Kinkojiro avatar Kinkojiro commented on May 26, 2024

You are correct but I don't understand why staticmesh is any different from any other "native" class that is defined in Engine.pcc.

These are the list of properties that are used in the staticmesh in ME3

image

from legendaryexplorer.

Mgamerz avatar Mgamerz commented on May 26, 2024

StaticMesh is not defined in Engine.pcc. As a native class it is defined in the game executable.

from legendaryexplorer.

Kinkojiro avatar Kinkojiro commented on May 26, 2024

Ok. It is not really a big deal as it parses.

from legendaryexplorer.

Mgamerz avatar Mgamerz commented on May 26, 2024

I have extended how information is generated, allowing us to add custom entries. We may be able to add stuff for native classes using this method. Using this we can reliably rebuild the information, and if we add your new custom items, we can include those too.

from legendaryexplorer.

Kinkojiro avatar Kinkojiro commented on May 26, 2024

Nice great idea. When you get this release out the way maybe you can point me to the code and I will try to add these native classes where possible.

from legendaryexplorer.

Mgamerz avatar Mgamerz commented on May 26, 2024

Parsing has been implemented for all 3 games, should be 100% coverage now.

I am closing this issue for now as it is tagged for 3.1.12.14. Please open a new issue for 4.0/3.1.12.15 (may be a bugfix release) for adding properties to staticmesh, I have added the code for your custom classes to ME3UnrealObjectInfo generating, adding staticmesh would be done in the same way.

from legendaryexplorer.

Related Issues (20)

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.