RetroFE forums

Artwork & Layouts => Share your theme => Topic started by: ryuuji on December 16, 2016, 03:58:47 PM

Title: Ergo Proxy
Post by: ryuuji on December 16, 2016, 03:58:47 PM
https://youtu.be/j4W7-_Bovk4

Ergo Proxy v.0 available (includes artwork for over 30 systems)

https://drive.google.com/open?id=0By6HlslGsvfhQWd3LWo2MXA5MVk (https://drive.google.com/open?id=0By6HlslGsvfhQWd3LWo2MXA5MVk)

The necessary PSDs

https://drive.google.com/file/d/0By6HlslGsvfhWlNQWlhNeGFick0 (https://drive.google.com/file/d/0By6HlslGsvfhWlNQWlhNeGFick0)

(http://i64.tinypic.com/2dkxs3d.jpg)

(http://i66.tinypic.com/2u7aq1g.jpg)
Title: Re: Ergo Proxy
Post by: Pieter Hulshoff on December 16, 2016, 05:44:53 PM
Cool! 😀 I'll test it, and put it up on the download page if that's ok with you?

Sent from my SM-G920F using Tapatalk

Title: Re: Ergo Proxy
Post by: ryuuji on December 16, 2016, 07:33:28 PM
Yes it is alright :)
Title: Re: Ergo Proxy
Post by: ryuuji on December 17, 2016, 07:26:11 PM
new xmls available :
-layout.xml=layout default.xml    =>    menu always visible
-layout menuhides.xml
Title: Re: Ergo Proxy
Post by: ryuuji on December 29, 2016, 06:32:51 PM
https://youtu.be/j4W7-_Bovk4
Title: Re: Ergo Proxy
Post by: Pieter Hulshoff on January 02, 2017, 01:55:48 PM
Tested, updated, and uploaded to the download section. Small suggestion: for use in Linux it's important that the filename is case sensitive. I had to correct the font names in the xml files to make them work. :)
Title: Re: Ergo Proxy
Post by: ryuuji on January 02, 2017, 06:11:27 PM
Cool and thanks for the tips :)
Title: Re: Ergo Proxy
Post by: johnsaints on January 02, 2017, 08:16:36 PM
Good job, it's a cool theme.

I'm using it at the moment, however I have a problem. I created some collections and made some images. Collections load normally at first, but when entering the games part, the program closes.

When entering the standard collection (Sega genesis), it works normally.

Any tip? Thanks.
Title: Re: Ergo Proxy
Post by: ryuuji on January 02, 2017, 08:20:07 PM
Hmm... probably p.hulshoff can help with that issue, just post your log.txt here and wait for him to figure it out.
I just make layouts :P not much of a issue fixer :P
Title: Re: Ergo Proxy
Post by: johnsaints on January 02, 2017, 08:47:01 PM
Ok. Thank you.

The only collection that works is the Sega Genesis, which already comes with a game.

EDIT: I'm getting it fixed, now I'm trying to link the Roms to the emulators.

A doubt, in the games part, how I edit that part where it places the category, number of players, etc. Thanks.
Title: Re: Ergo Proxy
Post by: ryuuji on January 02, 2017, 09:49:46 PM
in ErgoProxy layout folder  layout.xml you can find the necessary fields

Code: [Select]
<reloadableText type="genre" alpha="0" x="743" y="982" xOrigin="center" yOrigin="bottom" maxWidth="198" fontSize="42" loadFontSize="42" fontColor="ffffff" layer="19">
    <onMenuEnter menuIndex="1">
      <set duration=".5">
        <animate type="alpha" from="0" to="0" algorithm="easeinquadratic"/>
      </set>
      <set duration=".01">
        <animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
      </set>
    </onMenuEnter>
  <onMenuScroll menuIndex="0">
    <set duration=".01">
  <animate type="alpha" to="0" algorithm="easeinquadratic" />
    </set>
  </onMenuScroll>
    <onMenuExit menuIndex="1">
      <set duration=".01">
        <animate type="alpha" to="0" algorithm="easeinquadratic"/>
      </set>
    </onMenuExit>
    <onHighlightEnter menuIndex="1">
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
      </set>
    </onHighlightEnter>
  </reloadableText>

<reloadableText type="numberPlayers" alpha="0" x="1020" y="982" xOrigin="center" yOrigin="bottom" fontSize="42" loadFontSize="42" fontColor="ffffff" layer="19">
    <onMenuEnter menuIndex="1">
      <set duration=".5">
        <animate type="alpha" from="0" to="0" algorithm="easeinquadratic"/>
      </set>
      <set duration=".01">
        <animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
      </set>
    </onMenuEnter>
  <onMenuScroll menuIndex="0">
    <set duration=".01">
  <animate type="alpha" to="0" algorithm="easeinquadratic" />
    </set>
  </onMenuScroll>
    <onMenuExit menuIndex="1">
      <set duration=".01">
        <animate type="alpha" to="0" algorithm="easeinquadratic"/>
      </set>
    </onMenuExit>
    <onHighlightEnter menuIndex="1">
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
      </set>
    </onHighlightEnter>
  </reloadableText>

<reloadableText type="year" alpha="0" x="1300" y="982" xOrigin="center" yOrigin="bottom" fontSize="42" loadFontSize="42" fontColor="ffffff" layer="19">
    <onMenuEnter menuIndex="1">
      <set duration=".5">
        <animate type="alpha" from="0" to="0" algorithm="easeinquadratic"/>
      </set>
      <set duration=".01">
        <animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
      </set>
    </onMenuEnter>
  <onMenuScroll menuIndex="0">
    <set duration=".01">
  <animate type="alpha" to="0" algorithm="easeinquadratic" />
    </set>
  </onMenuScroll>
    <onMenuExit menuIndex="1">
      <set duration=".01">
        <animate type="alpha" to="0" algorithm="easeinquadratic"/>
      </set>
    </onMenuExit>
    <onHighlightEnter menuIndex="1">
      <set duration=".01">
        <animate type="alpha" to="1" algorithm="easeinquadratic"/>
      </set>
    </onHighlightEnter>
  </reloadableText>
Title: Re: Ergo Proxy
Post by: johnsaints on January 02, 2017, 10:09:46 PM
I do not know if I explained it correctly. I've added new roms, and the fields where the category is placed, number of players, year, are empty. I just want to put this information. I sent you an image for you to see. Thank you.
Title: Re: Ergo Proxy
Post by: Pieter Hulshoff on January 03, 2017, 09:12:16 AM
Ok. Thank you.

The only collection that works is the Sega Genesis, which already comes with a game.

EDIT: I'm getting it fixed, now I'm trying to link the Roms to the emulators.

A doubt, in the games part, how I edit that part where it places the category, number of players, etc. Thanks.

This issue deserves its own thread next time; it's not very theme related. :) I will answer your questions though:
- If RetroFE closes unexpectedly, you can usually find the reason in the log.txt file. It's more often than not an incorrectly defined collection, though I really should consider not crashing on them.
- If you add new information to the XML files, you need to remove meta.db so RetroFE can add the information. I still plan on adding an automatic date check so RetroFE can do that by itself, but for now you'll have to delete it manually.
Title: Re: Ergo Proxy
Post by: johnsaints on January 03, 2017, 01:25:34 PM
Ok. Thank you.

The only collection that works is the Sega Genesis, which already comes with a game.

EDIT: I'm getting it fixed, now I'm trying to link the Roms to the emulators.

A doubt, in the games part, how I edit that part where it places the category, number of players, etc. Thanks.

This issue deserves its own thread next time; it's not very theme related. :) I will answer your questions though:
- If RetroFE closes unexpectedly, you can usually find the reason in the log.txt file. It's more often than not an incorrectly defined collection, though I really should consider not crashing on them.
- If you add new information to the XML files, you need to remove meta.db so RetroFE can add the information. I still plan on adding an automatic date check so RetroFE can do that by itself, but for now you'll have to delete it manually.

Thank you. Yesterday I was able to solve it. My problem is to be able to edit the game information in the theme, like in the image I sent above. And also loading some game, I point to where the emulator is but it does not start.
Title: Re: Ergo Proxy
Post by: Pieter Hulshoff on January 03, 2017, 06:25:38 PM
As said: delete meta.db after adding information to the xml files.

As for the emulator part: send me your log.txt after trying to run a game, and I'll have a look.

Sent from my SM-G920F using Tapatalk

Title: Re: Ergo Proxy
Post by: johnsaints on January 03, 2017, 07:40:04 PM
Here's the log (I tried to send by pm or email but I did not find the option to link the log). Thanks.

EDIT: I just solved the problem. The folders in my emulators contained the # character at the beginning. Example: # Sega Genesis. Then I imagined that the program, reading this character, stopped there. I removed the character and now the game runs. This is a tip if you can change the code to work around similar problems.
Title: Re: Ergo Proxy
Post by: Pieter Hulshoff on January 03, 2017, 08:06:05 PM
# is the traditional token used for comment lines in many script languages. RetroFE uses it for the same purpose.

Sent from my SM-G920F using Tapatalk