Enjoy Stardew Valley with Instant Load, the mod that improves the game with more features. With Instant Load Stardew Valley Mod, you can change your gameplay to match your style. Follow our detailed guide below to know how to install and use it.


Mod Description

Instantly loads your last save or hostfarm and can execute commands on startup

Instant Load

by Platonymous

Simple mod to load directly into your last saved game and for debug purposes.
Not unique but the one I use.
Instant Load Gameplay Mechanics
Automaticly loads your last saved game or last hosted farm.

Config:
EnableInstantLoad: Enables or disables the instant loading
LoadHost: if true, host your last hosted Farm instead of starting in singleplayer (false by default)
EnableDebugCommands: Enables or disables the added commands

DebugCommands:
A list of commands that are autoexecuted on Startup (“Event”:”Start”), on Load of the Save (“Event”:”Load”) or Daily (“Event”:”Day”).
Commands can be console commands (“Target”:”Console”) or call a method from a specified mod (from the entry class) by setting “Target”: “Id.Of.The.Mod”.
“Command” is either the main console command like “world_settime” or the name of the method from the mod you want to call.
“Args” provides a list of parameters that are passed to the command or method (all strings)
 
Example:

config.json
{
  "EnableInstantLoad": true,
  "LoadHost": false,
  "EnableDebugCommands": true,
  "DebugCommands": [
    {
      "Target": "Platonymous.InstantLoad",
      "Event": "Start",
      "Command": "RunDebugStart",
      "Args": [
        "Test",
        "Success"
      ]    },
    {
      "Target": "Console",
      "Event": "Load",
      "Command": "world_settime",
      "Args": [
        "1000"
      ]    }
  ]}

Instant Load Gameplay Mechanics
If you have any questions or feature requests you can usually find me on the Stardew Valley Discord under the username Routine#8715
Instant Load Gameplay Mechanics
If you like my mods and want to support me, you can do so via Paypal or on Patreon.

MOD Download

NEXUSFILE

MediaFire, Mega, GoFile, GGdrive… Coming soon.

File information

Last updated: 13 April 2023 7:03PM | Original upload: 12 April 2023 4:06AM | Created by: Platonymous | Uploaded by: Platonymous | Virus scan: Safe to use

Screenshots

Instant Load Gameplay Mechanics

Share this mod to your friend

Leave a Reply

Your email address will not be published. Required fields are marked *