Difference between revisions of "Modding talk:Maps"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎Re: Action Buy General: re: argument is probably from the tile property, fine to correct it)
Line 5: Line 5:
  
 
: That's probably from the property in <samp>Maps/SeedShop</samp>, which does use <samp>Action: Buy General</samp>. I think we can correct the page to note that any argument besides <samp>Fish</samp> opens either Pierre's or Sandy's shop, depending on the current location. —<small>[[User:Pathoschild|Pathoschild]] ([[User talk:Pathoschild|talk]]) 22:52, 3 May 2023 (UTC)</small>
 
: That's probably from the property in <samp>Maps/SeedShop</samp>, which does use <samp>Action: Buy General</samp>. I think we can correct the page to note that any argument besides <samp>Fish</samp> opens either Pierre's or Sandy's shop, depending on the current location. —<small>[[User:Pathoschild|Pathoschild]] ([[User talk:Pathoschild|talk]]) 22:52, 3 May 2023 (UTC)</small>
 +
 +
==Re: <samp>ElliottBook</samp>==
 +
Moving from the change notes to here:
 +
-"Documented ElliottBook and ElliottPiano. I'm baffled by the book though- I found ElliottBook_Mystery/Romance/Default in strings/events, so I thought that it would go from displaying "Blank book' to his book title after the book was published or something, but running every single Elliott event didn't change it. Furthermore, I can't find the exact text "Blank book" in the files. Does anyone else know what's going on here? Surely it isn't just a static string?"
 +
Esca dug in the code for me and found that the code associated with this Action never activates. "It's supposed to load different text after event ID "41". Based on the number, I guess it originally would've happened after his 6-heart event." (from Esca).
 +
I've updated the description from "TODO: Explain what this does" to "Displays the text 'Blank book'" because that's all it does at the moment, but it is a bug and may be fixed at a later date. I just wanted to document this discovery. I have reported the bug. [[User:Kailey0426|Kailey]] 1:30, 24 May 2024 (UTC)

Revision as of 13:31, 24 May 2024

This talk page is for discussing Modding:Maps.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.

Re: Action Buy General

I don't see this in the code? Where would this be? Action Buy does open the seedshop menu if the player is in the SeedShop and Pierre's nearby, but there's no check for General. (see GameLocation.openShopMenu) Atravita (talk) 17:38, 3 May 2023 (UTC)

That's probably from the property in Maps/SeedShop, which does use Action: Buy General. I think we can correct the page to note that any argument besides Fish opens either Pierre's or Sandy's shop, depending on the current location. —Pathoschild (talk) 22:52, 3 May 2023 (UTC)

Re: ElliottBook

Moving from the change notes to here: -"Documented ElliottBook and ElliottPiano. I'm baffled by the book though- I found ElliottBook_Mystery/Romance/Default in strings/events, so I thought that it would go from displaying "Blank book' to his book title after the book was published or something, but running every single Elliott event didn't change it. Furthermore, I can't find the exact text "Blank book" in the files. Does anyone else know what's going on here? Surely it isn't just a static string?" Esca dug in the code for me and found that the code associated with this Action never activates. "It's supposed to load different text after event ID "41". Based on the number, I guess it originally would've happened after his 6-heart event." (from Esca). I've updated the description from "TODO: Explain what this does" to "Displays the text 'Blank book'" because that's all it does at the moment, but it is a bug and may be fixed at a later date. I just wanted to document this discovery. I have reported the bug. Kailey 1:30, 24 May 2024 (UTC)