This one's not working for me after the release version update, even without other mods (besides yours) installed. Which is a shame, because this mod is such a QOL blessing when it works!
Realized I had downloaded v5 Bepinex instead of v6. 🤦🏼 It generated the plugins and config and the other folders so I thought it would work. Just letting you know in the slim hope that this helps somebody else haha
Just going on record here, the plugins are compatible with and tested against BepInEx v6.0.0.572 I maintain a lot of plugins and testing and programming for compatibility across multiple bepinex releases isn't practical (especially given the small audience size for Dinkum mods)
Which version of Bepinex does this need? Because this is the only mod I've installed that refuses to create a config for me. I'm using BepInEx_UnityMono_x64_6.0.0-pre.1.zip
Thanks in advance!
Edit: nevermind, reinstalling the mod seems to have done the trick
as mentioned by johnno you can achieve this by changing the config settings for the mod. If you look in the config folder in the directory above the plugins folder ie C:\Program Files (x86)\Steam\steamapps\common\Dinkum\BepInEx\config there will be a config file for the mod.
In it you will find ## When enabled dinks will be deposited back into the sale chest as a physical item. If disabled dinks go direct to wallet. # Setting type: Boolean # Default value: true DinksAsItem = true
If you change the final line to DinksAsItem = false
Miners hats not shipping is interesting - I included some logic that prevents items flagged as unique from being shipped. Only thing I can think of that might stop you shipping them. Will review and see if it is just going to be an annoyance and if so will remove the check and update the mod.
22 comments
BepInEx v6.0.0.572
I maintain a lot of plugins and testing and programming for compatibility across multiple bepinex releases isn't practical (especially given the small audience size for Dinkum mods)
Good to see you managed to suss it out on your own though!
Thanks in advance!
Edit: nevermind, reinstalling the mod seems to have done the trick
as mentioned by johnno you can achieve this by changing the config settings for the mod.
If you look in the config folder in the directory above the plugins folder ie
C:\Program Files (x86)\Steam\steamapps\common\Dinkum\BepInEx\config
there will be a config file for the mod.
In it you will find
## When enabled dinks will be deposited back into the sale chest as a physical item. If disabled dinks go direct to wallet.
# Setting type: Boolean
# Default value: true
DinksAsItem = true
If you change the final line to
DinksAsItem = false
Then you will be paid directly to wallet.
It is a great Mod,
Thanks
Miners Helmets are not accepted
Miners hats not shipping is interesting - I included some logic that prevents items flagged as unique from being shipped. Only thing I can think of that might stop you shipping them. Will review and see if it is just going to be an annoyance and if so will remove the check and update the mod.