Attract-Mode Support > Scripting

Display menu layout with number of roms for each emulator display

(1/2) > >>

janfribogar:
Hi,

I want to see the number of roms inside a display in the display menu for each system.

Can someone help me with that?

Thanks in advance!

BOXXMAN:
Try this.

--- Code: ---fe.add_text("[ListEntry] / [ListSize]", flx*,fly*,flw*,flh*);
--- End code ---
That will show the number of the entry on the left, and whole list size on right, or if you just want the rom count only, use [ListSize] only.

BadFurDay:

--- Quote from: BOXXMAN on June 20, 2017, 10:51:00 PM ---Try this.

--- Code: ---fe.add_text("[ListEntry] / [ListSize]", flx*,fly*,flw*,flh*);
--- End code ---
That will show the number of the entry on the left, and whole list size on right, or if you just want the rom count only, use [ListSize] only.

--- End quote ---

This just lists how many displays there are to choose from, the OP was asking about having how many roms inside the display to show. If this is even possible of course.

jedione:
bump...this would be great if anyone knows how to do this....

BOXXMAN:

--- Quote from: BadFurDay on July 16, 2017, 05:01:34 PM ---
--- Quote from: BOXXMAN on June 20, 2017, 10:51:00 PM ---Try this.

--- Code: ---fe.add_text("[ListEntry] / [ListSize]", flx*,fly*,flw*,flh*);
--- End code ---
That will show the number of the entry on the left, and whole list size on right, or if you just want the rom count only, use [ListSize] only.

--- End quote ---

This just lists how many displays there are to choose from, the OP was asking about having how many roms inside the display to show. If this is even possible of course.

--- End quote ---

Sorry, misunderstood what you were asking for. No, as far as I know, there is no provision for displaying anything text related other than the name of the display on the displays menu. You can display art assets of you have a menu-art folder in your main directory, but as far as anything related to text options, no. I have been trying to find a way to put up system info or overview for systems in the display menu and have run into the same problem.

Navigation

[0] Message Index

[#] Next page

Go to full version