- Joined
- Apr 19, 2008
- Messages
- 2,562
So I don't know how Reforged will format HD models, but it occurred to me that from all I understand, MDX models are accepted by the game even if they contain blocks with an unknown four-letter block ID. For example, I heard a rumor but have not researched the idea that MdlVis may store a block with some madeup ID such as "MDLV" (just an example) so that it can save program settings for that model into the model file itself.
This has the obvious problem that if you open that model in Magos or Matrix Eater and save it again, at least in my Matrix Eater code, any such block will be removed because the entire model is reconstructed based on the editor's understanding of its contents.
But this made me wonder. Could we as a community make a tag called AUTH in the MDX binary that is simply an array holding the names of every author who opened and modified a particular MDX model file? Could we then have software like my Matrix Eater editor ask for a username during the installation process, if users want to embed their AUTH tag to encode model authorship? This would also mean if I edit a model somebody else made, I could rest easy knowing I would be appended to the AUTH list but that author would still be credited.
This might be a crazy idea, but I was interested if people thought it might be reasonable, or if it was something they would want.
This has the obvious problem that if you open that model in Magos or Matrix Eater and save it again, at least in my Matrix Eater code, any such block will be removed because the entire model is reconstructed based on the editor's understanding of its contents.
But this made me wonder. Could we as a community make a tag called AUTH in the MDX binary that is simply an array holding the names of every author who opened and modified a particular MDX model file? Could we then have software like my Matrix Eater editor ask for a username during the installation process, if users want to embed their AUTH tag to encode model authorship? This would also mean if I edit a model somebody else made, I could rest easy knowing I would be appended to the AUTH list but that author would still be credited.
This might be a crazy idea, but I was interested if people thought it might be reasonable, or if it was something they would want.