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.


Messages - MISAEL JUNIO DE OLIVEIRA

Pages: [1]
1
Share your theme / Design nostalgia e fluidez com modernidade
« on: January 17, 2023, 02:16:22 AM »
Hello! I'd like to share an idea of a theme I'm working on. It has a lot of animations and I'm finding it difficult to make everything smooth and without stopping the menu transition.

As soon as I overcome it, I share it with everyone. Until then, I would like your feedback. Any suggestions for changes are appreciated.

Below we have menu 0 with the choice of systems
Prancheta 1 by misael oliveira, no Flickr
The menu starts with the flayer using the system colors and then it goes to the left giving space to the information in a frame with the video.

in menu 1 i made many animations to relocate all the elements on the screen.
Prancheta 2 by misael oliveira, no Flickr
https://uploaddeimagens.com.br/imagens/5f83_7U

An important part of the theme's ambience is that it will have a menu song for menu 0 and another theme song per system.

the idea here is to offer a design composition that has nostalgia, a referential look with the system's identity and fluidity with modernity. It is a work in progress I hope to complete and share.
**I'm still thinking about the name.

2
Help / Help for better performance in the menus
« on: January 16, 2023, 03:06:15 AM »
Hello ! some animations are necessary in the <onMenuEnter> instance, however this animation cannot be canceled as in <onIdle> causing the experience to be blocked.

recently I'm cutting animations to have more fluid navigation for my themes. But I would like to overcome this limitation. It's possible ?

3
Share your theme / Re: Anostalgic
« on: August 15, 2019, 11:15:09 AM »
https://youtu.be/opGn3IUrqOY


follows a little of the progress of the theme. There is still a lot to do and it will look a little messy now. Unmatched icons and loose information on the screen, but a lot of implementations that made this theme well, more original.

Feedback will now be very important to review some decisions after all the theme will not be mine but community. My ambition is to bring a nostalgic video game affective memory experience to players using RetroFE.

NOTE: Sorry for the quality of the video and sound. Next time I will make a more suitable program.
       
how do i put the youtube video to appear in the forum post ?? (didn't work [media])

Cemu emulator worked normally, but Cantasia did not record

4
Share your theme / Re: Anostalgic
« on: July 25, 2019, 11:05:29 AM »
it would be very nice to have my theme there yes the idea is to share with everyone who wants to have a nostalgic experience  :)

5
Share your theme / Anostalgic
« on: July 25, 2019, 03:49:06 AM »

This is a layout that I initially had as a project for Hyperspin, but considering the difficulties and limitations there I am porting to RetroFe. The experience has been amazing considering the ingenious way RetroFe becomes flexible as you understand the plan's construction structure. The 3-year hyperspin effort has turned 2 months at RetroFe so far. This has several opportunities and nothing improved, but I would like to go sharing with you the evolution so that the feedbacks make this proposal evolve.

I'll soon record a video, but follow some prints of the main idea of the project
Main Menu Example




















example secondary menu







It has a lot of details of transitions and various refinements, in fact I can say what a rough job to do. Over time I will keep everyone aware of how the theme evolved. So, did you like it? any suggestion  ?

6
Help / Re: Put background music
« on: July 25, 2019, 02:48:32 AM »

241/5000
This solution is already valid for me, because I can put an audio file in the video format to play in the background while a followed video is muted.

How can I do this command to load mute video?
in my theme it looks like this:

Code: [Select]
<!-----------------Video----------------->

<reloadableVideo mode="Layout" imageType="video" maxwidth="720" maxHeight="480" x="900" y="430" xOrigin="center" yOrigin="center" alpha="0" layer="10">
<onMenuEnter menuIndex="1"><set duration=".2"><animate type="alpha" to="1"/><animate  type="xOffset" from="0"  to="900" /><animate  type="xOffset" to="2500" /><animate  type="yOffset" from="0"  to="430" /><animate  type="yOffset" to="430" /></set></onMenuEnter>
<onMenuExit menuIndex="1"><set duration=".5"><animate type="alpha" to="0"/><animate  type="xOffset" from="900"  to="0" /><animate  type="yOffset" from="430" to="0"/></set></onMenuExit>
<onMenuScroll><set duration=".001"><animate type="alpha" to="0"/></set></onMenuScroll>
<onMenuIdle><set duration="2"><animate type="nop"/></set><set duration="0.6"><animate type="alpha" to="1.0"/></set></onMenuIdle>
<onPlaylistExit><set duration="0.001"><animate type="alpha" to="0.0"/></set></onPlaylistExit>
<onPlaylistEntry><set duration="0.001"><animate type="alpha" to="0.0"/></set></onPlaylistEntry>
<onMenuJumpEnter><set duration="0.001"><animate type="alpha" to="0.0"/></set></onMenuJumpEnter>
<onMenuJumpExit><set duration="0.001"><animate type="alpha" to="0.0"/></set></onMenuJumpExit>
</reloadableVideo>


7
Help / Re: Use info .conf text in menu?
« on: July 24, 2019, 11:33:06 AM »
Oh, I wasn't familiar with hyperlist (never used Hyperspin).  This seems much more convenient, thank you!

I made the edits to the Hyperlist file as the example below, but could not have the same information ready to use in the menu as I make the request. Is the model below functional? If I understand correctly this is the best way to bring new information, correct?

Code: [Select]
  <game name="Ariel - The Little Mermaid (Brazil)" index="true" image="a">
    <description>Ariel - The Little Mermaid (Brazil)</description>
<title>Ariel - The Little Mermaid</title>
<dev>BlueSky Software</dev>
<pub>Tec Toy</pub>
<player>1 Player</player>
<peripheral>Controle de 2 botões</peripheral>
<Size>2 MEGA</Size>
<Sound>PSG sound</Sound>
<Resolution>256×224</Resolution>
<Country>Brazil</Country>
<idiom>Inglês</idiom>
<Media>cartridge</Media>
<Data>No Save/No Password</Data>
<score>2.5</score>
<other>Levels 6</other>
        <manufacturer>BlueSky Software</manufacturer>
       <year>1996</year>
       <genre>Action</genre>
       <rating>Other - NR (Not Rated)</rating>
       <enabled>Yes</enabled>
  </game>


8
Help / Put background music
« on: July 24, 2019, 11:27:01 AM »
I'm making a theme that has videos in the main and secondary (platforms) menu, but I don't want them with sound and I want to put a background song for each theme. This is crucial to the experience I am proposing on the subject. can anyone help me with any solution?

Pages: [1]