This is the 6th version of my MOD for the
Alaska Revisted theme for the
Launcher Addon use.
This version add nothing new, but it is just compatible with the last version
Alaska Revisted (1.7.4). Since version 1.7.4 of
Alaska Revisted add panel views for Addons, this mod his very smaller than my previous mod version. I have also removed the landscape views for console, beacause I was not totally satisfy of it.
Installation:
1. First, replace the
/addons/skin.alaska.revisited/720p/Viewtype_Panel.xml by this one:
http://pastebin.com/cgm8NuDB
2. Next, add the following line at the end of
/addons/skin.alaska.revisited/language/English/strings.xml before
</strings>
Code:
<string id="40000">PANEL BANNER</string>
3.Finally, replace the
/addons/plugin.program.launcher/resources/lib/launcher_plugin.py[i] code of Launcher Addon (v1.10.2) by this one: http://pastebin.com/F53888EC
Example of wide panel view (and corresponding launchers.xml code lines)
![[Image: screenshot000t.jpg]](http://img178.imageshack.us/img178/3885/screenshot000t.jpg)
Code:
<rom>
<name>Excitebike 64</name>
<filename>/mnt/multimedias/consoles/nintendo64/roms/Excitebike 64.z64</filename>
<thumb>/mnt/multimedias/consoles/nintendo64/covers/Excitebike 64.jpg</thumb>
<fanart>/mnt/multimedias/consoles/nintendo64/fanarts/Excitebike 64.jpg</fanart>
<genre>Racing</genre>
<release>2000</release>
<publisher>Left Field Productions</publisher>
<gameplot>One of the most requested sequels to an NES game finally has been developed: Excitebike has received its 64-bit upgrade. Coming from Left Field Productions, developer of NBA Courtside, is Nintendo's latest entry into the sports world. Excitebike 64 takes advantage of the current Supercross/Motocross craze.</gameplot>
</rom>
Example of tall panel view (and corresponding launchers.xml code lines)
![[Image: screenshot001ks.jpg]](http://img716.imageshack.us/img716/6161/screenshot001ks.jpg)
Code:
<rom>
<name>The King of Fighters '97</name>
<filename>/mnt/multimedias/consoles/neogeo/roms/kof97.zip</filename>
<thumb>/mnt/multimedias/consoles/neogeo/covers/kof97.jpg</thumb>
<fanart>/mnt/multimedias/consoles/neogeo/fanarts/kof97.jpg</fanart>
<genre>Fighting</genre>
<release>1997</release>
<publisher>SNK</publisher>
<gameplot>1800 years ago the Orochi first made an appearance in the world, causing massive destruction and death. But two clans faced the Orochi and managed to prevail. Their names were Kusanagi and Yagami. Then the clan of Yata sealed the Orochi power to keep it from returning to the world. But 660 years ago the Yagami clan, jealous of the power of the Kusanagi, made a pact with the Orochi. Orochi blood ran through the Yagami, and flames they were able to shoot turned from crimson to purple.</gameplot>
</rom>
Actually the scrapper of the launcher adddon only support (more or less) the automatic add/importation of covers images (thumbs). For the other information (screenshot, games genre and games plot) you have to add them manually into the [i]userdata/addon_data/plugin.program.launcher/launchers.xml file. That's still not perfect, but it works.