Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - STAiNLESS

Pages: [1]
1
Feature Requests / Suggestions / Width\Height = (percentage %)
« on: November 21, 2022, 07:57:50 PM »
Would it be possible to implement width\height as a percentage?

I have a lot of art for a lot of systems. It's difficult, if not impossible to get them to all scale correctly relative to the covers\medium_front without using individual layouts per system.
If I sized all my art to actual dimensions in px, then set height\width to say 50%, I think that would solve it.

2
Feature Requests / Suggestions / Alt. Launcher function
« on: December 10, 2021, 11:41:51 PM »
Alt. Launchers in collections folder to be named as per the launcher to use. Inside the alt. launcher file list the roms to use this launcher.

May save making individual alt. launcher for each game that requires one.

3
I'd like to be able to exclude game using the exclude.txt, but still have them show in playlists & .subs they are added to.

example use:

Excluding all Japanese roms from a collection but being able to show them in a "Japan" playlist.

4
Help / algorithms
« on: January 30, 2021, 02:12:11 AM »
Is it something I'm doing wrong, or do algorithms just not work?

<image src="images\RightLeft.png" x="left" y="top" xOrigin="left" yOrigin="top" height="200" width="200" layer="5">
       <onEnter>
          <set duration="5">
             <animate type="x" to="right" algorithm="easeoutexponential"/>
            <animate type="xOrigin" to="right"/>
            <animate type="y" to="bottom" algorithm="easeinexponential"/>
            <animate type="yOrigin" to="bottom"/>
         </set>
      </onEnter>

To me, the above should move a 200px square from top left corner to bottom right over 5 seconds.
But using easeoutexponential on the "x" animation should make it shoot right then slow down severely near the end of the 5 seconds.
Using easeinexponential on the "y" animation should make it very slowly start moving down then increase speed severely near the end of the 5 seconds.

Desired result being the 200px box moves along an arc path, from top left corner to bottom right, and not just a straight line through the middle.
Actual result, the box moves in straight path corner to corner through the middle.

So is my code wrong somewhere?

5
Feature Requests / Suggestions / Round Container
« on: August 26, 2020, 06:09:32 AM »
I'd like to see a round container.
specify x & y from center, specify diameter in pixels.

Also even radius corners of square container.

Then if ya want to get really clever, how about letters as containers.
Specify font, size etc, then each letter is like a window to whats hidden behind it. I'm picturing multiple reloadable videos showing through a word.

6
Share your theme / ORBiT Theme - WIP
« on: June 30, 2020, 06:59:22 AM »
Early WIP of horizontal spinning games menu-
https://youtu.be/OOVNplp1QUQ

I have not seen this style wheel before so thought I'd try it.

Or with logo switch option-
https://youtu.be/XwxTdsFK8zY

7
Feature Requests / Suggestions / Second reloadable video
« on: May 27, 2020, 11:11:05 PM »
I'd like to be able to have more than one "reloadable" video playing.
video
video1
video2
etc.

8
Feature Requests / Suggestions / RetroFE for Android
« on: March 16, 2020, 01:31:41 AM »
Would LOVE to have RetroFE on my Nvidia Shield TV  ;D

Pages: [1]