1
Themes / Re: Robospin alternative Cabinet Art to robo&moon
« on: January 29, 2020, 06:22:03 AM »
Great work...

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.
function _signals(signal_str)
{
switch(signal_str)
{
// ignore signals at start or end of list when looping is false
case "prev_game":
if(this._loop == false && fe.list.index == 0) return true;
break;
case "next_game":
if(this._loop == false && fe.list.index == fe.list.size-1) return true;
break;
// do not update selection for these signals
case "prev_letter":
case "next_letter":
case "random_game":
case "add_favourite":
case "prev_favourite":
case "next_favorite":
this._ignoreNewSelection = true;
break;
}
return false;
}
function _signals(signal_str)
{
switch(signal_str)
{
// ignore signals at start or end of list when looping is false
case "prev_game":
if(this._loop == false && fe.list.index == 0) return true;
break;
case "next_game":
if(this._loop == false && fe.list.index == fe.list.size-1) return true;
break;
case "prev_filter":
case "next_filter":
this._selected = 0;
fe.list.index = 0;
break;
// do not update selection for these signals
case "prev_letter":
case "next_letter":
case "random_game":
case "add_favourite":
case "prev_favourite":
case "next_favorite":
this._ignoreNewSelection = true;
break;
}
return false;
}
Running at 4K res and boxart/title/list/background logo isnt scaled properly?
This is why I created the leap plugin two years ago. I will eventually add it into attract source to automatically skip an empty filter. But lot’s of things in the works at the moment.
One way of doing things might be to create only a masterlist rather then different system lists and access the different lists data from masterlist e.g. for sega genesis create a rule [Magic Token] equals to sega_genesis. This would auto create single fav/ played time etc since we are following a single masterlist. Filters for system can be made by two or more rules so shouldn't be difficult.
The only issue is if AM will take more time processing the masterlist. MAME has around 6500 entries, Amiga has around 5000 so masterlist could potentially contain tens of thousands entries.
that code was made by somone who knows scripting better than me,
the code was given from "zpaolo11x" as contribution on this thred, to help build
advanced scroll bar, http://forum.attractmode.org/index.php?topic=2864.0
i just modifide it to go fetch the alphabet png's
he would be the one who could fix this, i bet
sent, test theme....