Disney Dreamlight Valley
0 of 0

File information

Last updated

Original upload

Created by

AveraqeDev

Uploaded by

smiileyface

Virus scan

Safe to use

Tags for this mod

About this mod

Customize how often the Scrooge General Store refreshes it's stock. (Now with BepInEx & MelonLoader versions!)

Requirements
Permissions and credits
Changelogs
This mod increases the Scrooge General Store refresh frequency by a specified number of hours (default 12, minimum 1)

Config
When using MelonLoader, a config section is created in (GameDir)/UserData/MelonPreferences.cfg after running the game with the mod installed.
When using BepInEx, a config file is created at (GameDir)/BepInEx/config/averaqedev.ScroogeShopExtraRefresh.cfg after running the game with the mod installed.

You can adjust the config values by editing this file using a text editor(e.g. Notepad, Notepad++).

I recommend using Notepad++ to edit the config. You can download it here.
If the .cfg file does not open in Notepad++ by default, try right-clicking the file and selecting Open With then choosing Notepad++


With MelonLoader, you should see a section like this once you have opened the file:
["Scrooge Shop Extra Refresh"]
Enabled = true
"Refresh Frequency Hours" = 12
Debug = false

With BepInEx, the file contents should look like this:
## Settings file was created by plugin ScroogeShopExtraRefresh v0.1.0
## Plugin GUID: averaqedev.ScroogeShopExtraRefresh

[General]

## Enable this mod
# Setting type: Boolean
# Default value: true
Enabled = true

## Refresh the Scrooge store every x hours
# Setting type: Int32
# Default value: 12
Refresh Frequency Hours = 12

## Enable Debug Logs
# Setting type: Boolean
# Default value: false
Debug = false


You only need to update the Refresh Frequency Hours to your liking.
The mod will NOT work with decimals. You must input a whole number that is >= 1

Installation (MelonLoader)
Requires MelonLoader v0.6.1 or later
Download MelonLoader here

Be sure to run the game once without any mods installed so MelonLoader can initialize.

To install ScroogeShopExtraRefresh, simply extract the downloaded zip file and drag the ScroogeShopExtraRefresh.dll file into the (GameDir)/Mods folder

Installation (BepInEx)
Requires BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.668+46e297f found under Artifacts #668
Download BepInEx here
Learn how to install BepInEx here

Be sure to run the game once without any mods installed so BepInEx can initialize.

To install ScroogeShopExtraRefresh, simply extract the downloaded zip file and drag the ScroogeShopExtraRefresh.dll file into the (GameDir)/BepInEx/plugins folder