heyy. i wanted to reply in the bug report, but you already closed that :D
i just wanted to say that i had the error again ... i was updating some other mods & just checking if things worked properly with a new game. that's when the exact same error happened again. without this mod everything worked & re-downloading didn't fix it this time. i'll try to do some testing with removing other mods to see if the problem lies somewhere else.
Bundles are fixed and baked into the save data when you first start a farm, they can't be changed after that by any mod.
You can install it, it won't break anything, but it won't take effect unless you start a new playthrough (and select the 'Remixed Bundles' option during character setup).
I think I found an error and fixed it xD There was an error in the German file where I simply removed a character (from "Rasmodius'": "Magician"' to "Rasmodius'": "Magician") I think there was one too many symbols xD ( ' )
Added a couple items as possible bundle picks, adjusted a couple rewards and request quantities, cleaned up a bit of formatting. Nothing worth starting a new farm for.
For some reason since adding this it's made my game do some weird things. Firstly even if I select skip intro it still plays and then when I play through to get the bundles they are all just the vanilla ones. I also get an error in my smapi: https://smapi.io/log/e0d960c1d19944ee97d3584777c48090 Thanks for any help!
...ah. It seems I didn't test that update quite as extensively as I should have; apparently the bundle parser for the remixed bundles really doesn't like the new artisan products (smoked fish, dried fruit/mushrooms). I apparently didn't have that bundle pop up in my tests, as that parser crash is what happens when it does. I've reverted that bundle for now, might poke at it more to see if I can make it behave, but it should be working fine now.
I just put out the update earlier today, yes. It still worked before that, but this includes new items and options. And yes, you still need to select the Remixed Bundles option when starting a new game, given that's what it's replacing.
Hah, thank you. I hope to get an update out in the next week that incorporates some of the new bundles and items, and updates it for the minor format changes (even if it's currently compatible), but I've been swamped and haven't found the time yet.
Hey, if I wanted to expand these to include crops from a DGA/JA mod, do I add them to the Items part of each bundle in RandomBundles using their ID (DGA) / Name (JA) property from object.json?
That would work, yes. It'll check for matching ID first, then try to find a match from the name if not (if you have more than one item with the same name, you need to use the ID or it'll just pick the first one it finds).
The Pick field is how many it'll randomly choose from the full list for the bundle (-1 for this means 'all', having this go above 12 picked will break things, so if you add enough to the list you might need to change this), RequiredItems is how many of those picked you have to submit to clear the bundle (-1 here means 'all of those picked by the last setting').
Have fun with it! I kept it to vanilla items for compatibility, but may do alternate versions at some point to account for common mods (PPJA and More New Fish are on the radar); it's just not a high priority for me right now.
50 comments
i just wanted to say that i had the error again ... i was updating some other mods & just checking if things worked properly with a new game. that's when the exact same error happened again. without this mod everything worked & re-downloading didn't fix it this time.
i'll try to do some testing with removing other mods to see if the problem lies somewhere else.
You can install it, it won't break anything, but it won't take effect unless you start a new playthrough (and select the 'Remixed Bundles' option during character setup).
I think I found an error and fixed it xD
There was an error in the German file where I simply removed a character
(from "Rasmodius'": "Magician"' to "Rasmodius'": "Magician") I think there was one too many symbols xD ( ' )
https://smapi.io/log/e0d960c1d19944ee97d3584777c48090
Thanks for any help!i was really disappointed by the original remixed bundles - yours are perfect though :)
The Pick field is how many it'll randomly choose from the full list for the bundle (-1 for this means 'all', having this go above 12 picked will break things, so if you add enough to the list you might need to change this), RequiredItems is how many of those picked you have to submit to clear the bundle (-1 here means 'all of those picked by the last setting').
Have fun with it! I kept it to vanilla items for compatibility, but may do alternate versions at some point to account for common mods (PPJA and More New Fish are on the radar); it's just not a high priority for me right now.