nickbabcock / Pdoxcl2Sharp

A Paradox Interactive general file parser
MIT License
39 stars 13 forks source link

Writer headers that have a datetime #13

Closed nickbabcock closed 11 years ago

nickbabcock commented 11 years ago

In a quite a few paradox games there are sections that look like

1453.5.18=
{
    # ...
}

The problem is that when invoking write on a ParadoxStreamWriter and you want to write an IParadoxObj there is no way to specify that header is a date unless you already know the format that Paradox dates are formatted as.

In addition it does suffer the same problem as #11