(Help Needed) Carousel customization and clock display
-
Hi guys,
Is there any way to modify the starting point of the carousel?Example: Currently the carousel always starts from the middle
Logos by Dwayne HurstIs there any way the carousel starts from the left side (for example)?
That was the best I could do ... the last 2 logos being staticAnother question: is there any way to display the clock outside the main menu?
-
@fagnerpc i'm pretty sure it's no for everything.
But @supernature2k knows much better than me
-
@fagnerpc Ya can place the carousel wherever ya want, it has a <position> tag.
The clock is only in main menu and will stay there.
-
@supernature2k said in (Help Needed) Carousel customization and clock display:
@fagnerpc Ya can place the carousel wherever ya want, it has a <position> tag.
The clock is only in main menu and will stay there.
Yep, I know that ... my question is concerning the starting position of the logos inside the carousel
By default, the initial logo always starts in the middle ... like this for example
I wonder if there is a possibility to start the carousel from the left (in the second logo) .... like this image for example
To display this way, I had to leave 2 static logos... in this video you can see this:
https://www.youtube.com/watch?v=ckHGeoBnd0k&t=86s
-
@fagnerpc I really don't get what the pb is, just put position as 0 0.2
please send me a zip of the theme so I can test
-
@supernature2k It's a bit complex to explain, I don't know if I was clear enough
Basically, I would like to know if there is a possibility of changing the alignment of the logos inside the carousel ... from center to the left for exampleZip file
https://mega.nz/#!bSZQnAxS!adZvZE2cB6lTUEERms1cK9dcf8GXkWnosjiEjYEKC4Q
-
ps4.xml
<theme> <formatVersion>4</formatVersion> <view name="system"> <carousel name="systemcarousel"> <pos>-0.48 0.18</pos> <origin>0 0</origin> <size>1.5 1</size> <logoScale>1.7</logoScale> <logoSize>0.20 0.20</logoSize> <color>00000000</color> <maxLogoCount>9</maxLogoCount> <logoAlignment>top</logoAlignment> <zIndex>80</zIndex> <defaultTransition>instant</defaultTransition> </carousel> <image name="overlay" extra="true"> <origin>0 0</origin> <pos>0 0</pos> <size>1 1</size> <zIndex>41</zIndex> <path>./../_inc/overlay.png</path> </image> <text name="tagsys" extra="true"> <alignment>left</alignment> <pos>0.39 0.46</pos> <color>FFFFFF</color> <fontPath>./../_inc/fonts/Homizio.ttf</fontPath> <fontSize>0.0720</fontSize> <zIndex>41</zIndex> </text> </view> </theme>
-
@supernature2k said in (Help Needed) Carousel customization and clock display:
ps4.xml
<theme> <formatVersion>4</formatVersion> <view name="system"> <carousel name="systemcarousel"> <pos>-0.48 0.18</pos> <origin>0 0</origin> <size>1.5 1</size> <logoScale>1.7</logoScale> <logoSize>0.20 0.20</logoSize> <color>00000000</color> <maxLogoCount>9</maxLogoCount> <logoAlignment>top</logoAlignment> <zIndex>80</zIndex> <defaultTransition>instant</defaultTransition> </carousel> <image name="overlay" extra="true"> <origin>0 0</origin> <pos>0 0</pos> <size>1 1</size> <zIndex>41</zIndex> <path>./../_inc/overlay.png</path> </image> <text name="tagsys" extra="true"> <alignment>left</alignment> <pos>0.39 0.46</pos> <color>FFFFFF</color> <fontPath>./../_inc/fonts/Homizio.ttf</fontPath> <fontSize>0.0720</fontSize> <zIndex>41</zIndex> </text> </view> </theme>
Many thanks, @supernature2k :)
This is exactly what I was trying to do.