1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 |
-----------------------------
-- Companion Collection Book
-----------------------------
local GAMEPAD_COMPANION_COLLECTIONS_ACTIONS_DIALOG_NAME = "GAMEPAD_COMPANION_COLLECTIONS_ACTIONS_DIALOG"
COMPANION_COLLECTION_BOOK_GAMEPAD_SCENE = ZO_InteractScene : New ( "companionCollectionBookGamepad" , SCENE_MANAGER , ZO_COMPANION_MANAGER : GetInteraction ( ) )
local ACTIVATE_ON_SHOW = true
ZO_Gamepad_ParametricList_Screen . Initialize ( self , control , ZO_GAMEPAD_HEADER_TABBAR_DONT_CREATE , ACTIVATE_ON_SHOW , COMPANION_COLLECTION_BOOK_GAMEPAD_SCENE )
end
end
end
end
ZO_COLLECTIBLE_DATA_MANAGER : RegisterCallback ( "OnCollectionUpdated" , function ( ... ) self : OnCollectionUpdated ( ... ) end )
ZO_COLLECTIBLE_DATA_MANAGER : RegisterCallback ( "OnCollectibleNewStatusCleared" , function ( ... ) self : OnCollectibleNewStatusCleared ( ... ) end )
ZO_COLLECTIBLE_DATA_MANAGER : RegisterCallback ( "OnCollectibleNotificationRemoved" , function ( ... ) self : OnCollectibleNotificationRemoved ( ... ) end )
COLLECTIONS_BOOK_SINGLETON : RegisterCallback ( "OnUpdateCooldowns" , function ( ... ) self : OnUpdateCooldowns ( ... ) end )
EVENT_MANAGER : RegisterForUpdate ( "ZO_GamepadCompanionCollectionsBook" , 250 , function ( ) self : UpdateActiveCollectibleCooldownTimer ( ) end )
-- TODO: For companion previewable
end
end )
end
{
}
end
{
}
{
-- The title text will be updated to the name of the collections category
}
{
-- The title text will be updated to the name of the collections category/subcategory
}
end
-- Category Keybind
{
-- Select Category
{
end ,
return entryData ~= nil
end
return false
end ,
} ,
}
ZO_Gamepad_AddBackNavigationKeybindDescriptors ( self . categoryKeybindStripDescriptor , GAME_NAVIGATION_TYPE_BUTTON )
end
-- Subcategory Keybind
{
-- Select Subcategory
{
end ,
return entryData ~= nil
end ,
} ,
}
ZO_Gamepad_AddBackNavigationKeybindDescriptors ( self . subcategoryKeybindStripDescriptor , GAME_NAVIGATION_TYPE_BUTTON , function ( )
end )
-- Collection Keybind
{
-- Set Active or Put Away Collectible
{
local nameStringId = collectibleData : GetPrimaryInteractionStringId ( GAMEPLAY_ACTOR_CATEGORY_COMPANION )
end ,
end ,
if collectibleData then
else
return false
end
end ,
return true
elseif remainingMs > 0 then
-- TODO: Determine if companion collectible actions can be blocked
else
return true
end
else
--This is an imitation collectible data
return not collectibleData : IsBlocked ( GAMEPLAY_ACTOR_CATEGORY_COMPANION ) , collectibleData : GetBlockReason ( GAMEPLAY_ACTOR_CATEGORY_COMPANION )
end
end
} ,
-- Actions
{
local dialogData =
{
}
end ,
if collectibleData then
return IsChatSystemAvailableForCurrentPlatform ( ) or collectibleData : IsRenameable ( ) or self : CanPurchaseCurrentTarget ( )
else
return false
end
end ,
} ,
}
else
end
end
ZO_Gamepad_AddBackNavigationKeybindDescriptorsWithSound ( self . collectionKeybindStripDescriptor , GAME_NAVIGATION_TYPE_BUTTON , OnCollectionListBack )
end
end
local function CategoryEntrySetup ( control , data , selected , reselectingDuringRebuild , enabled , active )
end
end
end
list : AddDataTemplate ( "ZO_GamepadMenuEntryTemplate" , CategoryEntrySetup , ZO_GamepadMenuEntryTemplateParametricListFunction )
list : AddDataTemplateWithHeader ( "ZO_GamepadMenuEntryTemplate" , CategoryEntrySetup , ZO_GamepadMenuEntryTemplateParametricListFunction , nil , "ZO_GamepadMenuEntryHeaderTemplate" )
local function CollectibleEntrySetup ( control , data , selected , reselectingDuringRebuild , enabled , active )
end
end
list : AddDataTemplate ( "ZO_GamepadCompanionCollectible" , CollectibleEntrySetup , ZO_GamepadMenuEntryTemplateParametricListFunction )
list : AddDataTemplateWithHeader ( "ZO_GamepadCompanionCollectible" , CollectibleEntrySetup , ZO_GamepadMenuEntryTemplateParametricListFunction , nil , "ZO_GamepadMenuEntryHeaderTemplate" )
end
if browseInfo ~= nil then
local collectibleData = ZO_COLLECTIBLE_DATA_MANAGER : GetCollectibleDataById ( browseInfo . collectibleId )
else
end
end
end
end
end
--Opens up the provided category, or the current category if no categoryData is provided
if categoryData then
if entryData . dataSource == categoryData then
end
end
end
local RESET_SELECTION_TO_TOP = true
else
end
end
if entryData . dataSource == subcategoryData then
end
end
end
--Opens up the provided subcategory, or the current subcategory if no subcategoryData is provided
end
local RESET_SELECTION_TO_TOP = true
end
if collectibleId then
break
end
end
end
end
return
end
else
end
end
if not dontUpdateTitle then
end
if collectibleData then
end
end
else
end
end
return
end
end
end
end
end
if collectionUpdateType == ZO_COLLECTION_UPDATE_TYPE . RANDOM_MOUNT_SETTING_CHANGED then
-- if random mount changed, we really just want to update the current list just like
-- OnCollectibleUpdated does.
end
end
end
if currentCategoryData then
self . currentCategoryData = currentCategoryData -- Rebuilding the subcategory resets the current category to the parent, so we need to set it back
end
local DONT_RESET_SELECTION_TO_TOP = false
end
end
end
end
end
end
end
function ZO_CompanionCollectionBook_Gamepad : OnCollectibleNotificationRemoved ( notificationId , collectibleId )
end
end
-- Add the categories entries
for categoryIndex , categoryData in ZO_COLLECTIBLE_DATA_MANAGER : CategoryIterator ( { ZO_CollectibleCategoryData . IsStandardCategory , ZO_CollectibleCategoryData . HasShownCollectiblesInCollection , ZO_CollectibleCategoryData . HasAnyCompanionUsableCollectibles } ) do
end
end
-- Add the categories entries
for subcategoryIndex , subcategoryData in categoryData : SubcategoryIterator ( { ZO_CollectibleCategoryData . HasShownCollectiblesInCollection , ZO_CollectibleCategoryData . HasAnyCompanionUsableCollectibles } ) do
end
end
local unlockedData = { }
local lockedData = { }
for _ , collectibleData in categoryData : SortedCollectibleIterator ( { ZO_CollectibleData . IsShownInCollection , ZO_CollectibleData . IsCollectibleCategoryCompanionUsable , ZO_CollectibleData . IsCollectibleAvailableToCompanion } ) do
else
end
end
if # unlockedData > 0 or # lockedData > 0 then
-- Add defaults
local setToDefaultCollectibleData = ZO_COLLECTIBLE_DATA_MANAGER : GetSetToDefaultCollectibleData ( categoryType , GAMEPLAY_ACTOR_CATEGORY_COMPANION )
if setToDefaultCollectibleData then
end
end
if collectibleCategoryTypesInCategory [ COLLECTIBLE_CATEGORY_TYPE_MOUNT ] then
local randomMountEntryData = self : BuildCollectibleCategorySetRandomSelectionData ( setRandomMountData )
end
end
self : BuildListFromTable ( collectionList , unlockedData , GetString ( "SI_COLLECTIBLEUNLOCKSTATE" , COLLECTIBLE_UNLOCK_STATE_UNLOCKED_OWNED ) )
self : BuildListFromTable ( collectionList , lockedData , GetString ( "SI_COLLECTIBLEUNLOCKSTATE" , COLLECTIBLE_UNLOCK_STATE_LOCKED ) )
end
-- ESO-725038: ZO_SetToDefaultCollectibleData doesn't implement IsVisualLayerHidden
-- so if the visual layer updates while a collectibleData of this type is shown we don't
-- want to attempt to show it. Should we run into other instantiations of ZO_SetToDefaultCollectibleData
-- besides "Default Mount" that have a visual layer we should implement the function on that class.
-- An example of this happening is when werewolf ends while viewing the
-- companion mount subcategory which has a default collectible entry of "Default Mount"
collectibleData : SetIsHiddenByWardrobe ( collectibleData : IsVisualLayerHidden ( GAMEPLAY_ACTOR_CATEGORY_COMPANION ) )
end
end
end
function ZO_CompanionCollectionBook_Gamepad : BuildCollectibleCategorySetToDefaultData ( setToDefaultCollectibleData )
local entryData = ZO_GamepadEntryData : New ( setToDefaultCollectibleData : GetName ( ) , setToDefaultCollectibleData : GetIcon ( ) )
entryData . actorCategory = GAMEPLAY_ACTOR_CATEGORY_COMPANION
entryData . isEquippedInCurrentCategory = setToDefaultCollectibleData : IsActive ( GAMEPLAY_ACTOR_CATEGORY_COMPANION ) and not setToDefaultCollectibleData : ShouldSuppressActiveState ( GAMEPLAY_ACTOR_CATEGORY_COMPANION )
return entryData
end
function ZO_CompanionCollectionBook_Gamepad : BuildCollectibleCategorySetRandomSelectionData ( collectibleData )
entryData . actorCategory = GAMEPLAY_ACTOR_CATEGORY_COMPANION
return entryData
end
local entryData = ZO_GamepadEntryData : New ( collectibleData : GetFormattedName ( ) , collectibleData : GetIcon ( ) )
entryData . actorCategory = GAMEPLAY_ACTOR_CATEGORY_COMPANION
entryData . isEquippedInCurrentCategory = collectibleData : IsActive ( GAMEPLAY_ACTOR_CATEGORY_COMPANION ) and not collectibleData : ShouldSuppressActiveState ( GAMEPLAY_ACTOR_CATEGORY_COMPANION )
entryData : SetIsHiddenByWardrobe ( collectibleData : IsVisualLayerHidden ( GAMEPLAY_ACTOR_CATEGORY_COMPANION ) )
if remainingMs > 0 and durationMs > 0 then
entryData . refreshWhenFinished = true
end
return entryData
end
if # dataTable >= 1 then
if i == 1 then
else
end
end
end
end
if oldSelectedData then
if oldSelectedData . notificationId ~= nil then
oldSelectedData . notificationId = nil
end
end
end
if selectedData then
self . clearNewStatusCallId = zo_callLater ( self . trySetClearNewFlagCallback , TIME_NEW_PERSISTS_WHILE_SELECTED_MS )
end
end
end
end
end
end
end
if entryData then
else
end
else
end
end
local SHOW_VISUAL_LAYER_INFO = true
local SHOW_BLOCK_REASON = true
GAMEPAD_TOOLTIPS : LayoutCollectibleFromData ( GAMEPAD_LEFT_TOOLTIP , collectibleData , SHOW_VISUAL_LAYER_INFO , timeRemainingS , SHOW_BLOCK_REASON , GAMEPLAY_ACTOR_CATEGORY_COMPANION )
else
GAMEPAD_TOOLTIPS : LayoutImitationCollectibleFromData ( GAMEPAD_LEFT_TOOLTIP , collectibleData , GAMEPLAY_ACTOR_CATEGORY_COMPANION )
end
end
end
end
end
if remainingMs ~= collectibleData : GetCooldownTimeRemainingMs ( ) or ( remainingMs <= 0 and collectibleData . refreshWhenFinished ) then
return
end
end
end
end
end
end
end
end
end
end
return targetData
end
return nil
end
return collectibleData and collectibleData : IsPurchasable ( ) and collectibleData : CanAcquire ( ) and not collectibleData : IsHouse ( )
end
return false
end
-----------------
-- Actions Dialog
-----------------
{
gamepadInfo =
{
dialogType = GAMEPAD_DIALOGS . PARAMETRIC ,
} ,
canQueue = true ,
end ,
title =
{
} ,
parametricList =
{
-- Link In Chat
{
template = "ZO_GamepadMenuEntryTemplate" ,
templateData =
{
end ,
} ,
} ,
-- Unlock Permanently (Purchase)
{
template = "ZO_GamepadMenuEntryTemplate" ,
templateData =
{
end ,
end
} ,
} ,
} ,
buttons =
{
{
end ,
} ,
{
} ,
}
} )
end
-----------------------------
-- Global XML Functions
-----------------------------
end |