Difference between revisions of "User talk:Efarn"

From Stardew Valley Wiki
Jump to navigation Jump to search
(decompiling)
m (Text replacement - "tt>" to "samp>")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
On [[Talk:Mushroom_Tree]] talk about poking around in <tt>Farm::DayUpdate()</tt>. Where do you find that stuff to poke around? [[User:Zendowolf|Zendowolf]] ([[User talk:Zendowolf|talk]]) 18:59, 15 March 2021 (UTC)
+
{{Talkheader}}
 +
On [[Talk:Mushroom_Tree]] talk about poking around in <samp>Farm::DayUpdate()</samp>. Where do you find that stuff to poke around? [[User:Zendowolf|Zendowolf]] ([[User talk:Zendowolf|talk]]) 18:59, 15 March 2021 (UTC)
 
:https://stardewvalleywiki.com/Modding:Modder_Guide/Get_Started#Decompile_the_game_code [[User:BlaDe|BlaDe]] ([[User talk:BlaDe|talk]]) 20:33, 15 March 2021 (UTC)
 
:https://stardewvalleywiki.com/Modding:Modder_Guide/Get_Started#Decompile_the_game_code [[User:BlaDe|BlaDe]] ([[User talk:BlaDe|talk]]) 20:33, 15 March 2021 (UTC)
 
::^Yup, that's basically it, lol. I decompiled it and look at it in Visual Studio Code (the free version). I do not know C#, but knowing HTML and a bit of Python has provided me enough of a foundation to bumble around. Some pages have references of where to look in the game code, which can be a good place to start, but many don't. The modding pages have some great context and info too. Good luck! [[User:Efarn|Efarn]] ([[User talk:Efarn|talk]]) 00:47, 16 March 2021 (UTC)
 
::^Yup, that's basically it, lol. I decompiled it and look at it in Visual Studio Code (the free version). I do not know C#, but knowing HTML and a bit of Python has provided me enough of a foundation to bumble around. Some pages have references of where to look in the game code, which can be a good place to start, but many don't. The modding pages have some great context and info too. Good luck! [[User:Efarn|Efarn]] ([[User talk:Efarn|talk]]) 00:47, 16 March 2021 (UTC)

Latest revision as of 18:47, 4 November 2021

This is Efarn's talk page, where you can send messages and comments to Efarn.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.

On Talk:Mushroom_Tree talk about poking around in Farm::DayUpdate(). Where do you find that stuff to poke around? Zendowolf (talk) 18:59, 15 March 2021 (UTC)

https://stardewvalleywiki.com/Modding:Modder_Guide/Get_Started#Decompile_the_game_code BlaDe (talk) 20:33, 15 March 2021 (UTC)
^Yup, that's basically it, lol. I decompiled it and look at it in Visual Studio Code (the free version). I do not know C#, but knowing HTML and a bit of Python has provided me enough of a foundation to bumble around. Some pages have references of where to look in the game code, which can be a good place to start, but many don't. The modding pages have some great context and info too. Good luck! Efarn (talk) 00:47, 16 March 2021 (UTC)