Goz3rr / SatisfactorySaveEditor

293 stars 76 forks source link

Touch up Types.xml #69

Closed Goz3rr closed 5 years ago

Goz3rr commented 5 years ago

It should be moved to the Data folder because Researches.xml is in there as well.

Furthermore I would like to replace the current indentation based formatting with some new nodes to create a file structure like this:

<TypeTooltip Type="Root" Tooltip="Main object containing all save data">
    <TypeTooltip Type="Game" Tooltip="Contains the FactoryGame tag and nothing else">
        <TypeTooltip Type="FactoryGame" Tooltip="Contains multiple persistent objects such as story progress, Paleberry bush locations, the game time manager, etc." />
        <!-- etc -->
    </TypeTooltip>
</TypeTooltip>

It's a bit more verbose but it's more XML like and plays nicer with auto formatting.

Also creating an XSD would be nice.