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

Pages: [1]
1
Themes / Re: [WIP] [Help] Theme For RPI GamingMediaCenter
« on: May 18, 2016, 01:51:21 PM »
Oïe thx bionictoothpick.

But i don't understand how to adapt this in the original layout (Verticool).

I try that for the background:

Code: [Select]
if (my_config["bg_image"]=="snap") {
 local getSnap = fe.get_art("snap");
 if (getSnap==""){
 local snapbg = fe.add_artwork("snes.png",0-(flw*0.1),0-(flh*0.1),flw*1.2,flh*1.2);
 }
 local bg=fe.add_artwork("snap",0-(flw*0.1),0-(flh*0.1),flw*1.2,flh*1.2);
 bg.video_flags=Vid.ImagesOnly;
 bg.preserve_aspect_ratio=false;
 bg.set_rgb(128,128,128);
}

but snes.png and "snap" artwork are loaded...

2
Themes / Re: [WIP] [Help] Theme For RPI GamingMediaCenter
« on: May 17, 2016, 05:13:01 AM »
Hi all, i need Help :


How to make it so there is no artwork for games I can display a background content in my layout file. it's possible?


Comment faire pour que si il n'existe pas d'artwork pour un jeux je puisse afficher un background contenu dans mon dossier layout. c'est possible?

3
Themes / [WIP] [Help] Theme For RPI GamingMediaCenter
« on: May 16, 2016, 06:31:56 PM »
Hi all!

Its 1080p Theme based on Verticool layout and inspirate of Velvet layout for my RPI :

Pages: [1]