Thread Tools Display Modes
Today, 05:23 PM   #1
Amakesh
AddOn Author - Click to view addons
Join Date: Oct 2021
Posts: 2
Unhappy How to dispaly cutom fragment in Crown Store scene("market")?

Does anyone perhaps know how to display a custom item in the “market” scene (the one from Crown Store)? What I mean is to remove the standard experience bar that displays in the upper left corner(and removing that bar works fine), and display my custom one in its place.

I try to do this like that:
Code:
local scene
scene = SCENE_MANAGER:GetScene("market")
scene:AddFragment(fragment)
but..my expeience bar only appears for about a second after I switch tabs e.g Store->ESO Plus and then immediately disappears

Last edited by Amakesh : Today at 05:27 PM.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » How to dispaly cutom fragment in Crown Store scene("market")?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off