Difference between revisions of "User:Dorsal Axe/Sandbox/Coconut"

From Nookipedia, the Animal Crossing wiki
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{|
+
===Census menu===
{{#if:{{{palette|}}}|
+
<!--{{Research Needed}}-->
{{!-}}
+
[[File:NLWa Census Menu.png|thumb|250px|The unused census menu]]
{{!}} <div style="margin: 0 auto; height: 18px; width: 50px; text-align: center; vertical-align: middle; background: #FBE8EB; border-radius: 14px; font-weight: normal; font-size: 10.5px;">[[File:Palette NH Icon.png|15px|link=Design#Color palettes|Color palette]] '''#{{{palette|?}}}'''<div>|}}
+
Beginning in the {{NLWa|short}} update, there is an unfinished and inaccessible menu, internally named <code>kokusei</code> or <code>census</code>, that shows various statistics about the player and their town that are tracked through variables named <code>TownStats</code>. The menu can be enabled by setting a single flag in the save file; when enabled, it appears between the [[town initiative]] and [[Town Pass Card]] menus. However, no interface icon exists, so the tab to access this menu will simply show a dark square instead of a symbol like the other tabs.
 +
 
 +
====Unit types====
 +
The file <code>STR_Kokusei_Unit.umsbt</code> was intended to contain text strings for units that would used as a suffix for some, but not all, stat counts (e.g. stats relating to [[Bells]] would display the text "Bells" after the numeric amount). However, all strings in this file are blank and the game's code does not load or reference this file. Code for the stats themselves still reference the index IDs for these text strings, so the unit types for each stat (that was intended to have one) can be distinguished from one another despite the lack of text.
 +
 
 +
All unit names used in the below table are assumed based on the stats they are associated with. ID #1 is not yet known. ID #2 is intended to be purposefully blank for stats without a suffix.
 +
{| class="styled color-red floatleft" style="text-align: center; width: 200px"
 
|-
 
|-
| align=center style="height: 110px; width: 99px; background: #fff; font-size:90%; border-radius: 9px; | [[File:{{#if:{{{image|}}}|{{{image|}}}|Nia orange.png}}|96px]]
+
! style="width: 1%;" | Index
{{#if:{{{notes|}}}|
+
! style="width: 20%;" | Unit
{{!}} colspan=2 align=center style="height: 110px; width: 200px; background: #fff; font-size:90%; border-radius: 9px; {{!}} {{{notes}}}|}}
 
 
|-
 
|-
! style="font-size:90%" | {{#if:{{{jp-name|}}}|{{Nihongo|{{{jp-name}}}}}|{{{name|}}}}}
+
|0 || Bells
{{#if:{{{pro|}}}|
+
|-
{{!-}}
+
|1 || '''[Unknown]'''
{{!}} style="margin: 0 auto; text-align: center; width: max-content; vertical-align: middle; background: #FBE8EB; border-radius: 14px; font-weight: normal; font-size: 10.5px;" {{!}} [[File:Pro Design NH icon.png|15px|link=Design#Pro designs|Pro design]] {{#switch:{{{pro|}}}
+
|-
|tank    = Tank top
+
|2 || 
|ssshirt  = T-Shirt
+
|-
|lsshirt  = Long-sleeve shirt
+
|3 || caught
|sweater  = Sweater
+
|-
|hoodie  = Hoodie
+
|4 || gathered
|coat    = Coat
+
|-
|dress    = Sleeveless dress
+
|5 || Streetpasses
|ssdress  = Short-sleeve dress
+
|-
|lsdress  = Long-sleeve dress
+
|6 || built
|rdress  = Round dress
+
|-
|bhdress  = Balloon-hem dress
+
|7 || collected
|robe    = Robe
+
|-
|hhat    = Horned hat
+
|8 || grown
|bcap    = Brimmed cap
+
|}
|kcap    = Knit cap
+
{{Clear|left}}
|bhat    = Brimmed hat
+
 
|umbrella = Umbrella
+
====Statistics====
|uchiwa  = Uchiwa fan
+
The file <code>STR_Kokusei_Title.umsbt</code> contains an index from 0 to 79 for text strings representing different statistics that are tracked and displayed in the census menu. Entries 62 and 65 appear to have been removed from the index. All remaining text strings are blank, so it is not readily apparent what each stat is meant to represent.
|flag    = Handheld flag
+
 
|standee  = Standee
+
It has been determined that certain stats will not appear until a condition has been met (e.g. 'Balloons popped' will not appear until the player has popped at least one [[balloon]]. Some stats relate specific [[event]]s or times, so will only be displayed while these are ongoing. Additionally, stats will not always be displayed in-game in their index order. Some will shift position to the top of the menu when they are incremented, or for the duration of their associated active event.
}}}}{{#if:{{{trade|}}}|
+
 
{{!-}}
+
{| class="styled color-red floatleft" style="text-align: center;"
{{!}} style="margin: 0 auto; text-align: center; width: max-content; vertical-align: middle; background: #FBE8EB; border-radius: 14px; font-weight: normal; font-size: 10.5px;" {{!}} [[File:File:Wendell aF Character Icon.png|15px|link=Wendell|Wendell design]] Trade {{{trade|}}}|}}
+
|-
|}</includeonly>
+
! style="width: 1%;" | Index
 +
! style="width: 25%;" | Statistic
 +
! style="width: 15%;" | Unit suffix
 +
! style="width: 25%;" | Display condition
 +
! style="width: 25%;" | Notes
 +
|-
 +
| 0 || Total Bells earned || Bells || Always displayed ||
 +
|-
 +
| 1 || Savings balance || Bells || Always displayed ||
 +
|-
 +
| 2 || Total Bells spent || Bells || Always displayed ||
 +
|-
 +
| 3 || Total debt paid || Bells || Always displayed ||
 +
|-
 +
| 4 || '''[Unknown]''' || '''[Unknown]''' || Always displayed ||
 +
|-
 +
| 5 || '''[Unknown]''' || '''[Unknown]''' || Always displayed ||
 +
|-
 +
| 6 || '''[Unknown]''' || Bells || Always displayed ||
 +
|-
 +
| 7 || '''[Unknown]''' || Bells || Always displayed ||
 +
|-
 +
| 8 || Total project donations || Bells || Always displayed ||
 +
|-
 +
| 9 || '''[Unknown]''' || Bells || Always displayed ||
 +
|-
 +
| 10 || Flowers watered || || Always displayed ||
 +
|-
 +
| 11 || Fish caught || caught || Always displayed ||
 +
|-
 +
| 12 || Insects caught || caught || Always displayed ||
 +
|-
 +
| 13 || Sea creatures caught || caught || Always displayed ||
 +
|-
 +
| 14 || Town projects built || built || Always displayed || Only tracks projects that currently exist in town.
 +
|-
 +
| 15 || Native fruit gathered || gathered || Always displayed ||
 +
|-
 +
| 16 || Perfect fruit gathered || gathered || Always displayed ||
 +
|-
 +
| 17 || Non-native fruit gathered || gathered || Always displayed ||
 +
|-
 +
| 18 || Flowers planted || || Always displayed ||
 +
|-
 +
| 19 || Trees & shrubs planted || || Always displayed ||
 +
|-
 +
| 20 || Trees felled || || Always displayed ||
 +
|-
 +
| 21 || '''[Unknown]''' || ||At least one completion. ||
 +
|-
 +
| 22 || '''[Unknown]''' || ||At least one completion. ||
 +
|-
 +
| 23 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 24 || '''[Unknown]''' || || At least one completion. || Unknown but relates to Island Tours
 +
|-
 +
| 25 || '''[Unknown]''' || || At least one completion. || Unknown but relates to Island Tours
 +
|-
 +
| 26 || Letters mailed || || At least one completion. || Includes letters mailed to future-self.
 +
|-
 +
| 27 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 28 || '''[Unknown]''' || Bells || Always displayed ||
 +
|-
 +
| 29 || '''[Unknown]''' || Bells || At least one completion. ||
 +
|-
 +
| 30 || '''[Unknown]''' || Bells || At least one completion. ||
 +
|-
 +
| 31 || Weeds pulled || || Always displayed ||
 +
|-
 +
| 32 || '''[Unknown]''' || Bells || Always displayed ||
 +
|-
 +
| 33 || '''[Unknown]''' || Bells || At least one completion. ||
 +
|-
 +
| 34 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 35 || Streetpasses || Streetpasses || At least one [[Streetpass]] for any town resident. ||
 +
|-
 +
| 36 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 37 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 38 || Saharah trades || || At least one completion. ||  
 +
|-
 +
| 39 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 40 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 41 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 42 || Badges collected || gathered || At least one completion. ||
 +
|-
 +
| 43 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 44 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 45 || '''[Unknown]''' || gathered || At least one completion. ||
 +
|-
 +
| 46 || '''[Unknown]''' || gathered || At least one completion. ||
 +
|-
 +
| 47 || '''[Unknown]''' || || At least one completion. ||
 +
|-
 +
| 48 || Balloons popped || || At least one completion. ||
 +
|-
 +
| 49 || '''[Unknown]''' || caught || Unknown ||
 +
|-
 +
| 50 || '''[Unknown]''' || caught || Unknown ||
 +
|-
 +
| 51 || Feathers collected || collected || During [[Festivale]] event. ||
 +
|-
 +
| 52 || '''[Unknown]''' || gathered || Unknown ||
 +
|-
 +
| 53 || '''[Unknown]''' || || Unknown ||  
 +
|-
 +
| 54 || '''[Unknown]''' || || Unknown ||
 +
|-
 +
| 55 || '''[Unknown]''' || gathered || Unknown ||
 +
|-
 +
| 56 || '''[Unknown]''' || gathered || Unknown ||
 +
|-
 +
| 57 || Snowpeople built || gathered || Snowball season is active.<br>At least one completion. || Tracks both perfect and non-perfect snowpeople.
 +
|-
 +
| 58 || Presents delivered || gathered || During [[Toy Day]] event. ||
 +
|-
 +
| 59 || Snowflakes caught || gathered || During [[December]] and [[January]].<br>At least one completion. ||
 +
|-
 +
| 60 || Party poppers popped || gathered || Between 12 AM and 6 AM on [[New Year's Day]]. ||
 +
|-
 +
| 61 || '''[Unknown]''' || || Snowball season is active.<br>At least one completion. ||  
 +
|-
 +
| 62 || '''[REMOVED]''' || || At least one completion ||
 +
|-
 +
| 63 || Villager pictures collected || collected || Always displayed ||
 +
|-
 +
| 64 || Lost items returned || || At least one completion ||
 +
|-
 +
| 65 || '''[REMOVED]''' || || At least one completion ||
 +
|-
 +
| 66 || '''[Unknown]''' || || At least one completion ||
 +
|-
 +
| 67 || '''[Unknown]''' || || At least one completion ||
 +
|-
 +
| 68 || '''[Unknown]''' || || At least one completion ||
 +
|-
 +
| 69 || '''[Unknown]''' || || At least one completion ||
 +
|-
 +
| 70 || Time capsule requests completed || || At least one completion ||
 +
|-
 +
| 71 || '''[Unknown]''' || || At least one completion ||
 +
|-
 +
| 72 || '''[Unknown]''' || || At least one completion ||
 +
|-
 +
| 73 || Golden roses grown || grown || At least one golden rose grown by town resident ||
 +
|-
 +
| 74 || Blue roses grown || grown || At least one blue rose grown by town resident ||
 +
|-
 +
| 75 || '''[Unknown]''' || grown || At least one '''[unknown flower]''' grown by town resident ||
 +
|-
 +
| 76 || MEOW Stamps received || || Always displayed ||
 +
|-
 +
| 77 || MEOW Coupons received ||collected || Always displayed ||
 +
|-
 +
| 78 || MEOW Coupons spent || collected || Always displayed ||
 +
|-
 +
| 79 || '''[Unknown]''' || || Always displayed ||  
 +
|}
 +
 
 +
{{Clear|left}}

Latest revision as of 09:48, September 28, 2023

Census menu

The unused census menu

Beginning in the Welcome amiibo update, there is an unfinished and inaccessible menu, internally named kokusei or census, that shows various statistics about the player and their town that are tracked through variables named TownStats. The menu can be enabled by setting a single flag in the save file; when enabled, it appears between the town initiative and Town Pass Card menus. However, no interface icon exists, so the tab to access this menu will simply show a dark square instead of a symbol like the other tabs.

Unit types

The file STR_Kokusei_Unit.umsbt was intended to contain text strings for units that would used as a suffix for some, but not all, stat counts (e.g. stats relating to Bells would display the text "Bells" after the numeric amount). However, all strings in this file are blank and the game's code does not load or reference this file. Code for the stats themselves still reference the index IDs for these text strings, so the unit types for each stat (that was intended to have one) can be distinguished from one another despite the lack of text.

All unit names used in the below table are assumed based on the stats they are associated with. ID #1 is not yet known. ID #2 is intended to be purposefully blank for stats without a suffix.

Index Unit
0 Bells
1 [Unknown]
2
3 caught
4 gathered
5 Streetpasses
6 built
7 collected
8 grown

Statistics

The file STR_Kokusei_Title.umsbt contains an index from 0 to 79 for text strings representing different statistics that are tracked and displayed in the census menu. Entries 62 and 65 appear to have been removed from the index. All remaining text strings are blank, so it is not readily apparent what each stat is meant to represent.

It has been determined that certain stats will not appear until a condition has been met (e.g. 'Balloons popped' will not appear until the player has popped at least one balloon. Some stats relate specific events or times, so will only be displayed while these are ongoing. Additionally, stats will not always be displayed in-game in their index order. Some will shift position to the top of the menu when they are incremented, or for the duration of their associated active event.

Index Statistic Unit suffix Display condition Notes
0 Total Bells earned Bells Always displayed
1 Savings balance Bells Always displayed
2 Total Bells spent Bells Always displayed
3 Total debt paid Bells Always displayed
4 [Unknown] [Unknown] Always displayed
5 [Unknown] [Unknown] Always displayed
6 [Unknown] Bells Always displayed
7 [Unknown] Bells Always displayed
8 Total project donations Bells Always displayed
9 [Unknown] Bells Always displayed
10 Flowers watered Always displayed
11 Fish caught caught Always displayed
12 Insects caught caught Always displayed
13 Sea creatures caught caught Always displayed
14 Town projects built built Always displayed Only tracks projects that currently exist in town.
15 Native fruit gathered gathered Always displayed
16 Perfect fruit gathered gathered Always displayed
17 Non-native fruit gathered gathered Always displayed
18 Flowers planted Always displayed
19 Trees & shrubs planted Always displayed
20 Trees felled Always displayed
21 [Unknown] At least one completion.
22 [Unknown] At least one completion.
23 [Unknown] At least one completion.
24 [Unknown] At least one completion. Unknown but relates to Island Tours
25 [Unknown] At least one completion. Unknown but relates to Island Tours
26 Letters mailed At least one completion. Includes letters mailed to future-self.
27 [Unknown] At least one completion.
28 [Unknown] Bells Always displayed
29 [Unknown] Bells At least one completion.
30 [Unknown] Bells At least one completion.
31 Weeds pulled Always displayed
32 [Unknown] Bells Always displayed
33 [Unknown] Bells At least one completion.
34 [Unknown] At least one completion.
35 Streetpasses Streetpasses At least one Streetpass for any town resident.
36 [Unknown] At least one completion.
37 [Unknown] At least one completion.
38 Saharah trades At least one completion.
39 [Unknown] At least one completion.
40 [Unknown] At least one completion.
41 [Unknown] At least one completion.
42 Badges collected gathered At least one completion.
43 [Unknown] At least one completion.
44 [Unknown] At least one completion.
45 [Unknown] gathered At least one completion.
46 [Unknown] gathered At least one completion.
47 [Unknown] At least one completion.
48 Balloons popped At least one completion.
49 [Unknown] caught Unknown
50 [Unknown] caught Unknown
51 Feathers collected collected During Festivale event.
52 [Unknown] gathered Unknown
53 [Unknown] Unknown
54 [Unknown] Unknown
55 [Unknown] gathered Unknown
56 [Unknown] gathered Unknown
57 Snowpeople built gathered Snowball season is active.
At least one completion.
Tracks both perfect and non-perfect snowpeople.
58 Presents delivered gathered During Toy Day event.
59 Snowflakes caught gathered During December and January.
At least one completion.
60 Party poppers popped gathered Between 12 AM and 6 AM on New Year's Day.
61 [Unknown] Snowball season is active.
At least one completion.
62 [REMOVED] At least one completion
63 Villager pictures collected collected Always displayed
64 Lost items returned At least one completion
65 [REMOVED] At least one completion
66 [Unknown] At least one completion
67 [Unknown] At least one completion
68 [Unknown] At least one completion
69 [Unknown] At least one completion
70 Time capsule requests completed At least one completion
71 [Unknown] At least one completion
72 [Unknown] At least one completion
73 Golden roses grown grown At least one golden rose grown by town resident
74 Blue roses grown grown At least one blue rose grown by town resident
75 [Unknown] grown At least one [unknown flower] grown by town resident
76 MEOW Stamps received Always displayed
77 MEOW Coupons received collected Always displayed
78 MEOW Coupons spent collected Always displayed
79 [Unknown] Always displayed