The NEW Build Your Own Arcade Controls

Main => Software Forum => Linux => Topic started by: codefenix on July 25, 2012, 10:01:24 pm

Title: [SOLVED] Cabrio FE Platform Images
Post by: codefenix on July 25, 2012, 10:01:24 pm
This is a long shot, but does anyone know how to get the platform images to show up in Cabrio FE?  I downloaded the images offered on Cabrio's Artwork page (http://www.cabrio-fe.org/artwork/ (http://www.cabrio-fe.org/artwork/)), but I cannot figure out how to get them to show up.  It's not mentioned in the documentation.
Title: Re: Cabrio FE Platform Images
Post by: Hunk_4TH on July 30, 2012, 11:50:17 am
I'm not really sure man. But quick question, how did you get Cabrio to install/run? I can never get it to install :( Don't mean to hijack your thread btw this is just really been bugging me and the dev wasn't any help.
Title: Re: Cabrio FE Platform Images
Post by: codefenix on July 31, 2012, 08:38:12 am
It's ok.  Although I wish you had an answer for my question!   :hissy:

I managed to install successfully by modifying the includes in the source file headers.  You'll see which ones you need to fix when you try to build and it fails.  This is supposedly fixed in the last update though.  Did you try installing the DEB package?

And I feel your pain about the lack of support.  I don't mean to speak poorly about the developer, as what he has accomplished with Cabrio is very impressive.  But the last time I reached out to him to ask questions, he responded saying that the frontend basically does what he wants and he has no plans to put much else into it.  This apparently includes documentation and support.

I guess I'll stick with Wah!Cade until this gets resolved.  Wish Linux had more actively supported frontend options.   ::)
Title: Re: Cabrio FE Platform Images
Post by: Hunk_4TH on August 12, 2012, 12:54:32 am
Sorry for the late reply. And sorry for not having a answer to your original question :( I have tried installing it via deb with no luck. I pretty much gave up. It does suck that Linux users don't get the frontend love that Windows users get. I would love to switch to Linux but things like this just keep me in Windows. Anyway that reply sounds kind of ---smurfy--- (not yours but the dev's)

*Edit* I like Wahcade myself but we gotta be honest it's look is so outdated :(

Title: Re: Cabrio FE Platform Images
Post by: codefenix on August 13, 2012, 11:30:56 am
*Edit* I like Wahcade myself but we gotta be honest it's look is so outdated :(

I wouldn't say that.  It has everything Mala has except for sound effects, and Mala is regarded as one of the better frontends.  I've seen some creative use of Wahcade's Layout Editor.  Check the Wah!Ki (http://wahki.mameau.com/index.php?title=Main_Page) page for ideas when you get a chance:

Layout Editor:Layering & Transparency (http://wahki.mameau.com/index.php?title=Layout_Editor:Layering_%26_Transparency)
Title: [Solved] Cabrio FE Platform Images
Post by: codefenix on August 22, 2012, 05:06:59 pm
There's a development board for Cabrio FE now, which just opened within the last few months (https://groups.google.com/forum/#!forum/cabrio-fe-dev (https://groups.google.com/forum/#!forum/cabrio-fe-dev)).  I asked my question there, and got a polite response.  The following needs to be added to the locations node in the config.xml in order for the platform images to show up:

Code: [Select]
    <location>
      <type>platform</type>
      <directory>/path/to/platform_images</directory>
    </location>

Now it's working, and looks great.  Hopefully this helps someone else.

Hunk, I suggest you take your question about compiling to the development forum.  They might be able to help you out, too.