Skip to content

How feasible would it be to allow MBINCompiler to output more standardized xml formats? #93

@theFisher86

Description

@theFisher86

I'm not sure how feasible this is but if it was a simple change to make MBINCompiler output exml files in the format :
<TemplateName type="DATA"> <PropertyName type="PROPERTY">ActualValue</PropertyName> </TemplateName>
Instead of :
<Data template="TemplateName"> <Property name="PropertyName" value="ActualValue" /> </Data
We would be able to use standard XML Tree Building software and even Excel to make edits to the exml files (in excel we could update multiple values at once with a formula which would make it much easier to make large scale changes) and just all around make everything easier to use. I'm not sure if this is something that could be done easily or if it's a big request but I know it'd make mod building much easier if we could import exml files directly into excel, mass edit them and then export them back to the file.

I made a small program to convert exml to xml just to see how it would work, while it doesn't work correctly and the edited xml files can't be recompiled in their current state I'm pretty sure that is due to my lack of knowledge not that it isn't possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions