Changes

5,063 bytes added ,  10:46, 4 October 2022
Removed question about forest floors
Line 1: Line 1:  +
{{Talkheader}}
 
== Checklist ==
 
== Checklist ==
   Line 39: Line 40:     
-- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 21:39, 30 October 2021 (UTC)
 
-- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 21:39, 30 October 2021 (UTC)
 +
 +
=== Update and Technical indications ===
 +
 +
So I checked every event in the game code, from each file in unpacked <code>Content/Data/Events</code>, with the help of [[Modding:Event data]] and the [https://docs.google.com/spreadsheets/d/1CpDrw23peQiq-C7F2FjYOMePaYe0Rc9BwQsj3h6sjyo/edit?pli=1#gid=1007418291 music spreadsheet] (referenced on [[Modding:Index]]). It doesn't include 1.5 soundtrack, so I checked the 1.5 music files names included in <code>Wave Bank.xwb</code>, using FooBar2000 and VGMStream as indicated on [[Modding:Audio]].
 +
 +
Every event of the checklist I made above is now checked (and also a few others). I hope I did not forget anything.
 +
It seems there is no Pierre's Ten-Hearts Event, only a Six-Hearts Event, with the soundtrack previously indicated corresponding.
 +
 +
Music soundtracks may be used in other areas of the game code. For instance, they are sometimes used in <code>.tmx</code> (when unpacked) files from <code>Content/Maps</code>, but that's not all (for instance code for soundtracks in the Mines is directly on the <code>.exe</code> source code; Leah's cottage soundtrack does not appear in the corresponding Maps file either).
 +
 +
-- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 20:13, 10 November 2021 (UTC)
    
==Formatting of the List Table==
 
==Formatting of the List Table==
Line 47: Line 59:  
* I find the use of hearts icons quite telling for hearts event, but it could be discussed.
 
* I find the use of hearts icons quite telling for hearts event, but it could be discussed.
 
* I used [[File:Junimo Kart Arcade System.png|x22px]] and [[File:Prairie King Arcade System.png|x22px]] for those two mini-games. I'm not very satisfied since they look a bit too small to be easily identified, but I still think it's better than nothing.
 
* I used [[File:Junimo Kart Arcade System.png|x22px]] and [[File:Prairie King Arcade System.png|x22px]] for those two mini-games. I'm not very satisfied since they look a bit too small to be easily identified, but I still think it's better than nothing.
* I didn't use any icon for some location neither for festivals, since there are no "official" icons for these, but it could be completed.
+
* I didn't use any icon for some location neither for festivals, since there are no "official" icons for these, but it could be completed. -- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 21:39, 30 October 2021 (UTC)
   −
-- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 21:39, 30 October 2021 (UTC)
+
* I used icons for [[Quests#List of Special Orders|Special Order]] completion cutscenes also, as they are a specific type of event related to a specific villager -- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 20:25, 10 November 2021 (UTC)
    
==Soundtrack in the Mines==
 
==Soundtrack in the Mines==
Line 105: Line 117:     
-- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 21:39, 30 October 2021 (UTC)
 
-- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 21:39, 30 October 2021 (UTC)
 +
 +
:Edited page with info, removed stub. Basically the part you were missing was the Game1.changeMusicTrack("none") call when getMineArea(mineLevel) != getMineArea(mineLevel - 1), which occurs when transitioning from floor 10 to floor 11, as well as 29 to 30, 39 to 40, and 79 to 80 (or when taking the elevator from one area to another). [[User:Squigs44|Squigs44]] ([[User talk:Squigs44|talk]]) 06:27, 7 February 2022 (UTC)
 +
 +
::Nice, thanks for the investigation and editing :-) -- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 11:02, 8 February 2022 (UTC)
 +
 +
==Feedback==
 +
:In general, awesome job!
 +
:About the hearts display: it's pretty difficult for me to read the number of hearts as shown. Perhaps
 +
:<pre>[[File:Abigail Icon.png|24px|link=Abigail]] [[Abigail]] at 2 [[File:HeartIconLarge.png|16px|link=Abigail#Two Hearts]]</pre>
 +
:would work and be easier to read, like so: [[File:Abigail Icon.png|22px|link=Abigail]] [[Abigail]] at 2 [[File:HeartIconLarge.png|16px|link=Abigail#Two Hearts]]<br />— [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 16:12, 31 October 2021 (UTC)
 +
 +
::I also noticed this and thought one could hover on the link to read the number; not very convenient but I was hoping someone else would maybe suggest something else.
 +
::I like your proposal a lot, it looks good, also given the full hearts icons take a lot of space, so I enforced it. I just added a link on the number too (otherwise one could not notice there is a link on the heart icon).
 +
::Thanks!
 +
 +
::Also I wondered if the <nowiki>{{Stub}}</nowiki> banner should be removed or completed. Some infos are probably missing (see the Checklist section above). I will mention it in the banner.
 +
::-- [[User:Charly|Charly]] ([[User talk:Charly|talk]]) 00:51, 1 November 2021 (UTC)
 +
 +
== A song playing on floor 79 upon entry ==
 +
 +
Since of me playing the game and me going to floor 79 in [[The Mines]] and a song started playing made me look suspicious because the wiki page used to say no music will ever play on floor 79, which made me make this change. [[User:9000|9000]] ([[User talk:9000|talk]]) 8:06, 9 August 2022 (UTC)
 +
:This is not what I read from <samp>MineShaft::playMineSong()</samp>. The check for levels 31-39 and 111-119 is contained within <samp>MineShaft::isDarkArea()</samp>, which excludes levels 71-79. I've reverted your edit for now. Feel free to correct me if you have proof. - [[User:IBugOne|IBugOne]] ([[User talk:IBugOne|talk]]) 12:50, 9 August 2022 (UTC)
 +
 +
== Luau Response songs ==
 +
 +
Since of the game playing "Settling In" or "Jaunty" when the [[Governor]] tastes the potluck really bugs me because the wiki page does not say it (In the game if the "Best Response" occurs, it plays "Settling In", or "Jaunty" if you made the "Good Response" occur). [[User:9000|9000]] ([[User talk:9000|talk]]) 8:27, 11 August 2022 (UTC)
 +
:This one's correct. I've added them to the page. - [[User:IBugOne|IBugOne]] ([[User talk:IBugOne|talk]]) 11:23, 11 August 2022 (UTC)
 +
 +
== Boat ride song to Ginger Island ==
 +
 +
Since of me doing some research of this cutscene, the song that plays during this cutscene is Buttercup Melody, and the wiki page not having it is bugging me because it is just like the songs to the [[Luau]] potluck. [[User:9000|9000]] ([[User talk:9000|talk]]) 8:26, 17 September 2022 (UTC)
 +
:I'll be honest, 9000, I have no idea what song plays during the boat ride, nor any other specific event. If you feel it's right, then add it to the page. [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 18:33, 17 September 2022 (UTC)
1,424

edits