Goz3rr / SatisfactorySaveEditor

293 stars 75 forks source link

Auto-generate item list and counts for Fill feature #163

Open budak7273 opened 4 years ago

budak7273 commented 4 years ago

Currently, FillViewModel.cs needs to be manually populated every update to add support for new items. Perhaps it could be auto-generated via output from Vilsol's parser, or pull information from the wiki (for icons, perhaps hotlinking) somehow?

budak7273 commented 4 years ago

The Spawn crate with all items cheat has made progress towards this, with the addition of a list of all resources, but said list still needs to have invalid items removed manually, and it lacks friendly item names.