Telemetry: Difference between revisions
→On Switch: improve formatting
imported>BravelyPeculiar m (clarification on Telemetry) |
imported>Leoetlino (→On Switch: improve formatting) |
||
Line 6: | Line 6: | ||
=== Common report fields === | === Common report fields === | ||
==== Version info ==== | ==== Version info ==== | ||
{|class="wikitable" | |||
! Field !! Description | |||
|- | |||
| RomVer || Game version | |||
|- | |||
| AocVer || [[DLC]] version | |||
|} | |||
==== Map info ==== | ==== Map info ==== | ||
{|class="wikitable" | |||
! Field !! Description | |||
|- | |||
| IsHardMode || Is Master Mode | |||
|- | |||
| MapType || MainField, AocField, CDungeon, MainFieldDungeon | |||
|} | |||
==== Play times ==== | ==== Play times ==== | ||
{|class="wikitable" | |||
! Field !! Description | |||
|- | |||
| PlayTime || Current play time (since the game was launched) | |||
|- | |||
| AllPlayTime || Cumulated play time (since the first launch) | |||
|} | |||
==== Position ==== | ==== Position ==== | ||
{|class="wikitable" | |||
! Field !! Description | |||
|- | |||
| PosX || Player's position on the map | |||
|- | |||
| PosZ || Player's position on the map | |||
|- | |||
|} | |||
=== Reports === | === Reports === | ||
==== korok ==== | |||
* dungeon | Whenever a hidden Korok appears. | ||
* Korok ID | |||
* Map info | |||
* | * Play times | ||
* getitem | * Position | ||
* | |||
==== dungeon ==== | |||
When the player enters a dungeon or divine beast or the Final Trial, leaves it or completes it. | |||
* Map info | |||
* Dungeon name | |||
* Event | |||
* Play times | |||
==== challenge ==== | |||
Quest event. | |||
* Map info | |||
* Id | |||
* Name | |||
* Step | |||
* StepName | |||
* Play times | |||
==== gameover ==== | |||
When the player dies. | |||
* Map info | |||
* Reason (e.g. lightning) | |||
* Killer (the name of the actor that killed you) | |||
* Play times | |||
* Position | |||
* CRC32 of map name | |||
==== bloodymoon ==== | |||
When a [[Blood Moon]] occurs. | |||
* Version info | |||
* Map info | |||
* Reason | |||
* RomWorkTime | |||
* SceneWorkTime | |||
* Map name | |||
* Play times | |||
* Position | |||
==== getitem ==== | |||
When an item is received. | |||
* Map info | |||
* CRC32 of the item name | |||
* Position | |||
* Play times | |||
==== options ==== | |||
* BalloonTextOnOff | |||
* AutoSaveOnOff | |||
* Options like CameraUpDownReverse, jump button change, ... | |||
* Whether the player is playing in docked mode or not | |||
* ControllerType | |||
* PlayTimeHandheld, PlayTimeConsole, PlayTimeAll | |||
* Audio mode (stereo, mono, surround) | |||
* etc. | |||
==== emergencyheap ==== | |||
Whenever a memory allocation is made using an emergency heap (for example [[ActorSystem]]'s emergency heap because an actor's instSize is too low). | |||
* Version info | |||
* Heap name | |||
* Play times | |||
* Position | |||
=== Debug reports === | === Debug reports === |