Difference between revisions of "User talk:Efarn"

From Stardew Valley Wiki
Jump to navigation Jump to search
(decompiling)
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)
 
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)
 
: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)

Revision as of 00:47, 16 March 2021

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)