MattFiler / OpenCAGE

A modding toolkit for Alien: Isolation that gives access to scripting, assets, configurations, and behaviour trees.
http://opencage.co.uk
MIT License
274 stars 13 forks source link

Exported model requires manual editing to allow it to be reimported #199

Open MattFiler opened 1 year ago

MattFiler commented 1 year ago

Exporting a model places the geometry at nodes nested within a secondary root node in the file, which OpenCAGE can then not parse when reimporting.

Would be good to either export at the root layer or support both options when reimporting to make import and export of models within AI easier.

MattFiler commented 1 year ago

Somewhat related to #247