From b691c43c44ff180d10e7d4a9afc83b98551ff586 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 1 Mar 2026 12:16:08 +0800 Subject: Initial commit --- Minecraft.Client/Durango/ServiceConfig/Enums.xlsx | Bin 0 -> 13377 bytes .../ServiceConfig/Events-XBLA.8-149E11AEEvents.h | 1216 ++++++++++++++++++++ .../HelpDocument/controls/ButtonA.png | Bin 0 -> 1294 bytes .../HelpDocument/controls/ButtonB.png | Bin 0 -> 1293 bytes .../HelpDocument/controls/ButtonBack.png | Bin 0 -> 1308 bytes .../HelpDocument/controls/ButtonDpadD.png | Bin 0 -> 1249 bytes .../HelpDocument/controls/ButtonDpadL.png | Bin 0 -> 1258 bytes .../HelpDocument/controls/ButtonDpadR.png | Bin 0 -> 1254 bytes .../HelpDocument/controls/ButtonDpadU.png | Bin 0 -> 1253 bytes .../HelpDocument/controls/ButtonLS.png | Bin 0 -> 1432 bytes .../HelpDocument/controls/ButtonLeftBumper.png | Bin 0 -> 1287 bytes .../HelpDocument/controls/ButtonLeftStick.png | Bin 0 -> 1360 bytes .../controls/ButtonLeftStick_Navigate.png | Bin 0 -> 1547 bytes .../controls/ButtonLeftStick_sides.png | Bin 0 -> 1463 bytes .../HelpDocument/controls/ButtonLeftTrigger.png | Bin 0 -> 1276 bytes .../HelpDocument/controls/ButtonRS.png | Bin 0 -> 1441 bytes .../HelpDocument/controls/ButtonRightBumper.png | Bin 0 -> 1214 bytes .../HelpDocument/controls/ButtonRightStick.png | Bin 0 -> 1367 bytes .../HelpDocument/controls/ButtonRightTrigger.png | Bin 0 -> 1273 bytes .../HelpDocument/controls/ButtonStart.png | Bin 0 -> 1294 bytes .../HelpDocument/controls/ButtonX.png | Bin 0 -> 1311 bytes .../HelpDocument/controls/ButtonY.png | Bin 0 -> 1301 bytes .../Durango/ServiceConfig/HelpDocument/index.html | 184 +++ .../ServiceConfig/HelpDocument/left_arrow.png | Bin 0 -> 708 bytes .../HelpDocument/left_arrow_hoverFocus.png | Bin 0 -> 2357 bytes .../Durango/ServiceConfig/HelpDocument/main.css | 279 +++++ .../Durango/ServiceConfig/HelpDocument/mobile.css | 160 +++ .../ServiceConfig/HelpDocument/sg_logo_20.png | Bin 0 -> 5121 bytes .../Durango/ServiceConfig/HelpDocument/skin.css | 51 + .../Durango/ServiceConfig/HelpDocument/snapped.css | 53 + .../Durango/ServiceConfig/HelpDocument/tablet.css | 117 ++ .../Durango/ServiceConfig/HelpDocument_de-DE.zip | Bin 0 -> 77388 bytes .../Durango/ServiceConfig/HelpDocument_en-GB.zip | Bin 0 -> 77198 bytes .../Durango/ServiceConfig/HelpDocument_es-ES.zip | Bin 0 -> 77420 bytes .../Durango/ServiceConfig/HelpDocument_fr-FR.zip | Bin 0 -> 77480 bytes .../Durango/ServiceConfig/HelpDocument_it-IT.zip | Bin 0 -> 77344 bytes .../Durango/ServiceConfig/HelpDocument_ja-JP.zip | Bin 0 -> 77588 bytes .../Durango/ServiceConfig/HelpDocument_ko-KR.zip | Bin 0 -> 77355 bytes .../Durango/ServiceConfig/HelpDocument_pt-BR.zip | Bin 0 -> 77330 bytes .../Durango/ServiceConfig/HelpDocument_pt-PT.zip | Bin 0 -> 77314 bytes .../Durango/ServiceConfig/HelpDocument_zh-CHT.zip | Bin 0 -> 77279 bytes Minecraft.Client/Durango/ServiceConfig/MakeZips.py | 62 + .../Minecraft_Service Config Workbook v1.2.xlsx | Bin 0 -> 123507 bytes .../Durango/ServiceConfig/loc/de-DE/index.html | 170 +++ .../Durango/ServiceConfig/loc/en-GB/index.html | 170 +++ .../Durango/ServiceConfig/loc/es-ES/index.html | 170 +++ .../Durango/ServiceConfig/loc/fr-FR/index.html | 170 +++ .../Durango/ServiceConfig/loc/it-IT/index.html | 170 +++ .../Durango/ServiceConfig/loc/ja-JP/index.html | 170 +++ .../Durango/ServiceConfig/loc/ko-KR/index.html | 170 +++ .../Durango/ServiceConfig/loc/pt-BR/index.html | 170 +++ .../Durango/ServiceConfig/loc/pt-PT/index.html | 170 +++ .../Durango/ServiceConfig/loc/zh-CHT/index.html | 170 +++ 53 files changed, 3822 insertions(+) create mode 100644 Minecraft.Client/Durango/ServiceConfig/Enums.xlsx create mode 100644 Minecraft.Client/Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonA.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonB.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonBack.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadD.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadL.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadR.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadU.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLS.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftBumper.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick_Navigate.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick_sides.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftTrigger.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRS.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightBumper.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightStick.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightTrigger.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonStart.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonX.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonY.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/left_arrow.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/left_arrow_hoverFocus.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/main.css create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/mobile.css create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/sg_logo_20.png create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/skin.css create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/snapped.css create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument/tablet.css create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_de-DE.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_en-GB.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_es-ES.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_fr-FR.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_it-IT.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_ja-JP.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_ko-KR.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_pt-BR.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_pt-PT.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/HelpDocument_zh-CHT.zip create mode 100644 Minecraft.Client/Durango/ServiceConfig/MakeZips.py create mode 100644 Minecraft.Client/Durango/ServiceConfig/Minecraft_Service Config Workbook v1.2.xlsx create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/de-DE/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/en-GB/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/es-ES/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/fr-FR/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/it-IT/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/ja-JP/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/ko-KR/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/pt-BR/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/pt-PT/index.html create mode 100644 Minecraft.Client/Durango/ServiceConfig/loc/zh-CHT/index.html (limited to 'Minecraft.Client/Durango/ServiceConfig') diff --git a/Minecraft.Client/Durango/ServiceConfig/Enums.xlsx b/Minecraft.Client/Durango/ServiceConfig/Enums.xlsx new file mode 100644 index 00000000..b0352c6e Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/Enums.xlsx differ diff --git a/Minecraft.Client/Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h b/Minecraft.Client/Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h new file mode 100644 index 00000000..5fc80438 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h @@ -0,0 +1,1216 @@ + +//**********************************************************************` +//* This is an include file generated by EtwPlusTool. *` +//* *` +//* Copyright (c) Microsoft Corporation. All Rights Reserved. *` +//**********************************************************************` +#pragma once +#pragma pack(push, 16) + +#include "EtwPlus.h" + +#if defined(__cplusplus) +extern "C" { +#endif + +// Field Descriptors, used in the ETX_EVENT_DESCRIPTOR array below +// +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_AchievementGet_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_AchievemntUnlocked_Fields[13] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_BanLevel_Fields[11] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_BlockBroken_Fields[7] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_UInt64,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_BlockPlaced_Fields[7] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_UInt64,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_ChestfulOfCobblestone_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_EnteredNewBiome_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_GameProgress_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Float,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_IncDistanceTravelled_Fields[6] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_UInt64,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_IncTimePlayed_Fields[5] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_UInt64,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_LeaderboardTotals_Fields[6] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_LevelExit_Fields[12] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_LevelResume_Fields[17] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_LevelSaveOrCheckpoint_Fields[13] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_LevelStart_Fields[16] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_McItemAcquired_Fields[14] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Float,0},{EtxFieldType_Float,0},{EtxFieldType_Float,0},{EtxFieldType_Int32,0},{EtxFieldType_UInt64,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_McItemUsed_Fields[14] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Float,0},{EtxFieldType_Float,0},{EtxFieldType_Float,0},{EtxFieldType_Int32,0},{EtxFieldType_UInt64,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_MenuShown_Fields[13] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_MobInteract_Fields[5] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_MobKilled_Fields[18] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Float,0},{EtxFieldType_Float,0},{EtxFieldType_Float,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_MultiplayerRoundEnd_Fields[11] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Float,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_MultiplayerRoundStart_Fields[9] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_OnARail_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_Overkill_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_PauseOrInactive_Fields[11] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_PlayedMusicDisc_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_PlayerDiedOrFailed_Fields[18] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_PlayerSessionEnd_Fields[7] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_PlayerSessionPause_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_PlayerSessionResume_Fields[6] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_PlayerSessionStart_Fields[6] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_RecordMediaShareUpload_Fields[11] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_RichPresenceState_Fields[4] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_SkinChanged_Fields[12] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_TexturePackLoaded_Fields[13] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Boolean,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_UnbanLevel_Fields[11] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_UnpauseOrActive_Fields[11] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_UpsellPresented_Fields[13] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; +EXTERN_C __declspec(selectany) ETX_FIELD_DESCRIPTOR XBLA_149E11AE_UpsellResponded_Fields[14] = {{EtxFieldType_UnicodeString,0},{EtxFieldType_UnicodeString,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_GUID,0},{EtxFieldType_GUID,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0},{EtxFieldType_Int32,0}}; + +// Event name mapping +// +#define AchievementGet_value 1 +#define AchievemntUnlocked_value 2 +#define BanLevel_value 3 +#define BlockBroken_value 4 +#define BlockPlaced_value 5 +#define ChestfulOfCobblestone_value 6 +#define EnteredNewBiome_value 7 +#define GameProgress_value 8 +#define IncDistanceTravelled_value 9 +#define IncTimePlayed_value 10 +#define LeaderboardTotals_value 11 +#define LevelExit_value 12 +#define LevelResume_value 13 +#define LevelSaveOrCheckpoint_value 14 +#define LevelStart_value 15 +#define McItemAcquired_value 16 +#define McItemUsed_value 17 +#define MenuShown_value 18 +#define MobInteract_value 19 +#define MobKilled_value 20 +#define MultiplayerRoundEnd_value 21 +#define MultiplayerRoundStart_value 22 +#define OnARail_value 23 +#define Overkill_value 24 +#define PauseOrInactive_value 25 +#define PlayedMusicDisc_value 26 +#define PlayerDiedOrFailed_value 27 +#define PlayerSessionEnd_value 28 +#define PlayerSessionPause_value 29 +#define PlayerSessionResume_value 30 +#define PlayerSessionStart_value 31 +#define RecordMediaShareUpload_value 32 +#define RichPresenceState_value 33 +#define SkinChanged_value 34 +#define TexturePackLoaded_value 35 +#define UnbanLevel_value 36 +#define UnpauseOrActive_value 37 +#define UpsellPresented_value 38 +#define UpsellResponded_value 39 + +// Event Descriptor array +// +EXTERN_C __declspec(selectany) ETX_EVENT_DESCRIPTOR XBLA_149E11AEEvents[39] = { + {{ 1, 1, 0, 0, 0, 0, 0x0 }, "AchievementGet", "0.7.IGB-2.1", XBLA_149E11AE_AchievementGet_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 2, 1, 0, 0, 0, 0, 0x0 }, "AchievemntUnlocked", "0.7.IGB-2.1", XBLA_149E11AE_AchievemntUnlocked_Fields, 13, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 3, 1, 0, 0, 0, 0, 0x0 }, "BanLevel", "0.7.IGB-2.1", XBLA_149E11AE_BanLevel_Fields, 11, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 4, 1, 0, 0, 0, 0, 0x0 }, "BlockBroken", "0.7.IGB-2.1", XBLA_149E11AE_BlockBroken_Fields, 7, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 5, 1, 0, 0, 0, 0, 0x0 }, "BlockPlaced", "0.7.IGB-2.1", XBLA_149E11AE_BlockPlaced_Fields, 7, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 6, 1, 0, 0, 0, 0, 0x0 }, "ChestfulOfCobblestone", "0.7.IGB-2.1", XBLA_149E11AE_ChestfulOfCobblestone_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 7, 2, 0, 0, 0, 0, 0x0 }, "EnteredNewBiome", "0.7.IGB-2.2", XBLA_149E11AE_EnteredNewBiome_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 8, 0, 0, 0, 0, 0, 0x0 }, "GameProgress", "0.7.IGGP-2.0", XBLA_149E11AE_GameProgress_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 9, 2, 0, 0, 0, 0, 0x0 }, "IncDistanceTravelled", "0.7.IGB-2.2", XBLA_149E11AE_IncDistanceTravelled_Fields, 6, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 10, 1, 0, 0, 0, 0, 0x0 }, "IncTimePlayed", "0.7.IGB-2.1", XBLA_149E11AE_IncTimePlayed_Fields, 5, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 11, 1, 0, 0, 0, 0, 0x0 }, "LeaderboardTotals", "0.7.IGB-2.1", XBLA_149E11AE_LeaderboardTotals_Fields, 6, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 12, 1, 0, 0, 0, 0, 0x0 }, "LevelExit", "0.7.IGB-2.1", XBLA_149E11AE_LevelExit_Fields, 12, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 13, 1, 0, 0, 0, 0, 0x0 }, "LevelResume", "0.7.IGB-2.1", XBLA_149E11AE_LevelResume_Fields, 17, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 14, 1, 0, 0, 0, 0, 0x0 }, "LevelSaveOrCheckpoint", "0.7.IGB-2.1", XBLA_149E11AE_LevelSaveOrCheckpoint_Fields, 13, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 15, 1, 0, 0, 0, 0, 0x0 }, "LevelStart", "0.7.IGB-2.1", XBLA_149E11AE_LevelStart_Fields, 16, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 16, 1, 0, 0, 0, 0, 0x0 }, "McItemAcquired", "0.7.IGIA-2.1", XBLA_149E11AE_McItemAcquired_Fields, 14, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 17, 2, 0, 0, 0, 0, 0x0 }, "McItemUsed", "0.7.IGIU-2.2", XBLA_149E11AE_McItemUsed_Fields, 14, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 18, 1, 0, 0, 0, 0, 0x0 }, "MenuShown", "0.7.IGB-2.1", XBLA_149E11AE_MenuShown_Fields, 13, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 19, 2, 0, 0, 0, 0, 0x0 }, "MobInteract", "0.7.IGB-2.2", XBLA_149E11AE_MobInteract_Fields, 5, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 20, 3, 0, 0, 0, 0, 0x0 }, "MobKilled", "0.7.IGED-2.3", XBLA_149E11AE_MobKilled_Fields, 18, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 21, 0, 0, 0, 0, 0, 0x0 }, "MultiplayerRoundEnd", "0.7.IGMRE-2.0", XBLA_149E11AE_MultiplayerRoundEnd_Fields, 11, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 22, 0, 0, 0, 0, 0, 0x0 }, "MultiplayerRoundStart", "0.7.IGMRS-2.0", XBLA_149E11AE_MultiplayerRoundStart_Fields, 9, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 23, 1, 0, 0, 0, 0, 0x0 }, "OnARail", "0.7.IGB-2.1", XBLA_149E11AE_OnARail_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 24, 1, 0, 0, 0, 0, 0x0 }, "Overkill", "0.7.IGB-2.1", XBLA_149E11AE_Overkill_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 25, 1, 0, 0, 0, 0, 0x0 }, "PauseOrInactive", "0.7.IGB-2.1", XBLA_149E11AE_PauseOrInactive_Fields, 11, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 26, 1, 0, 0, 0, 0, 0x0 }, "PlayedMusicDisc", "0.7.IGB-2.1", XBLA_149E11AE_PlayedMusicDisc_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 27, 1, 0, 0, 0, 0, 0x0 }, "PlayerDiedOrFailed", "0.7.IGB-2.1", XBLA_149E11AE_PlayerDiedOrFailed_Fields, 18, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 28, 0, 0, 0, 0, 0, 0x0 }, "PlayerSessionEnd", "0.7.IGPSE-2.0", XBLA_149E11AE_PlayerSessionEnd_Fields, 7, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 29, 0, 0, 0, 0, 0, 0x0 }, "PlayerSessionPause", "0.7.IGPSPA-2.0", XBLA_149E11AE_PlayerSessionPause_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 30, 0, 0, 0, 0, 0, 0x0 }, "PlayerSessionResume", "0.7.IGPSR-2.0", XBLA_149E11AE_PlayerSessionResume_Fields, 6, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 31, 0, 0, 0, 0, 0, 0x0 }, "PlayerSessionStart", "0.7.IGPSS-2.0", XBLA_149E11AE_PlayerSessionStart_Fields, 6, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 32, 1, 0, 0, 0, 0, 0x0 }, "RecordMediaShareUpload", "0.7.IGB-2.1", XBLA_149E11AE_RecordMediaShareUpload_Fields, 11, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 33, 1, 0, 0, 0, 0, 0x0 }, "RichPresenceState", "0.7.IGB-2.1", XBLA_149E11AE_RichPresenceState_Fields, 4, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 34, 1, 0, 0, 0, 0, 0x0 }, "SkinChanged", "0.7.IGB-2.1", XBLA_149E11AE_SkinChanged_Fields, 12, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 35, 1, 0, 0, 0, 0, 0x0 }, "TexturePackLoaded", "0.7.IGB-2.1", XBLA_149E11AE_TexturePackLoaded_Fields, 13, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 36, 1, 0, 0, 0, 0, 0x0 }, "UnbanLevel", "0.7.IGB-2.1", XBLA_149E11AE_UnbanLevel_Fields, 11, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 37, 1, 0, 0, 0, 0, 0x0 }, "UnpauseOrActive", "0.7.IGB-2.1", XBLA_149E11AE_UnpauseOrActive_Fields, 11, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 38, 1, 0, 0, 0, 0, 0x0 }, "UpsellPresented", "0.7.IGB-2.1", XBLA_149E11AE_UpsellPresented_Fields, 13, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }, + {{ 39, 1, 0, 0, 0, 0, 0x0 }, "UpsellResponded", "0.7.IGB-2.1", XBLA_149E11AE_UpsellResponded_Fields, 14, 0, EtxEventEnabledState_Undefined, EtxEventEnabledState_ProviderDefault, EtxPopulationSample_Undefined, EtxPopulationSample_UseProviderPopulationSample, EtxEventLatency_Undefined, EtxEventLatency_ProviderDefault, EtxEventPriority_Undefined, EtxEventPriority_ProviderDefault }}; + +// Provider Descriptor for XBLA_149E11AE +// +EXTERN_C __declspec(selectany) ETX_PROVIDER_DESCRIPTOR XBLA_149E11AEProvider = {"XBLA_149E11AE", {0xee9ef54b,0xfe67,0x4a89,{0x80,0xa8,0x52,0xcc,0xa1,0x6b,0xe7,0x84}}, 39, (ETX_EVENT_DESCRIPTOR*)&XBLA_149E11AEEvents, 0, EtxProviderEnabledState_Undefined, EtxProviderEnabledState_OnByDefault, 0, 100, EtxProviderLatency_Undefined, EtxProviderLatency_RealTime, EtxProviderPriority_Undefined, EtxProviderPriority_Critical}; + +// ETW handle for XBLA_149E11AE +// +EXTERN_C __declspec(selectany) REGHANDLE XBLA_149E11AEHandle = (REGHANDLE)0; + +/*++ + +Routine Description: + + Register the provider with ETW+. + +Arguments: + + None + +Remarks: + + ERROR_SUCCESS if success or if the provider was already registered. + Otherwise, an error code. + +--*/ +#define EventRegisterXBLA_149E11AE() EtxRegister(&XBLA_149E11AEProvider, &XBLA_149E11AEHandle) + +/*++ + +Routine Description: + + Unregister the provider from ETW+. + +Arguments: + None +Remarks: + ERROR_SUCCESS if success or if the provider was not registered. + Otherwise, an error code. +--*/ +#define EventUnregisterXBLA_149E11AE() EtxUnregister(&XBLA_149E11AEProvider, &XBLA_149E11AEHandle) + +#define EventEnabledAchievementGet() (TRUE) + +// Entry point to log the event AchievementGet +// +__inline +ULONG +EventWriteAchievementGet(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int AchievementId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_AchievementGet 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_AchievementGet]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &AchievementId, sizeof(AchievementId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[0], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_AchievementGet, EventData); +} +#define EventEnabledAchievemntUnlocked() (TRUE) + +// Entry point to log the event AchievemntUnlocked +// +__inline +ULONG +EventWriteAchievemntUnlocked(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int AchievementId, __in const signed int AchievementGamerscore) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_AchievemntUnlocked 13 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_AchievemntUnlocked]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &AchievementId, sizeof(AchievementId)); + EventDataDescCreate(&EventData[12], &AchievementGamerscore, sizeof(AchievementGamerscore)); + + return EtxEventWrite(&XBLA_149E11AEEvents[1], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_AchievemntUnlocked, EventData); +} +#define EventEnabledBanLevel() (TRUE) + +// Entry point to log the event BanLevel +// +__inline +ULONG +EventWriteBanLevel(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_BanLevel 11 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_BanLevel]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + + return EtxEventWrite(&XBLA_149E11AEEvents[2], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_BanLevel, EventData); +} +#define EventEnabledBlockBroken() (TRUE) + +// Entry point to log the event BlockBroken +// +__inline +ULONG +EventWriteBlockBroken(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int DifficultyLevelId, __in const signed int BlockId, __in const signed int BlockAux, __in const unsigned __int64 BlockCount) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_BlockBroken 7 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_BlockBroken]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[4], &BlockId, sizeof(BlockId)); + EventDataDescCreate(&EventData[5], &BlockAux, sizeof(BlockAux)); + EventDataDescCreate(&EventData[6], &BlockCount, sizeof(BlockCount)); + + return EtxEventWrite(&XBLA_149E11AEEvents[3], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_BlockBroken, EventData); +} +#define EventEnabledBlockPlaced() (TRUE) + +// Entry point to log the event BlockPlaced +// +__inline +ULONG +EventWriteBlockPlaced(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int DifficultyLevelId, __in const signed int BlockId, __in const signed int BlockAux, __in const unsigned __int64 BlockCount) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_BlockPlaced 7 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_BlockPlaced]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[4], &BlockId, sizeof(BlockId)); + EventDataDescCreate(&EventData[5], &BlockAux, sizeof(BlockAux)); + EventDataDescCreate(&EventData[6], &BlockCount, sizeof(BlockCount)); + + return EtxEventWrite(&XBLA_149E11AEEvents[4], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_BlockPlaced, EventData); +} +#define EventEnabledChestfulOfCobblestone() (TRUE) + +// Entry point to log the event ChestfulOfCobblestone +// +__inline +ULONG +EventWriteChestfulOfCobblestone(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int Cobblecount) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_ChestfulOfCobblestone 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_ChestfulOfCobblestone]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &Cobblecount, sizeof(Cobblecount)); + + return EtxEventWrite(&XBLA_149E11AEEvents[5], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_ChestfulOfCobblestone, EventData); +} +#define EventEnabledEnteredNewBiome() (TRUE) + +// Entry point to log the event EnteredNewBiome +// +__inline +ULONG +EventWriteEnteredNewBiome(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int BiomeId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_EnteredNewBiome 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_EnteredNewBiome]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &BiomeId, sizeof(BiomeId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[6], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_EnteredNewBiome, EventData); +} +#define EventEnabledGameProgress() (TRUE) + +// Entry point to log the event GameProgress +// +__inline +ULONG +EventWriteGameProgress(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const float CompletionPercent) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_GameProgress 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_GameProgress]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &CompletionPercent, sizeof(CompletionPercent)); + + return EtxEventWrite(&XBLA_149E11AEEvents[7], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_GameProgress, EventData); +} +#define EventEnabledIncDistanceTravelled() (TRUE) + +// Entry point to log the event IncDistanceTravelled +// +__inline +ULONG +EventWriteIncDistanceTravelled(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int DifficultyLevelId, __in const unsigned __int64 Distance, __in const signed int TravelMethodId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_IncDistanceTravelled 6 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_IncDistanceTravelled]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[4], &Distance, sizeof(Distance)); + EventDataDescCreate(&EventData[5], &TravelMethodId, sizeof(TravelMethodId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[8], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_IncDistanceTravelled, EventData); +} +#define EventEnabledIncTimePlayed() (TRUE) + +// Entry point to log the event IncTimePlayed +// +__inline +ULONG +EventWriteIncTimePlayed(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int DifficultyLevelId, __in const unsigned __int64 TimePlayed) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_IncTimePlayed 5 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_IncTimePlayed]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[4], &TimePlayed, sizeof(TimePlayed)); + + return EtxEventWrite(&XBLA_149E11AEEvents[9], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_IncTimePlayed, EventData); +} +#define EventEnabledLeaderboardTotals() (TRUE) + +// Entry point to log the event LeaderboardTotals +// +__inline +ULONG +EventWriteLeaderboardTotals(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int DifficultyLevelId, __in const signed int LeaderboardId, __in const signed int Count) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_LeaderboardTotals 6 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_LeaderboardTotals]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[4], &LeaderboardId, sizeof(LeaderboardId)); + EventDataDescCreate(&EventData[5], &Count, sizeof(Count)); + + return EtxEventWrite(&XBLA_149E11AEEvents[10], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_LeaderboardTotals, EventData); +} +#define EventEnabledLevelExit() (TRUE) + +// Entry point to log the event LevelExit +// +__inline +ULONG +EventWriteLevelExit(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID MultiplayerCorrelationId, __in const signed int LevelExitStatus, __in LPCGUID PlayerSession) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_LevelExit 12 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_LevelExit]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[10], &LevelExitStatus, sizeof(LevelExitStatus)); + EventDataDescCreate(&EventData[11], PlayerSession, sizeof(GUID)); + + return EtxEventWrite(&XBLA_149E11AEEvents[11], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_LevelExit, EventData); +} +#define EventEnabledLevelResume() (TRUE) + +// Entry point to log the event LevelResume +// +__inline +ULONG +EventWriteLevelResume(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int FriendsOrMatch, __in const signed int CompeteOrCoop, __in const signed int DifficultyId, __in const signed int NumberOfLocalPlayers, __in const signed int NumberOfOnlinePlayers, __in const signed int SaveOrCheckpointId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_LevelResume 17 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_LevelResume]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &FriendsOrMatch, sizeof(FriendsOrMatch)); + EventDataDescCreate(&EventData[12], &CompeteOrCoop, sizeof(CompeteOrCoop)); + EventDataDescCreate(&EventData[13], &DifficultyId, sizeof(DifficultyId)); + EventDataDescCreate(&EventData[14], &NumberOfLocalPlayers, sizeof(NumberOfLocalPlayers)); + EventDataDescCreate(&EventData[15], &NumberOfOnlinePlayers, sizeof(NumberOfOnlinePlayers)); + EventDataDescCreate(&EventData[16], &SaveOrCheckpointId, sizeof(SaveOrCheckpointId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[12], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_LevelResume, EventData); +} +#define EventEnabledLevelSaveOrCheckpoint() (TRUE) + +// Entry point to log the event LevelSaveOrCheckpoint +// +__inline +ULONG +EventWriteLevelSaveOrCheckpoint(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int SaveOrCheckpointId, __in const signed int SaveSizeInBytes) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_LevelSaveOrCheckpoint 13 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_LevelSaveOrCheckpoint]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &SaveOrCheckpointId, sizeof(SaveOrCheckpointId)); + EventDataDescCreate(&EventData[12], &SaveSizeInBytes, sizeof(SaveSizeInBytes)); + + return EtxEventWrite(&XBLA_149E11AEEvents[13], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_LevelSaveOrCheckpoint, EventData); +} +#define EventEnabledLevelStart() (TRUE) + +// Entry point to log the event LevelStart +// +__inline +ULONG +EventWriteLevelStart(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID MultiplayerCorrelationId, __in const signed int FriendsOrMatch, __in const signed int CompeteOrCoop, __in const signed int DifficultyId, __in const signed int NumberOfLocalPlayers, __in const signed int NumberOfOnlinePlayers, __in LPCGUID PlayerSession) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_LevelStart 16 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_LevelStart]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[10], &FriendsOrMatch, sizeof(FriendsOrMatch)); + EventDataDescCreate(&EventData[11], &CompeteOrCoop, sizeof(CompeteOrCoop)); + EventDataDescCreate(&EventData[12], &DifficultyId, sizeof(DifficultyId)); + EventDataDescCreate(&EventData[13], &NumberOfLocalPlayers, sizeof(NumberOfLocalPlayers)); + EventDataDescCreate(&EventData[14], &NumberOfOnlinePlayers, sizeof(NumberOfOnlinePlayers)); + EventDataDescCreate(&EventData[15], PlayerSession, sizeof(GUID)); + + return EtxEventWrite(&XBLA_149E11AEEvents[14], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_LevelStart, EventData); +} +#define EventEnabledMcItemAcquired() (TRUE) + +// Entry point to log the event McItemAcquired +// +__inline +ULONG +EventWriteMcItemAcquired(__in_opt PCWSTR UserId, __in const signed int SectionId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId, __in const signed int GameplayModeId, __in const signed int DifficultyLevelId, __in const signed int ItemId, __in const signed int AcquisitionMethodId, __in const float LocationX, __in const float LocationY, __in const float LocationZ, __in const signed int ItemAux, __in const unsigned __int64 ItemCount) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_McItemAcquired 14 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_McItemAcquired]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], &SectionId, sizeof(SectionId)); + EventDataDescCreate(&EventData[3], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[4], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[5], &GameplayModeId, sizeof(GameplayModeId)); + EventDataDescCreate(&EventData[6], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[7], &ItemId, sizeof(ItemId)); + EventDataDescCreate(&EventData[8], &AcquisitionMethodId, sizeof(AcquisitionMethodId)); + EventDataDescCreate(&EventData[9], &LocationX, sizeof(LocationX)); + EventDataDescCreate(&EventData[10], &LocationY, sizeof(LocationY)); + EventDataDescCreate(&EventData[11], &LocationZ, sizeof(LocationZ)); + EventDataDescCreate(&EventData[12], &ItemAux, sizeof(ItemAux)); + EventDataDescCreate(&EventData[13], &ItemCount, sizeof(ItemCount)); + + return EtxEventWrite(&XBLA_149E11AEEvents[15], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_McItemAcquired, EventData); +} +#define EventEnabledMcItemUsed() (TRUE) + +// Entry point to log the event McItemUsed +// +__inline +ULONG +EventWriteMcItemUsed(__in_opt PCWSTR UserId, __in const signed int SectionId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId, __in const signed int GameplayModeId, __in const signed int DifficultyLevelId, __in const signed int ItemId, __in const float LocationX, __in const float LocationY, __in const float LocationZ, __in const signed int ItemAux, __in const unsigned __int64 ItemCount, __in const signed int Hunger) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_McItemUsed 14 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_McItemUsed]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], &SectionId, sizeof(SectionId)); + EventDataDescCreate(&EventData[3], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[4], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[5], &GameplayModeId, sizeof(GameplayModeId)); + EventDataDescCreate(&EventData[6], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[7], &ItemId, sizeof(ItemId)); + EventDataDescCreate(&EventData[8], &LocationX, sizeof(LocationX)); + EventDataDescCreate(&EventData[9], &LocationY, sizeof(LocationY)); + EventDataDescCreate(&EventData[10], &LocationZ, sizeof(LocationZ)); + EventDataDescCreate(&EventData[11], &ItemAux, sizeof(ItemAux)); + EventDataDescCreate(&EventData[12], &ItemCount, sizeof(ItemCount)); + EventDataDescCreate(&EventData[13], &Hunger, sizeof(Hunger)); + + return EtxEventWrite(&XBLA_149E11AEEvents[16], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_McItemUsed, EventData); +} +#define EventEnabledMenuShown() (TRUE) + +// Entry point to log the event MenuShown +// +__inline +ULONG +EventWriteMenuShown(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int MenuId, __in const signed int SubMenuId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_MenuShown 13 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_MenuShown]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &MenuId, sizeof(MenuId)); + EventDataDescCreate(&EventData[12], &SubMenuId, sizeof(SubMenuId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[17], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_MenuShown, EventData); +} +#define EventEnabledMobInteract() (TRUE) + +// Entry point to log the event MobInteract +// +__inline +ULONG +EventWriteMobInteract(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int MobId, __in const signed int InteractionId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_MobInteract 5 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_MobInteract]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &MobId, sizeof(MobId)); + EventDataDescCreate(&EventData[4], &InteractionId, sizeof(InteractionId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[18], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_MobInteract, EventData); +} +#define EventEnabledMobKilled() (TRUE) + +// Entry point to log the event MobKilled +// +__inline +ULONG +EventWriteMobKilled(__in_opt PCWSTR UserId, __in const signed int SectionId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId, __in const signed int GameplayModeId, __in const signed int DifficultyLevelId, __in LPCGUID RoundId, __in const signed int PlayerRoleId, __in const signed int PlayerWeaponId, __in const signed int EnemyRoleId, __in const signed int KillTypeId, __in const float LocationX, __in const float LocationY, __in const float LocationZ, __in const signed int EnemyWeaponId, __in const signed int Distance, __in const signed int MobId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_MobKilled 18 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_MobKilled]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], &SectionId, sizeof(SectionId)); + EventDataDescCreate(&EventData[3], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[4], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[5], &GameplayModeId, sizeof(GameplayModeId)); + EventDataDescCreate(&EventData[6], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[7], RoundId, sizeof(GUID)); + EventDataDescCreate(&EventData[8], &PlayerRoleId, sizeof(PlayerRoleId)); + EventDataDescCreate(&EventData[9], &PlayerWeaponId, sizeof(PlayerWeaponId)); + EventDataDescCreate(&EventData[10], &EnemyRoleId, sizeof(EnemyRoleId)); + EventDataDescCreate(&EventData[11], &KillTypeId, sizeof(KillTypeId)); + EventDataDescCreate(&EventData[12], &LocationX, sizeof(LocationX)); + EventDataDescCreate(&EventData[13], &LocationY, sizeof(LocationY)); + EventDataDescCreate(&EventData[14], &LocationZ, sizeof(LocationZ)); + EventDataDescCreate(&EventData[15], &EnemyWeaponId, sizeof(EnemyWeaponId)); + EventDataDescCreate(&EventData[16], &Distance, sizeof(Distance)); + EventDataDescCreate(&EventData[17], &MobId, sizeof(MobId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[19], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_MobKilled, EventData); +} +#define EventEnabledMultiplayerRoundEnd() (TRUE) + +// Entry point to log the event MultiplayerRoundEnd +// +__inline +ULONG +EventWriteMultiplayerRoundEnd(__in_opt PCWSTR UserId, __in LPCGUID RoundId, __in const signed int SectionId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId, __in const signed int GameplayModeId, __in const signed int MatchTypeId, __in const signed int DifficultyLevelId, __in const float TimeInSeconds, __in const signed int ExitStatusId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_MultiplayerRoundEnd 11 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_MultiplayerRoundEnd]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], RoundId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SectionId, sizeof(SectionId)); + EventDataDescCreate(&EventData[4], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[5], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[6], &GameplayModeId, sizeof(GameplayModeId)); + EventDataDescCreate(&EventData[7], &MatchTypeId, sizeof(MatchTypeId)); + EventDataDescCreate(&EventData[8], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[9], &TimeInSeconds, sizeof(TimeInSeconds)); + EventDataDescCreate(&EventData[10], &ExitStatusId, sizeof(ExitStatusId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[20], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_MultiplayerRoundEnd, EventData); +} +#define EventEnabledMultiplayerRoundStart() (TRUE) + +// Entry point to log the event MultiplayerRoundStart +// +__inline +ULONG +EventWriteMultiplayerRoundStart(__in_opt PCWSTR UserId, __in LPCGUID RoundId, __in const signed int SectionId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId, __in const signed int GameplayModeId, __in const signed int MatchTypeId, __in const signed int DifficultyLevelId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_MultiplayerRoundStart 9 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_MultiplayerRoundStart]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], RoundId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SectionId, sizeof(SectionId)); + EventDataDescCreate(&EventData[4], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[5], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[6], &GameplayModeId, sizeof(GameplayModeId)); + EventDataDescCreate(&EventData[7], &MatchTypeId, sizeof(MatchTypeId)); + EventDataDescCreate(&EventData[8], &DifficultyLevelId, sizeof(DifficultyLevelId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[21], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_MultiplayerRoundStart, EventData); +} +#define EventEnabledOnARail() (TRUE) + +// Entry point to log the event OnARail +// +__inline +ULONG +EventWriteOnARail(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int Distance) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_OnARail 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_OnARail]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &Distance, sizeof(Distance)); + + return EtxEventWrite(&XBLA_149E11AEEvents[22], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_OnARail, EventData); +} +#define EventEnabledOverkill() (TRUE) + +// Entry point to log the event Overkill +// +__inline +ULONG +EventWriteOverkill(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int Damage) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_Overkill 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_Overkill]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &Damage, sizeof(Damage)); + + return EtxEventWrite(&XBLA_149E11AEEvents[23], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_Overkill, EventData); +} +#define EventEnabledPauseOrInactive() (TRUE) + +// Entry point to log the event PauseOrInactive +// +__inline +ULONG +EventWritePauseOrInactive(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_PauseOrInactive 11 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_PauseOrInactive]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + + return EtxEventWrite(&XBLA_149E11AEEvents[24], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_PauseOrInactive, EventData); +} +#define EventEnabledPlayedMusicDisc() (TRUE) + +// Entry point to log the event PlayedMusicDisc +// +__inline +ULONG +EventWritePlayedMusicDisc(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int DiscId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_PlayedMusicDisc 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_PlayedMusicDisc]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &DiscId, sizeof(DiscId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[25], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_PlayedMusicDisc, EventData); +} +#define EventEnabledPlayerDiedOrFailed() (TRUE) + +// Entry point to log the event PlayerDiedOrFailed +// +__inline +ULONG +EventWritePlayerDiedOrFailed(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int LowResMapX, __in const signed int LowResMapY, __in const signed int LowResMapZ, __in const signed int MapId, __in const signed int PlayerWeaponId, __in const signed int EnemyWeaponId, __in const signed int EnemyTypeId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_PlayerDiedOrFailed 18 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_PlayerDiedOrFailed]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &LowResMapX, sizeof(LowResMapX)); + EventDataDescCreate(&EventData[12], &LowResMapY, sizeof(LowResMapY)); + EventDataDescCreate(&EventData[13], &LowResMapZ, sizeof(LowResMapZ)); + EventDataDescCreate(&EventData[14], &MapId, sizeof(MapId)); + EventDataDescCreate(&EventData[15], &PlayerWeaponId, sizeof(PlayerWeaponId)); + EventDataDescCreate(&EventData[16], &EnemyWeaponId, sizeof(EnemyWeaponId)); + EventDataDescCreate(&EventData[17], &EnemyTypeId, sizeof(EnemyTypeId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[26], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_PlayerDiedOrFailed, EventData); +} +#define EventEnabledPlayerSessionEnd() (TRUE) + +// Entry point to log the event PlayerSessionEnd +// +__inline +ULONG +EventWritePlayerSessionEnd(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId, __in const signed int GameplayModeId, __in const signed int DifficultyLevelId, __in const signed int ExitStatusId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionEnd 7 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionEnd]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[4], &GameplayModeId, sizeof(GameplayModeId)); + EventDataDescCreate(&EventData[5], &DifficultyLevelId, sizeof(DifficultyLevelId)); + EventDataDescCreate(&EventData[6], &ExitStatusId, sizeof(ExitStatusId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[27], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionEnd, EventData); +} +#define EventEnabledPlayerSessionPause() (TRUE) + +// Entry point to log the event PlayerSessionPause +// +__inline +ULONG +EventWritePlayerSessionPause(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionPause 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionPause]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + + return EtxEventWrite(&XBLA_149E11AEEvents[28], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionPause, EventData); +} +#define EventEnabledPlayerSessionResume() (TRUE) + +// Entry point to log the event PlayerSessionResume +// +__inline +ULONG +EventWritePlayerSessionResume(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId, __in const signed int GameplayModeId, __in const signed int DifficultyLevelId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionResume 6 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionResume]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[4], &GameplayModeId, sizeof(GameplayModeId)); + EventDataDescCreate(&EventData[5], &DifficultyLevelId, sizeof(DifficultyLevelId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[29], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionResume, EventData); +} +#define EventEnabledPlayerSessionStart() (TRUE) + +// Entry point to log the event PlayerSessionStart +// +__inline +ULONG +EventWritePlayerSessionStart(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in_opt PCWSTR MultiplayerCorrelationId, __in const signed int GameplayModeId, __in const signed int DifficultyLevelId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionStart 6 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionStart]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], (MultiplayerCorrelationId != NULL) ? MultiplayerCorrelationId : L"", (MultiplayerCorrelationId != NULL) ? (ULONG)((wcslen(MultiplayerCorrelationId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[4], &GameplayModeId, sizeof(GameplayModeId)); + EventDataDescCreate(&EventData[5], &DifficultyLevelId, sizeof(DifficultyLevelId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[30], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_PlayerSessionStart, EventData); +} +#define EventEnabledRecordMediaShareUpload() (TRUE) + +// Entry point to log the event RecordMediaShareUpload +// +__inline +ULONG +EventWriteRecordMediaShareUpload(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_RecordMediaShareUpload 11 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_RecordMediaShareUpload]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + + return EtxEventWrite(&XBLA_149E11AEEvents[31], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_RecordMediaShareUpload, EventData); +} +#define EventEnabledRichPresenceState() (TRUE) + +// Entry point to log the event RichPresenceState +// +__inline +ULONG +EventWriteRichPresenceState(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int ContextID) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_RichPresenceState 4 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_RichPresenceState]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &ContextID, sizeof(ContextID)); + + return EtxEventWrite(&XBLA_149E11AEEvents[32], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_RichPresenceState, EventData); +} +#define EventEnabledSkinChanged() (TRUE) + +// Entry point to log the event SkinChanged +// +__inline +ULONG +EventWriteSkinChanged(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int SkinId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_SkinChanged 12 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_SkinChanged]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &SkinId, sizeof(SkinId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[33], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_SkinChanged, EventData); +} +#define EventEnabledTexturePackLoaded() (TRUE) + +// Entry point to log the event TexturePackLoaded +// +__inline +ULONG +EventWriteTexturePackLoaded(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int TexturePackId, __in const BOOL Purchased) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_TexturePackLoaded 13 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_TexturePackLoaded]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &TexturePackId, sizeof(TexturePackId)); + EventDataDescCreate(&EventData[12], &Purchased, sizeof(Purchased)); + + return EtxEventWrite(&XBLA_149E11AEEvents[34], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_TexturePackLoaded, EventData); +} +#define EventEnabledUnbanLevel() (TRUE) + +// Entry point to log the event UnbanLevel +// +__inline +ULONG +EventWriteUnbanLevel(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_UnbanLevel 11 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_UnbanLevel]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + + return EtxEventWrite(&XBLA_149E11AEEvents[35], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_UnbanLevel, EventData); +} +#define EventEnabledUnpauseOrActive() (TRUE) + +// Entry point to log the event UnpauseOrActive +// +__inline +ULONG +EventWriteUnpauseOrActive(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_UnpauseOrActive 11 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_UnpauseOrActive]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + + return EtxEventWrite(&XBLA_149E11AEEvents[36], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_UnpauseOrActive, EventData); +} +#define EventEnabledUpsellPresented() (TRUE) + +// Entry point to log the event UpsellPresented +// +__inline +ULONG +EventWriteUpsellPresented(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int UpsellId, __in const signed int MarketplaceOfferId) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_UpsellPresented 13 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_UpsellPresented]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &UpsellId, sizeof(UpsellId)); + EventDataDescCreate(&EventData[12], &MarketplaceOfferId, sizeof(MarketplaceOfferId)); + + return EtxEventWrite(&XBLA_149E11AEEvents[37], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_UpsellPresented, EventData); +} +#define EventEnabledUpsellResponded() (TRUE) + +// Entry point to log the event UpsellResponded +// +__inline +ULONG +EventWriteUpsellResponded(__in_opt PCWSTR UserId, __in LPCGUID PlayerSessionId, __in const signed int SecondsSinceInitialize, __in const signed int Mode, __in const signed int SubMode, __in const signed int LevelId, __in const signed int SubLevelId, __in const signed int LeveInstanceId, __in LPCGUID PlayerSession, __in LPCGUID MultiplayerCorrelationId, __in const signed int UpsellId, __in const signed int MarketplaceOfferId, __in const signed int UpsellOutcome) +{ +#define ARGUMENT_COUNT_XBLA_149E11AE_UpsellResponded 14 + + EVENT_DATA_DESCRIPTOR EventData[ARGUMENT_COUNT_XBLA_149E11AE_UpsellResponded]; + UINT8 scratch[64]; + + EtxFillCommonFields_v7(&EventData[0], scratch, 64); + + EventDataDescCreate(&EventData[1], (UserId != NULL) ? UserId : L"", (UserId != NULL) ? (ULONG)((wcslen(UserId) + 1) * sizeof(WCHAR)) : (ULONG)sizeof(L"")); + EventDataDescCreate(&EventData[2], PlayerSessionId, sizeof(GUID)); + EventDataDescCreate(&EventData[3], &SecondsSinceInitialize, sizeof(SecondsSinceInitialize)); + EventDataDescCreate(&EventData[4], &Mode, sizeof(Mode)); + EventDataDescCreate(&EventData[5], &SubMode, sizeof(SubMode)); + EventDataDescCreate(&EventData[6], &LevelId, sizeof(LevelId)); + EventDataDescCreate(&EventData[7], &SubLevelId, sizeof(SubLevelId)); + EventDataDescCreate(&EventData[8], &LeveInstanceId, sizeof(LeveInstanceId)); + EventDataDescCreate(&EventData[9], PlayerSession, sizeof(GUID)); + EventDataDescCreate(&EventData[10], MultiplayerCorrelationId, sizeof(GUID)); + EventDataDescCreate(&EventData[11], &UpsellId, sizeof(UpsellId)); + EventDataDescCreate(&EventData[12], &MarketplaceOfferId, sizeof(MarketplaceOfferId)); + EventDataDescCreate(&EventData[13], &UpsellOutcome, sizeof(UpsellOutcome)); + + return EtxEventWrite(&XBLA_149E11AEEvents[38], &XBLA_149E11AEProvider, XBLA_149E11AEHandle, ARGUMENT_COUNT_XBLA_149E11AE_UpsellResponded, EventData); +} +#if defined(__cplusplus) +}; +#endif + +#pragma pack(pop) diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonA.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonA.png new file mode 100644 index 00000000..fc2a9b4d Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonA.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonB.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonB.png new file mode 100644 index 00000000..18f20888 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonB.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonBack.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonBack.png new file mode 100644 index 00000000..b680314c Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonBack.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadD.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadD.png new file mode 100644 index 00000000..ab99e8f0 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadD.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadL.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadL.png new file mode 100644 index 00000000..90dc6d44 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadL.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadR.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadR.png new file mode 100644 index 00000000..a50f46e8 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadR.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadU.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadU.png new file mode 100644 index 00000000..2e525f6d Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonDpadU.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLS.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLS.png new file mode 100644 index 00000000..e339366d Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLS.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftBumper.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftBumper.png new file mode 100644 index 00000000..35830d1f Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftBumper.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick.png new file mode 100644 index 00000000..2dc9f5dc Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick_Navigate.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick_Navigate.png new file mode 100644 index 00000000..3af5eb16 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick_Navigate.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick_sides.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick_sides.png new file mode 100644 index 00000000..7820eeb7 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftStick_sides.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftTrigger.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftTrigger.png new file mode 100644 index 00000000..33be84fc Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonLeftTrigger.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRS.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRS.png new file mode 100644 index 00000000..a30b2b8d Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRS.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightBumper.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightBumper.png new file mode 100644 index 00000000..bf9a365a Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightBumper.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightStick.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightStick.png new file mode 100644 index 00000000..9256ccbe Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightStick.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightTrigger.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightTrigger.png new file mode 100644 index 00000000..93cfcb01 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonRightTrigger.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonStart.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonStart.png new file mode 100644 index 00000000..76325a70 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonStart.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonX.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonX.png new file mode 100644 index 00000000..28015c57 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonX.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonY.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonY.png new file mode 100644 index 00000000..ac82f1cd Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/controls/ButtonY.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/index.html b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/index.html new file mode 100644 index 00000000..3c12ef28 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/index.html @@ -0,0 +1,184 @@ + + + + Game Help + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft is a game about placing blocks to build anything you can imagine. At night monsters come out, make sure to build a shelter before that happens. +

+ The game contains a full tutorial, so we recommend that you give that go if you are new to the game. + The game also features in-game tooltips to guide you through your initial learning experience and if you need specific help, there is a comprehensive ‘How to Play’ section, + as well as many customisable settings, all of which you can find in the Help & Options menu. + +
+
+ + +
+ +
+ Xbox One Controller + +

Default layout:

+
+ + +
+
Jump
+
Drop
+
Crafting
+
Inventory
+
Cycle Held Item
+
Cycle Held Item
+
+
+
Use
+
Action
+
Move/Sprint
+
Change Camera Mode
+
Sneak/Look
+
Players/Invite
+
+
+
+ There are alternative controller layouts available as well as Invert Look and Southpaw settings. +
+
+ + +
+ + + +
+ +
+ + +

Xbox Customer Support

+

+ For help with Xbox Live or your Xbox One Console, visit us online at xbox.com/support. For community support visit forums.xbox.com. We are also available on Twitter @XboxSupport. + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/left_arrow.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/left_arrow.png new file mode 100644 index 00000000..7c92352f Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/left_arrow.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/left_arrow_hoverFocus.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/left_arrow_hoverFocus.png new file mode 100644 index 00000000..56fc4a96 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/left_arrow_hoverFocus.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/main.css b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/main.css new file mode 100644 index 00000000..6c23af9f --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/main.css @@ -0,0 +1,279 @@ +/*standard plus html5 specific resets*/ +html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video +{ + margin: 0; + padding: 0; + border: 0; + outline: 0; + vertical-align: baseline; + background: transparent; +} + +article, aside, figure, footer, header, hgroup, nav, section +{ + display: block; +} + +img, object, embed +{ + max-width: 100%; +} + +/*end resets*/ + +/*setting default font size so that 1 em will approximately equal 10 pixels and so that we can use media queries to scale the fonts*/ +body +{ + height:100%; + font-size: 62.5%; + overflow: hidden; +} + +button +{ + /*button is a special case and gets a default font size from the browser so we reset it to the same font-size as it's parent container*/ + font-size: 1em; +} + +a +{ + text-decoration: none; +} + +article +{ + overflow: hidden; +} + +.articles article +{ + margin-top: 0; + display: none; +} + +.contentPanel li +{ + list-style-type: none; +} + +article +{ + position: relative; +} + +.menuLink {} /* marker class for links to menu pages */ +.contentLink {} /* marker class for content pages */ + +.contentPanel +{ + width: 388px; + height: 900px; + background-color: #222222; + color: #ebebeb; + float: left; + padding: 64px 28px 64px 64px; + vertical-align: top; + font-size:2.4em; +} + +.helpContent +{ + height: 794px; + overflow: hidden; + background-color: #282828; + padding: 136px 64px 64px 64px; + -moz-column-count: auto; /* Firefox - SmartGlass and console do not need these -moz-XXXX, but if help rendered on regular desktop it could be FF */ + -webkit-column-count: auto; /* Safari and Chrome */ + column-count: auto; + -moz-column-width: 344px; + -webkit-column-width: 344px; + column-width: 344px; + -moz-column-gap: 80px; /* Firefox */ + -webkit-column-gap: 80px; /* Safari and Chrome */ + column-gap: 80px; + /*without this property the columns will always try to have the same amount of content each. + Using auto if you set the height it will only fill as needed*/ + -webkit-column-fill: auto; + -moz-column-fill: auto; + column-fill: auto; + font-size:2.4em; + line-height:1.5; + position: relative; +} + +.contentPanel .articleTitle +{ + font-family: Segoe UI Light, Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif; + font-weight: 100; + font-size:1.5em; + margin-top:10px; + margin-bottom:32px; +} + +.contentPanel .articleTopic +{ + font-family: Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif; + font-weight: normal; + /*Because we reset font family here we have to also reset the size or it will get the default body font size. 1em here means the same as it's parent*/ + font-size:1em; + +} + +.panelRule +{ + color: #ebebeb; +} + +.panelButtons +{ + /*if there are additional buttons or other elements in the panel you'll need to adjust this value*/ + margin-top: 680px; + margin-left: 28px; +} + + +/**********button state formats***********/ +.navLinks a +{ + border-bottom:solid 4px #ebebeb; + background-color: rgba(235, 235, 235, 0); + width: 432px; + height: 108px; /*height 108px is the value that includes the focused border.*/ + outline: 4px solid rgba(235, 235, 235, 0); + line-height: 2.4em; + padding: 36px 0 0 18px; +} + +.navLinks a:focus, .pageButton:focus +{ + background-color: rgba(235, 235, 235, 0.1); + outline-color: rgba(235, 235, 235, 1); + border-color:rgba(235, 235, 235, 0); +} + +.navLinks a:hover:not(:focus) +{ + background-color: transparent; + outline: solid 4px rgb(107, 107, 107); + border-bottom:solid 4px transparent; +} + +.pageButton +{ + height: 90px; + color: #ebebeb; + text-align: left; + line-height: 140px; + width: 178px; + margin: 0 10px 0 0; + -ms-attraction: 0% 0% 0% 0%; + border: 1px solid #ebebeb; + background-color: rgba(235, 235, 235, 0); + outline: 4px solid rgba(235, 235, 235, 0); +} + + .pageButton:hover:not(:focus) + { + background-color: transparent; + outline: solid 4px rgb(107, 107, 107); + border:none; + } + +.pageButton.next +{ + line-height: 46px; + float: right; +} + +.panelButtons .pageCounter +{ + display:block; + height:2em; + overflow:hidden; +} + +.pageCounter +{ + display:none; +} + +.win-voice-activelistening .pageCounter +{ + display:none; +} + + .pageButton.previous + { + float: left; + } + +.contentPanel .backLink +{ + background: transparent url(left_arrow.png) no-repeat 28px 62px; + display: block; + height: 5.1em; + width: 5.1em; + margin: -60px 0 0 -24px; + background-size: 49%; + font-size:1em; +} + +.contentPanel .backLink:hover + { + background-color: transparent; + } + +.contentPanel .backLink:focus + { + background: transparent url(left_arrow_hoverFocus.png) no-repeat 28px 62px; + background-size: 49%; + outline:0; + } + + + +.contentPanel a +{ + display: inline; + line-height: 1; + color: #ebebeb; + -ms-attraction: 0% 0% 0% 0%; +} + +.helpMenu li a +{ + color: #ebebeb; + height:4em; + width: 100%; + display: block; + line-height: 4em; + margin:0 0 0 -59px; + padding:0 25px 0 56px; + -ms-attraction: 0% 0% 0% 0%; +} + +.endMark +{ + /*this empty element is given a width so that it will stretch to fill the last column as needed*/ + visibility: hidden; + display: block; + height: 1px; + width: 100%; + break-before: column; +} + +/*note that we use absolute postitioning here instead of static so we reset the margin to 0*/ +article .contentPanel .panelButtons +{ + position: absolute; + margin: 0; + bottom: 44px; /* safe region area */ + left: 64px; /* safe region area on the left: 64px */ + width: 386px; +} + +/* The following styles are only applied when voice commands are in use on the console */ +.win-voice-activelistening[data-win-voice] +{ + color: green; +} diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/mobile.css b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/mobile.css new file mode 100644 index 00000000..ae0014f2 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/mobile.css @@ -0,0 +1,160 @@ +/*modify the base font size for mobile devices*/ + body +{ + /*bumping up the font-sizes for higher res displays*/ + font-size:54%; + +} + +@media (max-width: 336px) +{ + body + { + font-size: 44%; + } + + article.helpMenu li a + { + height:2.25em; + line-height:2.25em; + } + +} + +/*for odd Android aspect ratios*/ +@media (max-width: 385px) and (min-width:337px) and (max-height:520px) +{ + body + { + font-size: 44%; + } + + article.helpMenu li a + { + height:2em; + line-height:2em; + } + +} + + +/*gradient for smartglass UI*/ +body +{ + /*gradient for smartglass UI*/ + background: -webkit-linear-gradient(top, #000000 50%, #323232); /* Safari and Chrome*/ + background: -moz-linear-gradient(top, #000000 50%, #323232);/*Firefox*/ + background: -ms-linear-gradient(top, #000000 50%, #323232);/*IE*/ +} + +/*if the element is a main menu or a sub menu hide the placeholder element to the right*/ +.helpMenu .helpContent +{ + display: none; +} + +article .helpContent +{ + height: 75%; + background-color: transparent; + padding: 0; + margin: 0; + position: absolute; + top: 5em; + left: 5%; + width: 90%; + overflow: auto; + -webkit-overflow-scrolling: touch; + line-height:1; +} + +article .contentPanel +{ + width: 96%; + height: 100%; + padding: 0px 2% 1em 2%; + overflow:hidden; +} + +article .helpContent +{ + top:7em; + height: 65%; +} + +.contentPanel .backLink +{ + background-position-x: 1em; + background-position-y: 1em; + /*need to resize the back button due the change in font size for retina displays*/ + background-size:75%; + background-position:.15em .5em; + height:2.5em; + width:2.5em; + float: left; + margin: 0px; +} + +/*note you must re-initialize any background properties if you swap images*/ +.contentPanel .backLink:focus +{ + background-position-x: 1em; + background-position-y: 1em; + background-size:75%; + background-position:.15em .5em; +} + +.articles article:not(.helpMenu) .articleTitle +{ + margin-top: 1.9em; + margin-left: .35em; + height: 2.25em; + +} + +article .contentPanel .articleTitle +{ + margin-top:.25em; + left: 2em; + display: block; + width: 70%; + max-height: 3.8em; + overflow: hidden; +} + +article .contentPanel .navLinks +{ + clear: both; +} + +.helpMenu li a +{ + height: 2.75em; + line-height: 2.75em; +} + +/*remove controller button states*/ +.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) +{ + + border:none; + background-color: transparent; + outline:0; + box-shadow:none; +} + + +article .contentPanel .panelButtons +{ + display: none; +} + +.pageCounter +{ + display:block; + position:fixed; + bottom:.15em; + + right:.5em; +} + diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/sg_logo_20.png b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/sg_logo_20.png new file mode 100644 index 00000000..ce103bd2 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/sg_logo_20.png differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/skin.css b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/skin.css new file mode 100644 index 00000000..0793ee11 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/skin.css @@ -0,0 +1,51 @@ + +/* This file is intended to contain rules that will allow "skinning" of your manual by changeing the colors, fonts and background images. You should not place any rules here +that modify positioning or size or other layout properties*/ + +body +{ + /*these are the standard fallbacks that are design approved for the majority of the supported devices.*/ + font-family:Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif; + + /*add your skin background here if needed + background:#000 url(background.png) fixed no-repeat 0 20%; + */ + + color:#ebebeb; /*xboxwhite*/ + background-color:#222222; +} + +/*this would for example override the white background and text color on active links*/ +.pageButton:hover, .contentPanel a:hover +{ + /*background-color: #ee4036; + color:#222;*/ +} + +/*and this would modify the focus outline*/ +a:focus, a:hover, button:focus, button:hover +{ + /*outline:thick double #ee4036;*/ +} + + +article a.articleTitle, article a.articleTitle:visited +{ + color:#6b6b6b; +} + +/*Here's an example of using this file to skin based upon a media query, in this case it will work on smartglass tablet devices + Note: this is a duplicate of the media query used inline in the html to load tablet.css for the index page*/ +@media (orientation:landscape) and (max-height: 900px), +(orientation:landscape) and (min-height: 1081px), +(orientation:landscape) and (max-width: 1430px) and (min-height: 901px) and (max-height: 1080px), +(orientation:landscape) and (min-width: 1930px) and (min-height: 901px) and (max-height: 1080px) +{ + /*This would add a background image to the content panel in tablets only. Note: you need an additional selector to give this rule + enough weight to override the existing in tablet.css*/ + .articles article:not(.helpMenu) .contentPanel + { + /*background: url("Forza_Left.png") no-repeat transparent 24px 60px;*/ + } +} + diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/snapped.css b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/snapped.css new file mode 100644 index 00000000..8cf81af4 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/snapped.css @@ -0,0 +1,53 @@ +body +{ + width: 480px; +} + +.contentPanel .articleTitle +{ + height: 3.75em; + width: 100%; + overflow: hidden; + margin-top:12px; +} + +/*if the element is a main menu or a sub menu hide the placeholder element to the right*/ +.helpMenu .helpContent +{ + display: none; +} + +nav.contentPanel +{ + padding: 64px 64px 64px 28px; +} + +/*if in snapped we need to modify the positioning scheme to allow us to insert the contents between existing nav elements*/ +article .helpContent +{ + height: 616px; + overflow: hidden; + background-color: transparent; + padding: 0 0 0 28px; + position: absolute; + left: 0px; + top: 10em; + column-width: 424px; +} + +article .contentPanel +{ + height: 100%; +} + +article .contentPanel .panelButtons +{ + left: 28px; /* safe region area on the right side: 480 - 28 - 386 ~ 64px */ +} + +/*in snapped the safe area is on the right so these need to be different than in main.css*/ +.helpMenu li a +{ + margin:16px -22px 0 -22px; + padding:0 56px 0 22px; +} diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument/tablet.css b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/tablet.css new file mode 100644 index 00000000..a98addc7 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/HelpDocument/tablet.css @@ -0,0 +1,117 @@ +body +{ + font-size:50%; + /*gradient for smartglass UI*/ + background: -webkit-linear-gradient(top, #000000 50%, #323232); /* Safari and Chrome*/ + background: -moz-linear-gradient(top, #000000 50%, #323232);/*Firefox*/ + background: -ms-linear-gradient(top, #000000 50%, #323232);/*IE*/ +} + +/*for smaller android tablets the line height prevents showing all 6 items*/ +@media (max-height:595px) +{ + body + { + font-size:44%; + } + + .helpMenu li a + { + height:2.5em; + line-height: 2.5em; + } +} + +article .contentPanel +{ + padding: 0 0 0 48px; + position: relative; + top: 20%; + height: 80%; + width:300px; + background-color:transparent; +} + +article:not(.helpMenu) .contentPanel +{ + background:url("sg_logo_20.png") no-repeat transparent 56px 110px; +} + +article .contentPanel .panelButtons +{ + display: none; +} + +.pageCounter +{ + display: block; + position: fixed; + right: 2em; + bottom: .5em; + left: auto; +} + +article .helpContent +{ + position: relative; + height: 70%; + top: 20%; + padding: 2% 144px 2% 64px; /* right padding set to be higher than column-gap to allow "peek" (part of next column showing up next to full column). */ + background-color: transparent; + overflow: auto; + -webkit-overflow-scrolling: touch; + line-height:1; +} + +article .contentPanel .backLink +{ + position: fixed; + top: 1em; + left: 1em; + margin: 0; + background-position-y:2.25em; +} + +/*note you must re-initialize any background properties if you swap images*/ +article .contentPanel .backLink:focus +{ + background-position-y:2.25em; +} +.articles article:not(.helpMenu) .articleTitle +{ + top: 3.8em; + left: 1.5em; + height: 2em; +} +#TOC .articleTitle +{ + left:1.75em; +} +article .contentPanel .articleTitle +{ + position: fixed; + top: 1.85em; + left: 4em; + height: 3em; + display: block; + width: 70%; + overflow: hidden; +} + +.helpMenu li a +{ + width: 100%; + display: block; + padding-bottom:.25em; +} + +/*remove controller button states*/ +.navLinks a, .navLinks a:focus, .navLinks a:hover:not(:focus) +{ + + border:none; + background-color: transparent; + outline:0; + box-shadow:none; +} + diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_de-DE.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_de-DE.zip new file mode 100644 index 00000000..e2f9a872 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_de-DE.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_en-GB.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_en-GB.zip new file mode 100644 index 00000000..d1462afd Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_en-GB.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_es-ES.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_es-ES.zip new file mode 100644 index 00000000..3b7edf78 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_es-ES.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_fr-FR.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_fr-FR.zip new file mode 100644 index 00000000..2228e2d5 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_fr-FR.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_it-IT.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_it-IT.zip new file mode 100644 index 00000000..94b512a8 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_it-IT.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_ja-JP.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_ja-JP.zip new file mode 100644 index 00000000..631af8cb Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_ja-JP.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_ko-KR.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_ko-KR.zip new file mode 100644 index 00000000..9d352b01 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_ko-KR.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_pt-BR.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_pt-BR.zip new file mode 100644 index 00000000..af602f9a Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_pt-BR.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_pt-PT.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_pt-PT.zip new file mode 100644 index 00000000..11da9a73 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_pt-PT.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/HelpDocument_zh-CHT.zip b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_zh-CHT.zip new file mode 100644 index 00000000..0f6513b2 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/HelpDocument_zh-CHT.zip differ diff --git a/Minecraft.Client/Durango/ServiceConfig/MakeZips.py b/Minecraft.Client/Durango/ServiceConfig/MakeZips.py new file mode 100644 index 00000000..9b911002 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/MakeZips.py @@ -0,0 +1,62 @@ + +import os +import shutil +import zipfile + +# 4J-JEV: Takes: +# - Localisation from 'ServiceConfig\loc\ex-EX\index.html' +# - Template help from 'ServiceConfig\HelpDocument\*' +# +# Then: +# - Constructs all zipped files to 'ServiceConfig\HelpDocument_ex-EX.zip'. +# +# NOTE: Make sure to check out 'ServiceConfig\HelpDocument\*' first. + +def formatLoc(str): + [lang,local] = str.split('-') + return ( lang.lower() + "-" + local.upper() ) + +def copyTemplate(dst): + for root, dirs, files in os.walk(".\\HelpDocument\\"): + if not os.path.exists(dst+"\\"+root): + os.makedirs(dst+"\\"+root) + + for f in filter(lambda x: x!="index.html", files): + if not os.path.isdir(root+"\\"+f): + print "Copying to '%s\\%s\\%s'" % (dst,root,f) + shutil.copyfile(root+"\\"+f, dst+"\\"+root+"\\"+f) + +def createZip(name): + os.chdir(".\\"+name) + + zipname = name+".zip" + print "Created "+zipname + + z = zipfile.ZipFile(zipname, 'w') + for root, dirs, files in os.walk(".\\HelpDocument\\"): + for file in files: + print "Adding '%s\\%s'." % (root,file) + z.write(os.path.join(root,file)) + + z.close() + + shutil.move(".\\"+zipname, "..\\"+zipname) + os.chdir("..") + + + + #== MAIN ==# + +if __name__=="__main__": + for loc in map(formatLoc,os.listdir(".\\loc\\")): + tardir = ".\\HelpDocument_"+loc + + if os.path.isdir(tardir): + shutil.rmtree(tardir) + copyTemplate(tardir+"\\") + + print ( "Making '%s'" % tardir ) + shutil.copy(".\\loc\\"+loc+"\\index.html",tardir+"\\HelpDocument\\index.html") + + createZip(tardir) + shutil.rmtree(tardir) \ No newline at end of file diff --git a/Minecraft.Client/Durango/ServiceConfig/Minecraft_Service Config Workbook v1.2.xlsx b/Minecraft.Client/Durango/ServiceConfig/Minecraft_Service Config Workbook v1.2.xlsx new file mode 100644 index 00000000..f897b0b4 Binary files /dev/null and b/Minecraft.Client/Durango/ServiceConfig/Minecraft_Service Config Workbook v1.2.xlsx differ diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/de-DE/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/de-DE/index.html new file mode 100644 index 00000000..111efda4 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/de-DE/index.html @@ -0,0 +1,170 @@ + + + + Spielhilfe + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft ist ein Spiel, bei dem du aus Blöcken alles bauen kannst, was du möchtest. Nachts treiben sich Monster herum – du solltest einen Unterschlupf bauen, bevor sie herauskommen. +

+ Im Spiel ist ein vollständiges Tutorial enthalten, das wir dir ans Herz legen möchten, falls du neu dabei bist. + Außerdem helfen dir Tooltips bei deinen ersten Schritten im Spiel. Falls du etwas Bestimmtes wissen möchtest, solltest du im umfassenden Abschnitt „So wird gespielt“ nachsehen; + darüber hinaus findest du im Menü „Hilfe und Optionen“ viele Einstellungen, die du anpassen kannst. + +
+
+ + +
+ +
+ Xbox One Controller + +

Standardlayout:

+
+ + +
+
Springen
+
Ablegen
+
Crafting
+
Inventar
+
Gegenstand wechseln
+
Gegenstand wechseln
+
+
+
Verwenden
+
Aktion
+
Bewegen/Sprinten
+
Kameramodus ändern
+
Schleichen/Schauen
+
Spieler/Einladen
+
+
+
+ Es stehen alternative Controller-Layouts sowie Einstellungen für Linkshänder und zum Umkehren der Sicht zur Verfügung. +
+
+ + +
+ + + +
+ +
+ Website: {*WEBSITE*} +

+ E-Mail-Adresse: {*EMAIL_ADDRESS*} +

+ Telefonnummern: {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/en-GB/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/en-GB/index.html new file mode 100644 index 00000000..4aa70322 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/en-GB/index.html @@ -0,0 +1,170 @@ + + + + Game Help + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft is a game about placing blocks to build anything you can imagine. At night monsters come out. Make sure to build a shelter before that happens. +

+ The game contains a full tutorial, so we recommend that you give that go if you are new to the game. + The game also features in-game tooltips to guide you through your initial learning experience and if you need specific help, there is a comprehensive ‘How to Play’ section, + as well as many customisable settings, all of which you can find in the Help & Options menu. + +
+
+ + +
+ +
+ Xbox One Controller + +

Default layout:

+
+ + +
+
Jump
+
Drop
+
Crafting
+
Inventory
+
Cycle Held Item
+
Cycle Held Item
+
+
+
Use
+
Action
+
Move/Sprint
+
Change Camera Mode
+
Sneak/Look
+
Players/Invite
+
+
+
+ There are alternative controller layouts available as well as Invert Look and Southpaw settings. +
+
+ + +
+ + + +
+ +
+ Website: {*WEBSITE*} +

+ Email-address: {*EMAIL_ADDRESS*} +

+ Phone Numbers: {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/es-ES/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/es-ES/index.html new file mode 100644 index 00000000..36724568 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/es-ES/index.html @@ -0,0 +1,170 @@ + + + + Ayuda del juego + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft es un juego de colocar bloques para construir todo lo que puedas imaginar. Por las noches salen los monstruos, así que asegúrate de construir un refugio antes de que esto suceda. +

+ El juego tiene un tutorial completo que te recomendamos seguir si es la primera vez que juegas. + También cuenta con mensajes emergentes que te ayudarán con la experiencia de aprendizaje inicial y, si necesitas ayuda con algo en concreto, existe una exhaustiva sección titulada "Cómo se juega", + además de muchos ajustes personalizables que podrás encontrar en el menú Ayuda y opciones. + +
+
+ + +
+ +
+ Xbox One Controller + +

Configuración predeterminada:

+
+ + +
+
Salto
+
Soltar
+
Crear
+
Inventario
+
Alternar objeto en mano
+
Alternar objeto en mano
+
+
+
Utilizar
+
Acción
+
Moverse/Esprintar
+
Cambiar modo de cámara
+
Acechar/Mirar
+
Jugadores/Invitar
+
+
+
+ También hay disponibles configuraciones de mando alternativas, además de para zurdos y para invertir la vista. +
+
+ + +
+ + + +
+ +
+ Sitio web: {*WEBSITE*} +

+ Correo electrónico: {*EMAIL_ADDRESS*} +

+ Números de teléfono: {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/fr-FR/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/fr-FR/index.html new file mode 100644 index 00000000..55ce1572 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/fr-FR/index.html @@ -0,0 +1,170 @@ + + + + Aide du jeu + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft est un jeu qui vous permet de placer des blocs pour construire absolument tout ce que vous voulez. Des monstres sortent de leur cachette pendant la nuit, alors n'oubliez pas de construire un abri pour vous protéger. +

+ Le jeu propose un didacticiel très complet, que nous vous recommandons d'effectuer si vous jouez pour la première fois. + Des info-bulles sont aussi disponibles en jeu pour vous guider lors de vos premiers pas. Si vous avez besoin d'aide sur un point spécifique, une section « Comment jouer » détaillée est à votre disposition, + ainsi que de nombreux paramètres personnalisables, dans le menu Aide et options. + +
+
+ + +
+ +
+ Xbox One Controller + +

Commandes par défaut :

+
+ + +
+
Sauter
+
Déposer
+
Artisanat
+
Inventaire
+
Changer d'objet en main
+
Changer d'objet en main
+
+
+
Utiliser
+
Action
+
Se déplacer/Courir
+
Changer de mode caméra
+
Se faufiler/Observer
+
Joueurs/Invitation
+
+
+
+ D'autres dispositions des commandes sur la manette sont disponibles, ainsi que des options Vue inversée et Gaucher. +
+
+ + +
+ + + +
+ +
+ Site Web : {*WEBSITE*} +

+ Adresse électronique : {*EMAIL_ADDRESS*} +

+ Numéros de téléphone : {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/it-IT/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/it-IT/index.html new file mode 100644 index 00000000..b65dac5c --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/it-IT/index.html @@ -0,0 +1,170 @@ + + + + Guida di gioco + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft è un gioco che consente di collocare dei blocchi e di costruire praticamente qualsiasi cosa: l'unico limite è l'immaginazione! Costruisci un riparo per non farti catturare dai mostri che escono di notte. +

+ Nel gioco è presente un tutorial completo, che ti consigliamo di seguire se non hai familiarità con le caratteristiche di Minecraft; + sono inoltre incluse delle descrizioni che ti aiuteranno a muovere i primi passi; se invece vuoi saperne di più su un argomento specifico, puoi consultare la sezione 'Come giocare' + o modificare le numerose impostazioni personalizzabili nel menu Guida e opzioni. + +
+
+ + +
+ +
+ Xbox One Controller + +

Configurazione standard:

+
+ + +
+
Salto
+
Rilascia
+
Produzione
+
Inventario
+
Scorri oggetti attivo
+
Scorri oggetti attivo
+
+
+
Usa
+
Azione
+
Movimento/Scatto
+
Cambia inquadratura
+
Furtività/Osserva
+
Giocatori/Invita
+
+
+
+ Sono disponibili configurazioni dei comandi alternative, nonché una visuale invertita e impostazioni per giocatori mancini. +
+
+ + +
+ + + +
+ +
+ Sito Web: {*WEBSITE*} +

+ Indirizzo e-mail: {*EMAIL_ADDRESS*} +

+ Numeri di telefono: {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/ja-JP/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/ja-JP/index.html new file mode 100644 index 00000000..9dba183d --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/ja-JP/index.html @@ -0,0 +1,170 @@ + + + + ゲーム ヘルプ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft は自由な発想でブロックを積み上げて、いろいろな物を作っていくゲームです。夜になるとモンスターが現れるので、その前に安全な場所を作っておかなければなりません +

+ 本ゲームにはチュートリアルが含まれます。初めての方は、チュートリアルから始めることをお勧めします。 + また初めてのプレイの際には、「プレイ中のボタンガイド」の案内に沿ってプレイを進めていきます。特定のヘルプが必要な際は、「遊び方」セクションや、 + カスタマイズ可能な設定をご利用ください。これらはすべて「遊び方 & オプション」内にあります + +
+
+ + +
+ +
+ Xbox One Controller + +

既定のレイアウト:

+
+ + +
+
ジャンプ
+
落とす
+
工作
+
持ち物
+
手持ちアイテムの切り替え
+
手持ちアイテムの切り替え
+
+
+
使う
+
アクション
+
動く/ダッシュ
+
カメラ モードの変更
+
しのび足/見る
+
プレイヤー/招待
+
+
+
+ 上下反転や左利き設定、その他コントローラーのレイアウト設定にも変更できます +
+
+ + +
+ + + +
+ +
+ Web サイト: {*WEBSITE*} +

+ メール アドレス: {*EMAIL_ADDRESS*} +

+ 電話番号: {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/ko-KR/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/ko-KR/index.html new file mode 100644 index 00000000..dee3112f --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/ko-KR/index.html @@ -0,0 +1,170 @@ + + + + 게임 도움말 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft는 블록을 배치하여 무엇이든 상상한 대로 만들 수 있는 게임입니다. 밤에는 괴물이 출몰하므로, 그에 대비하여 피신처를 준비해둬야 합니다. +

+ 게임이 처음이라면, 게임 속에 포함된 튜토리얼을 먼저 플레이해 보십시오. + 게임에는 플레이 습득을 도와줄 게임 속 단추 설명 표시가 들어가 있으며, 도움말 및 옵션 메뉴에는 다양한 사용자 지정 설정과 더불어 + 특정한 질문에 대한 답을 확인할 수 있는 '게임 방법' 섹션이 포함되어 있습니다. + +
+
+ + +
+ +
+ Xbox One Controller + +

기본 배치:

+
+ + +
+
점프
+
버리기
+
제작
+
소지품
+
아이템 교체
+
아이템 교체
+
+
+
사용
+
행동
+
이동/질주
+
카메라 모드 변경
+
살금살금 걷기/보기
+
플레이어/초대
+
+
+
+ 시야 반전이나 왼손잡이 설정과 같은 대체 컨트롤러 배치를 사용할 수 있습니다. +
+
+ + +
+ + + +
+ +
+ 웹사이트: {*WEBSITE*} +

+ 이메일 주소: {*EMAIL_ADDRESS*} +

+ 전화번호: {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/pt-BR/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/pt-BR/index.html new file mode 100644 index 00000000..51cfdb87 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/pt-BR/index.html @@ -0,0 +1,170 @@ + + + + Ajuda do Jogo + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft é um jogo sobre colocar blocos para montar qualquer coisa que você imaginar. À noite os monstros chegam, então construa um abrigo antes que isso aconteça. +

+ O jogo possui um tutorial completo, então recomendamos que você dê uma olhada nele se nunca jogou Minecraft antes. + O jogo também possui dicas para guiar o seu aprendizado inicial e, se você precisar de ajuda específica, há uma seção ‘Como Jogar’ fácil de entender, + assim como muitas configurações personalizáveis que você pode encontrar no menu Ajuda e Opções. + +
+
+ + +
+ +
+ Xbox One Controller + +

Layout padrão:

+
+ + +
+
Pular
+
Soltar
+
Criação
+
Inventário
+
Alternar item na mão
+
Alternar item na mão
+
+
+
Usar
+
Ação
+
Andar/Correr
+
Mudar modo da câmera
+
Olhar/Esgueirar
+
Jogadores/Convidar
+
+
+
+ Também existem layouts alternativos de controle, como visão invertida e layout para canhotos. +
+
+ + +
+ + + +
+ +
+ Website: {*WEBSITE*} +

+ Endereço de e-mail: {*EMAIL_ADDRESS*} +

+ Números de telefone: {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/pt-PT/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/pt-PT/index.html new file mode 100644 index 00000000..3fcee503 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/pt-PT/index.html @@ -0,0 +1,170 @@ + + + + Ajuda do Jogo + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft é um jogo em que usas blocos para construir tudo o que conseguires imaginar. À noite, os monstros andam aí, por isso constrói um abrigo para te protegeres. +

+ O jogo contém um tutorial completo. Consulta-o se nunca tiveres jogado Minecraft. + O jogo também possui descrições do jogo para te orientar durante a experiência de aprendizagem inicial. Se precisares de ajuda específica, consulta a secção ‘Instruções de Jogo’, + bem como as muitas definições personalizáveis, que podes encontrar no menu Ajuda e Opções. + +
+
+ + +
+ +
+ Xbox One Controller + +

Esquema predefinido:

+
+ + +
+
Saltar
+
Largar
+
Criação
+
Inventário
+
Mudar de Objecto Seguro
+
Mudar de Objecto Seguro
+
+
+
Usar
+
Acção
+
Mover/Sprint
+
Alterar Modo Câmara
+
Agachar/Voar Para Baixo
+
Jogadores/Convidar
+
+
+
+ Há esquemas de controladores alternativos, bem como definições Inverter e Esquerdinos. +
+
+ + +
+ + + +
+ +
+ Website: {*WEBSITE*} +

+ E-mail: {*EMAIL_ADDRESS*} +

+ Telefones: {*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + diff --git a/Minecraft.Client/Durango/ServiceConfig/loc/zh-CHT/index.html b/Minecraft.Client/Durango/ServiceConfig/loc/zh-CHT/index.html new file mode 100644 index 00000000..8962a203 --- /dev/null +++ b/Minecraft.Client/Durango/ServiceConfig/loc/zh-CHT/index.html @@ -0,0 +1,170 @@ + + + + 遊戲說明 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ + + +
+ +
+ Minecraft 是一款透過配置方塊來創造想像世界的一款遊戲。在夜間會有怪物出沒,請確保在發生任何事情之前先把庇護所建造出來。 +

+ 此遊戲有完整的教學課程,如果您是第一次遊玩,我們建議您先進行教學課程。 + 遊戲裡還有工具提示來導引您初期的學習過程,如果您需要特定的幫助,請前往含括一切的“如何遊玩”選項, + 跟其它各種可自訂的設定一樣,您都可以在“幫助與選項”選單裡找到。 + +
+
+ + +
+ +
+ Xbox One Controller + +

預設配置:

+
+ + +
+
跳躍
+
丟棄
+
製作
+
物品欄
+
切換手持道具
+
切換所持道具
+
+
+
使用
+
行動
+
移動 / 衝刺
+
改變攝影機模式
+
偷瞄 / 觀看
+
玩家 / 邀請
+
+
+
+ 遊戲裡還有像是反轉視角和慣用左手等另類的控制器配置可用。 +
+
+ + +
+ + + +
+ +
+ 網站:{*WEBSITE*} +

+ 電子郵件地址:{*EMAIL_ADDRESS*} +

+ 電話號碼:{*LOCALE*} {*PHONE_NUMBER*} + + +
+ +
+
+ + + + + + + -- cgit v1.2.3