Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

spacechase0

Uploaded by

spacechase0

Virus scan

Safe to use

Tags for this mod

4 comments

  1. jayjaydub911
    jayjaydub911
    • member
    • 5 kudos
  2. icihorror
    icihorror
    • member
    • 0 kudos
    So yeah, i really loved this feature in SMAPI.
    But i have question, how do i export from SMAPI console to let say a plain text output.
    I'm trying to looking some lists of object by category and running these codes : cs return string.Join(`\n`, Game1.objectInformation.Keys.Select(key => new StardewValley.Object(key, 1)).GroupBy(item => item.Category, item => item.Name).OrderByDescending(p => p.Key).Select(p => $`{p.Key}: {string.Join(`, `, p.OrderBy(name => name))}`));
    Sorry my english is not that good, i hope u understand what i mean.
  3. Pathoschild
    Pathoschild
    • premium
    • 2,789 kudos
    Is this mod still maintained?
    Yep. The original author is no longer active, but I'm keeping it compatible with game/SMAPI updates and fixing critical issues. It's a "keeping the lights on" priority for other improvements though.


    How do I get help / report an issue?
    Post a comment below! Please upload your SMAPI log and add a link to your message (even if you don't see any errors). This has useful info like what versions you have, which mods are installed, what happened in the game, etc.

    Since I maintain many mods for other mod authors, I can't always answer every question here (often I'll be busy handling SMAPI or my own mods). If you can answer someone else's question, that's always appreciated!
    1. Pathoschild
      Pathoschild
      • premium
      • 2,789 kudos
      Spacechase0 is back from retirement, so they're resuming maintenance starting today!