Eirik Smithsen

Results 9 comments of Eirik Smithsen

A similar feature is being worked on in kihashi/stardew_community_checklist#64. If there is interest I could port it to Python and SDV-Summary when it's done

@Laukei I have made a mapping from the save game format to bundle names. Would you be interested in that data? I can implement this functionality if that is fine...

I can write the code for this and send a pull request. What data are needed? Only completed bundles or progress on each bundle? Can I reach you on something...

What python version are you running?

Can you try running [this](https://gist.github.com/eirism/05e27cffb6a8ac7b1aa095eaaff33d6b) script on the PI? It is the date parsing code from this project. If will crash if the date parsing doesn't work.

Does it work if you use all groups, i.e. drop the `--use-only-groups EXIF` argument?

Do you have any pointers documentation of the file format? I'm interested in making a save game importer, but I need to know how the data is organized.

I think I've found the part of the save data which represents the bundles. Now I need to map the XML data to bundle names and items.

I've made a [simple save game parser](https://jsfiddle.net/g20190bs/1/) with a limited mapping of bundles and items, as a proof of concept. @kihashi how do you think the necessary data is best...