Author Topic: Aura  (Read 106328 times)

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: [WIP] Aura
« Reply #90 on: July 02, 2017, 11:28:13 PM »
I will investigate. 😀

Sent from my SM-G920F using Tapatalk


Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: [WIP] Aura
« Reply #91 on: July 05, 2017, 09:01:11 PM »

Sequence

  • Newbie
  • *
  • Posts: 38
  • Karma: +4/-1
    • View Profile
Re: [WIP] Aura
« Reply #92 on: July 19, 2017, 11:53:30 PM »
NG. Thread with no submission. Watch only. NG

iGarikoitz

  • Full Member
  • ***
  • Posts: 109
  • Karma: +11/-8
    • View Profile
    • YouTube
Re: [WIP] Aura
« Reply #93 on: July 20, 2017, 06:16:34 AM »
Ok, see if this solves your issues: http://retrofe.nl/SMF/index.php?topic=177.msg2133#msg2133

@Pieter Hulshoff it works! Sorry for the delay, In August I have vacations at work and that's when I'm going to put more hours into RetroFe's layout

Sequence

  • Newbie
  • *
  • Posts: 38
  • Karma: +4/-1
    • View Profile
Re: [WIP] Aura
« Reply #94 on: July 21, 2017, 02:30:49 AM »
igarikoitz, my bad for posting this on your thread but...I feel it's time to kill Zero Dreams forever. The emulation scene has been fantastic and I've come across so many different people/users. So...goodbye everyone and Pieter...top notch work and effort.  :'(

Kam3leoN

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: [WIP] Aura
« Reply #95 on: July 25, 2017, 09:40:20 PM »
Hello igarikoitz,

I love your arts players, stars, ratings, type info in transparent mode could you please share them in MP if you do not want to release your theme right away.

thank you ;)

johnsaints

  • Newbie
  • *
  • Posts: 41
  • Karma: +0/-0
    • View Profile
Re: [WIP] Aura
« Reply #96 on: July 29, 2017, 06:19:14 AM »
Amazing theme! Waiting here to test this great work. Thanks.

iGarikoitz

  • Full Member
  • ***
  • Posts: 109
  • Karma: +11/-8
    • View Profile
    • YouTube
Re: [WIP] Aura
« Reply #97 on: July 29, 2017, 05:59:26 PM »
@Pieter Hulshoff Today I have officially returned to the work of the layouts. I need 3 things:

  • Create menus with text, taken from meta files or info files
Example: textType instead imageType:

Code: [Select]
<menu menuIndex="0" type="custom" textType="year" scrollTime=".30" scrollAcceleration=".15" orientation="horizontal">
  <itemDefaults x="center" y="center" font="helvetica.ttf" fontSize="24" loadFontSize="24" fontColor="000000" alpha="0" layer="10"/>
  <item />
  <item />
  <item selected="true" alpha=1/>
  <item />
  <item />
</menu>

  • Create menus with images that replace the texts of meta files or info files
Example: If the player text inside the game info file/meta file is 1, load the 1.png image of the folder "players"

Code: [Select]
<menu menuIndex="0" type="custom" imageType="players" scrollTime=".30" scrollAcceleration=".15" orientation="horizontal">
  <itemDefaults x="400" y="800" alpha="0" layer="10"/>
  <item />
  <item />
  <item selected="true" alpha="1"/>
  <item />
  <item />
</menu>

  • Create menus with firstLetter to use the image files: a.png, b.png, c.png from the firstLetter folder

Code: [Select]
<menu menuIndex="0" type="custom" imageType="firstLetter" scrollTime=".30" scrollAcceleration=".15" orientation="horizontal">
  <itemDefaults x="center" y="950" alpha="0" layer="10"/>
  <item />
  <item />
  <item selected="true" alpha="1"/>
  <item />
  <item />
</menu>

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: [WIP] Aura
« Reply #98 on: July 29, 2017, 07:24:27 PM »
Just returned from my vacation; I'll have a look soon.

Sent from my SM-G920F using Tapatalk


Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: [WIP] Aura
« Reply #99 on: August 01, 2017, 09:01:04 AM »
I'm also considering adding a reload flag to reloadable media so it gets reloaded (without animation) while scrolling. This would reduce the need for a new menu for every item you want reloaded while scrolling. Do keep in mind though that there's a performance impact depending on the speed of your storage medium; loading lots of art can really take up a lot of time.
« Last Edit: August 01, 2017, 09:05:22 AM by Pieter Hulshoff »

iGarikoitz

  • Full Member
  • ***
  • Posts: 109
  • Karma: +11/-8
    • View Profile
    • YouTube
Re: [WIP] Aura
« Reply #100 on: August 01, 2017, 01:00:27 PM »
it's a good idea. If you implement it I try and tell you if it works as I expect

johnsaints

  • Newbie
  • *
  • Posts: 41
  • Karma: +0/-0
    • View Profile
Re: [WIP] Aura
« Reply #101 on: August 13, 2017, 02:33:24 PM »
Hi. I really really like this theme. Do you guys have any release date for a preview build ?

Thank you for this work.

iGarikoitz

  • Full Member
  • ***
  • Posts: 109
  • Karma: +11/-8
    • View Profile
    • YouTube
Re: [WIP] Aura
« Reply #102 on: August 18, 2017, 06:41:30 PM »
Hi. I really really like this theme. Do you guys have any release date for a preview build ?

Thank you for this work.
I am debugging some animations and improving the overall quality of the layout.

@Pieter Hulshoff The reload flag to reloadable media (text, image and firstLetter) seems like a fantastic idea to me. When you can implement it, let me know so I can update my two Layouts and have them ready for the end of the month.

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: [WIP] Aura
« Reply #103 on: August 19, 2017, 07:39:56 AM »
Hi. I really really like this theme. Do you guys have any release date for a preview build ?

Thank you for this work.
I am debugging some animations and improving the overall quality of the layout.

@Pieter Hulshoff The reload flag to reloadable media (text, image and firstLetter) seems like a fantastic idea to me. When you can implement it, let me know so I can update my two Layouts and have them ready for the end of the month.

I'm currently in the process of transferring over to my new laptop, so I need a bit of time to get set up, but I'll see if I can find some time this week to add that in.

iGarikoitz

  • Full Member
  • ***
  • Posts: 109
  • Karma: +11/-8
    • View Profile
    • YouTube
Re: [WIP] Aura
« Reply #104 on: August 19, 2017, 04:07:55 PM »
Quote from: Pieter Hulshoff
I'm currently in the process of transferring over to my new laptop, so I need a bit of time to get set up, but I'll see if I can find some time this week to add that in.
Do not worry, take as long as you need. ;)