SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Adjust issue listing

Pathoschild opened this issue ยท 2 comments

commented

Improve how mod issues are displayed to make them easier to skim and more intuitive.

commented

One option is to group the mods by issue, which lets SMAPI show more explanatory text for each issue.

For example, instead of this overwhelming block of text:

Found issues with 30 mods:
   Techonrye Unofficial Ali's Secret Forest Map: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Bernese Mountain Dog for ContentPatcher: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Better Void Chicken for ContentPatcher: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   15x15 Greenhouse w/ Underground Area: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   AlexEdit: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Bregs Goats: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Burnt Sienna Wood and Gold Craftables, Mushroom Box, Shipping Bin, & Mailbox: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Cute & Coloured hairstyles: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Dark Red Haired Leah: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Dirty Talking Sam for ContentPatcher: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Elliott - Expanded Marriage Dialogue: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Elliott Dialogue Expansion (Doki Compatible): has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Flowery Fences Recoloured: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Haley 8-Heart Event - Updated Photos: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Hill-Top Forest: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Holsteins (White Cow) and Red Holsteins (Brown Cow): has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Leyallunas Portraits: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Mi's and Eemie's Butterflies: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Mushroom Tree Re-texture: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   New Ramp in Back Woods: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   CP Ragdoll Cat Bundle: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Animal Shop Family Room: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   [CP]NoCheat Shortcuts: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Suffolk Sheep Recolor: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Bath House Hot Spring for ContentPatcher: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   White Ducks: has no update keys in its manifest. SMAPI won't show update alerts for this mod.
   Better Artisan Good Icons: patches the game. This may cause errors or bugs in-game. If you have issues, try removing this mod first.
   BetterGardenPots: patches the game. This may cause errors or bugs in-game. If you have issues, try removing this mod first.
   Better Junimos: patches the game. This may cause errors or bugs in-game. If you have issues, try removing this mod first.
   Convenient Chests: patches the game. This may cause errors or bugs in-game. If you have issues, try removing this mod first.

Here's how it looks with grouping and more explanatory text:

Found 26 mods with no update keys in their manifest. SMAPI may not notify you about
updates for these mods. Consider notifying the mod authors about this problem.

   15x15 Greenhouse w/ Underground Area
   [CP]NoCheat Shortcuts
   AlexEdit
   Animal Shop Family Room
   Bath House Hot Spring for ContentPatcher
   Bernese Mountain Dog for ContentPatcher
   Better Void Chicken for ContentPatcher
   Bregs Goats
   Burnt Sienna Wood and Gold Craftables, Mushroom Box, Shipping Bin, & Mailbox
   CP Ragdoll Cat Bundle
   Cute & Coloured hairstyles
   Dark Red Haired Leah
   Dirty Talking Sam for ContentPatcher
   Elliott - Expanded Marriage Dialogue
   Elliott Dialogue Expansion (Doki Compatible)
   Flowery Fences Recoloured
   Haley 8-Heart Event - Updated Photos
   Hill-Top Forest
   Holsteins (White Cow) and Red Holsteins (Brown Cow)
   Leyallunas Portraits
   Mi's and Eemie's Butterflies
   Mushroom Tree Re-texture
   New Ramp in Back Woods
   Suffolk Sheep Recolor
   Techonrye Unofficial Ali's Secret Forest Map
   White Ducks

Found 4 mods which patch the game. They're more likely to cause errors or bugs in-game;
if your game has issues, try removing these first. Otherwise you can ignore this warning.

   Better Artisan Good Icons
   BetterGardenPots
   Better Junimos
   Convenient Chests

Also consider lowering the message level from warn to info, to avoid warning fatigue.

commented

Done in develop for the upcoming SMAPI 2.7:

screenshot