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

Pages: [1]
1
General / Re: Weird rom list navigation
« on: June 13, 2020, 04:10:08 AM »
It seems that the "." in game titles starting with "Vs." is causing problems for the A-M games list sorting. If I remove the "." in all of the game titles, I can skip from "U" to "V" to "W" using the right arrow key (Next Letter). This is a reasonable alternative for me. However, I would like to resolve the issue with game titles beginning with "The". I know I can rename the titles to move the "The" to the end of the title (e.g. "Killing Blade, The") but I'm not satisfied with that workaround. I would really appreciate any other suggestions to fix this, if possible.

Cheers,
Matthew

2
General / Re: Weird rom list navigation
« on: June 11, 2020, 12:11:10 AM »
This is probably an artifact due to the fact that "The" and "Vs." are skipped in the romlist sorting. Now I don't remember correctly because I encountered the same issue some time ago for my layout, but it seems that next letter considers "V" as the starting letter of items with "Vs. " at the beginning of the name.

Is your "All" filter sorted? This has an impact on the next/prev letter if i remember correctly...

This is the command being used to create the games list file that Attract-Mode references:

cat Arcade.txt | sort -t ";" -k2 > allGames.txt

Would this "sort" option be causing the issue?

This is the line from the attract.cfg file:

display   All Games
   layout               AttracMan
   romlist              allGames
   in_cycle             yes
   in_menu              yes
   filter               All
   filter               Favourites
   rule                 Favourite equals 1

Cheers,
Matthew

3
General / Re: Weird rom list navigation
« on: June 10, 2020, 11:53:39 PM »
I'm confused..

so you can jump from say E to F....ect correctly

then when you get to the letter V you have to cycle through them one by one till you get to W?

I can go through the letters from A to T without issue. However, pressing the right arrow key (Next Letter) from the first game name starting with "T" will jump to the first game name that starts with "The" (not to "U" like I expected). I then have to press the right arrow key continually until I get past the last game name starting with "The", then I can jump to the letter "U".

Using this list as an example:

Start here -> asuka;Asuka & Asuka (Japan);advmame;;1988;Taito Corporation;;;;;;;;;;;
Press right arrow key (Next Letter)
Jumps to here -> sabotenb;Saboten Bombers (set 1);advmame;;1992;NMK / Tecmo;;;;;;;;;;
Press right arrow key (Next Letter)
Jumps to here -> ttchamp;Table Tennis Champions (set 1);advmame;;;Gamart;;;;;;;;;;
Press right arrow key (Next Letter)
Jumps to here -> tgmj;Tetris The Grand Master (JAPAN 980710);advmame;;1998;Capcom/Arika;;;;;;;;;;
Press right arrow key (Next Letter)
Jumps to here -> mrflea;The Amazing Adventures of Mr. F. Lea;advmame;;1982;Pacific Novelty;;;;;;;;;;
Press right arrow key (Next Letter)
Jumps to here -> thedeep;The Deep (Japan);advmame;;1987;Woodplace Inc.;;;;;;;;;;
Press right arrow key (Next Letter)
Jumps to here -> tinstar;The Tin Star;advmame;;1983;Taito Corporation;;;;;;;;;;
Press right arrow key (Next Letter)
Jumps to here -> thief;Thief;advmame;;1981;Pacific Novelty;;;;;;;;;;
Press right arrow key (Next Letter)
Jumps to here -> ufosensi;Ufo Senshi Yohko Chan;advmame;;1988;Sega;;;;;;;;;;

Cheers,
Matthew

4
General / Re: Weird rom list navigation
« on: June 09, 2020, 12:02:27 AM »
Any ideas?

5
General / Weird rom list navigation
« on: June 02, 2020, 08:42:19 PM »
Hi all,

I have connected my Rpi3 to a HD TV and I use the AttracMan layout for the games list in Attract-Mode. I have configured the "Left" & "Right" arrow keys to jump to the "Previous Letter" & "Next Letter", which works for the most part. However, when the current letter is "T" and I press the right arrow key (Next Letter), instead of jumping to the letter "U" it jumps to the first game with "The" at the beginning of the title. I have to keep pressing the right arrow key until I reach the last game with "The" at the beginning of the title, then it will jump to the letter "U". Similarly, if the current letter is "V", pressing the right arrow key (Next Letter) will jump to the first game with "Vs" at the beginning of the title. I have to keep pressing the right arrow key until I reach the last game with "Vs" at the beginning of the title, then it will jump to the letter "W". I have looked through all of the Attract-Mode settings but I have been unable to find anything that could explain this behaviour. Any suggestions why this could be happening?

Example rom list:

sabotenb;Saboten Bombers (set 1);advmame;;1992;NMK / Tecmo;;;;;;;;;;
ttchamp;Table Tennis Champions (set 1);advmame;;;Gamart;;;;;;;;;;
tgmj;Tetris The Grand Master (JAPAN 980710);advmame;;1998;Capcom/Arika;;;;;;;;;;
mrflea;The Amazing Adventures of Mr. F. Lea;advmame;;1982;Pacific Novelty;;;;;;;;;;
thedeep;The Deep (Japan);advmame;;1987;Woodplace Inc.;;;;;;;;;;
theend;The End;advmame;;1980;Konami;;;;;;;;;;
tinstar;The Tin Star;advmame;;1983;Taito Corporation;;;;;;;;;;
thief;Thief;advmame;;1981;Pacific Novelty;;;;;;;;;;
ufosensi;Ufo Senshi Yohko Chan;advmame;;1988;Sega;;;;;;;;;;
valkyrie;Valkyrie No Densetsu (Japan);advmame;;1989;Namco;;;;;;;;;;
vblokbrk;VS Block Breaker (Asia);advmame;;1997;Kaneko / Mediaworks;;;;;;;;;;
cstlevna;Vs. Castlevania;advmame;;1987;Konami;;;;;;;;;;
wrecking;Vs. Wrecking Crew;advmame;;1984;Nintendo;;;;;;;;;;
vulcan;Vulcan Venture;advmame;;1988;Konami;;;;;;;;;;
wacko;Wacko;advmame;;1982;Bally Midway;;;;;;;;;;

Cheers,
Matthew

6
Scripting / Re: Attract-Mode game list question
« on: November 23, 2016, 02:35:48 AM »
you can use the  "scrollingtext.nut" located in <modules\objects  folder
read the nut file their is an example in it that should get you started

than make a "list"  and set the hi-lighted current game,, alpha to 0  and put your scrolling text in the center..
make both fonts the same.

I can show you an example if you want.....later tonight when i get home from work...

Thanks for your reply. Is it possible to use an existing Attract Mode theme (Pac-Man) or do I have to create my own?

Cheers,
Matthew

7
Scripting / Attract-Mode game list question
« on: November 19, 2016, 04:06:42 AM »
Hi all,

In Attract-Mode, is there any way of making the game name scroll when it is highlighted?  Some of the names are really long but they are truncated.

Cheers,
Matthew

8
General / Re: Attract-Mode game list questions
« on: November 19, 2016, 03:50:46 AM »
Will do, thanks :)

Cheers,
Matthew

9
General / Re: Attract-Mode game list questions
« on: November 17, 2016, 10:42:22 PM »
I managed to remove the blank entries by comparing my ROM set filenames against the LST file. However, I am still interested to know if it would be possible to get the game name to scroll when it is highlighted in Attract-Mode?

Cheers,
Matthew

10
General / Attract-Mode game list questions
« on: October 17, 2016, 10:38:13 PM »
Hi all,

I'm new to the forum, I have recently purchased an RPi 3 board which is running Attract-Mode as the front-end (Pac-Man theme). I love the theme, but there are a couple of things I would like to change, if possible:

- Is there any way of making the game name scroll when it is highlighted? Some of the names are really long but they are truncated.
- I have noticed when scrolling through the game list that there are blank entries, both within, and between, the emulators. Is there a way to hide/remove those entries?

Cheers,
Matthew

Pages: [1]