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 - iGarikoitz

Pages: 1 ... 6 7 [8]
106
Share your theme / Re: (Wip) Aurora V2, I have to think about it
« on: April 22, 2017, 06:37:36 PM »
Looks good. How is the letter working in RetroFE?

I created an image with the full alphabet. Then I have created one by one the images with the selected letter and put them in "collections \ _common \ medium_artwork \ manufacturer" with the name "a", "b", "c" etc.

Now comes the trick:

It looks like my layout has games on the main page. Really are collections with a unique game.
* When I have more developed the layout, I will explain why I have done this ...

Example:
Collection: "Garou Mark of the Wolves" and inside the game "Garou Mark of the Wolves"

In the "Garou mark of the Wolves" folder in the "info.conf" file on the "manufacturer" part I have set "g"

Now using the code <reloadableImage mode = "common" type = "manufacturer">
I say to the RetroFe that when I select the collection "Garou mark of the Wolves" I load the image corresponding to the letter G selected.

107
Share your theme / Re: (Wip) Aurora V2, I have to think about it
« on: April 22, 2017, 05:56:46 PM »
This Layout is based on "Alaska" Kodi skin with some personal things https://www.youtube.com/watch?v=j-hn0ZIL-lg

New screenshot:



I have changed the information that appears under the name of the game for something more elegant and clear.

108
Share your theme / Aura
« on: April 16, 2017, 08:57:27 PM »


DOWNLOAD|GITHUB|YOUTUBE

This is a layout in which I have put all my dedication for more than two years to make it a reality. Thank you all for the continued support.

This is not going to stay here, I will continue adding improvements and ideas that you are commenting on, to make this layout a reference in the world of FrontEnd emulation.

Thanks to RetroFE and very specially, thanks Pieter Hulshoff, that without his great contributions this would not have been possible.

SCREENSHOTS





HOW TO START USING IT

First download the latest version from this link. After this, you need to download emulator and get ROMs to play.

EMULATORS

For arcade games RetroArch is used with the core final burn alpha by default. You can also use MAME if you prefer.

ARCADE (Using RetroArch)
  • Download and put inside the emulators folder
  • Open RetroArch and go to: Online Updater / core updater / and select Arcade (FB Alpha) to download de core.

ARCADE (Using MAME)
  • Download and put inside the emulators folder
  • Rename emulators/mame0204b_64bit folder to mame.
  • In each game you want to use MAME you need to find settings.conf inside the game folder. In launcher section, you have to replace final burn alpha with mame same as in the code below:
  • By default
    list.path= collections/%ITEM_COLLECTION_NAME%
    list.extensions= zip
    launcher= final burn alpha
    media.system_artwork= collections/%ITEM_COLLECTION_NAME%
  • Using MAME
    list.path= collections/%ITEM_COLLECTION_NAME%
    list.extensions= zip
    launcher= mame
    media.system_artwork= collections/%ITEM_COLLECTION_NAME%

ROMs

In Aura, the games are stored in packs, this is why everything related to each game has to go inside the folder of its respective folder, including its ROM.
  • Put ddonpach.zip ROM inside dodonpachi folder.
  • Put garou.zip and neogeo.zip ROMs inside garou mark of the wolves folder.
  • Put mslug3.zip and neogeo.zip ROMs inside garou metal slug 3 folder.
  • Put pbobblen.zip and neogeo.zip ROMs inside puzzle bobble folder.
  • Put sfiii3.zip ROM inside street fighter 3 3rd strike folder.

HOW TO ADD MY OWN GAMES

  • Images
    When you add a game, you have to include six images in JPG. Why in JPG image format? Because RetroFE works more fluid using JPG compared to PNG.
    • Cover Resolution: 460 x 690 pixels.
      Game artwork with logo.
    • Fanart Resolution: 1280 x 720 pixels.
      Same Game artwork occupying the entire width.
    • Fanart blur Resolution: 1280 x 720 pixels.
      Same Fanart image with 15% Gaussian blur.
    • Screenshot 1 Resolution: ? x 220 pixels (Depends on the screen ratio).
      Title screen. The height has to be 220 pixels.
    • Screenshot 2 Resolution: ? x 220 pixels (Depends on the screen ratio).
      First gameplay screenshot. The height has to be 220 pixels.
    • Screenshot 3 Resolution: ? x 220 pixels (depends on the screen ratio).
      Second gameplay screenshot. The height has to be 220 pixels.

RELEASE NOTES

Aura v1.0-beta 2
  • Change the way to show the features of the game towards a more intuitive way in the main menu.
  • Optimization of several images of the gamepad.
  • Updated game loading system to use the default RetroFE system to load RetroArch and MAME ROMs.
  • Added new game: Street Fighter III 3rd Strike.
Aura v1.0-beta 1
  • First Release

TO DO

  • Add Arcade input version (Developing)
  • Any suggestions?

109
Announcements / Re: RetroFE development
« on: April 01, 2017, 07:53:00 AM »
The loading of art now always waits until the animations are complete. The onHighlightExit animation doesn't trigger until all menu animations have stopped.

It's basically:
- menu actions
- onHighlightExit
- load art
- onHighlightEnter


Can I disable this? Because it break my theme

Pages: 1 ... 6 7 [8]