niftools / nifxml

A repository for the nif.xml file, which contains the nif file format description.
http://www.niftools.org
GNU General Public License v3.0
37 stars 43 forks source link

Add Digimon Masters Online #97

Closed arves100 closed 2 years ago

arves100 commented 2 years ago

Version: Gamebryo 20.3.0.9 (I am not sure if that place is ok because theorically speaking the game should have an unmodified gamebryo) The maps have a custom node called "CsNiNode" with some binary informations (NiBinaryExtraData) which are out of scope for the specifications.

Candoran2 commented 2 years ago

Could you post one or two example nifs as a reference?

arves100 commented 2 years ago

https://www.mediafire.com/file/wz1vlau976o1y6z/nifs.zip/file This are two example nifs, one is an npc and one is an example map that contains the CsNiNode.

Candoran2 commented 2 years ago

Looks good to me. However, it seems that this PR is into the master branch. Typically, PRs are into the develop branch. You might get some merge conflicts there because of a recent edit to where the version tags are stored, so you'd need to resolve those as well, but the changes themselves seem to work.

arves100 commented 2 years ago

Looks good to me. However, it seems that this PR is into the master branch. Typically, PRs are into the develop branch. You might get some merge conflicts there because of a recent edit to where the version tags are stored, so you'd need to resolve those as well, but the changes themselves seem to work.

I have now changed the base branch to develop and updated the XML accordingly