User:Spiderkace

From Stardew Valley Wiki
Revision as of 03:19, 9 November 2022 by Spiderkace (talk | contribs) (Formatting and updates)
Jump to navigation Jump to search

New Editing

Thanks for coming to my TED talk. I'm Spider, not necessarily new to Stardew, but very interested in code. After tearing apart some of the Game Code and Data\(files), I've found some inconsistencies in the wiki that I'm hoping to fix while working on my own interactive guide. I'll update my ongoing projects below.

"Socials"

You can find me in:

Discord: Spiderkace#2790

Xbox, Nintendo: Spiderkace
Steam: krazh13

Ongoing Projects

Locations current info is being sourced from the following locations using Visual Studio (and ILSpy):

  • C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Content (unpacked)\Data\Locations.json
  • C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Content (unpacked)\Data\Fish.json
  • Unpacked via ILSpy: Stardew Valley.exe - StardewValley\Locations\Forest.cs
  • Unpacked via ILSpy: Stardew Valley.exe - StardewValley\Farm.cs

Bundles

Cleaning up incorrect information in Bundles and/or offering small bits to make it easier to read. For example, including the Farm Map locations for the River Fish which can be found in Riverlands, Forest (River, not Pond), Hill-Top, and Four Corners Farms as a header rather than separately only for Catfish(?). Including some more nuanced bits for more unique situations like Catfish being available in all seasons in the Secret Woods (raining), Witch's Hut (regardless of weather(?)), and is actually a Spring, Fall, and Winter fish, but is only available in Winter with a Rain Totem.

Fish

Tied to Bundles project and updating/fixing as I go. Have completed:

Caption text
Header text Header text Header text Header text
Example Example Example Example
Caption text
River Bundle Lake Bundle Ocean Bundle Night Fishing
Sunfish
CatfishWIP
Tiger Trout
Shad
Largemouth Bass
Carp
Bullhead
Sturgeon
Sardine
TunaWIP
Red SnapperWIP
TilapiaWIP
Walleye
Bream
Eel

References


Completed Projects

Temp3

Temp4