Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: It this possible?  (Read 5472 times)

0 Members and 1 Guest are viewing this topic.

Wayside

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 26
  • Last login:January 24, 2016, 09:55:55 am
  • I want to build my own arcade controls!
It this possible?
« on: February 22, 2015, 06:01:52 pm »
Using mala layout, is there a way that when a specific game is highlighted, I can have a section (like the screenshot or marquee or text info) that will display a custom text for each individual game?

I have so many random games that are fun, but without committing them all to memory, I sometimes forget what buttons do what in the game.

For example:
I highlight rampage world tour.  On the left i would like a custom text to say "button 1 = punch  button 2 = kick button 3 = jump"
Then I move one game down and its street fighter.  I want the text to change and say different text and so on, and so on.

Is this possible?

Thanks for your time

BorgDog

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 436
  • Last login:August 22, 2021, 02:22:52 pm
  • Not a hipster for over 50 years!
Re: It this possible?
« Reply #1 on: February 22, 2015, 10:51:31 pm »
I'm doing something similar by using the control panel pictures, that shows what each button on my layout does for that game as I don't have my games buttons labeled, and has the unused buttons kind of grayed out.  attached is a pic of one of them.  I don't know if you can do a text box for them, but if nothing else you could make an image of the text and use the same method I did.

« Last Edit: February 23, 2015, 09:05:34 am by BorgDog »
My Projects:
MisSpent Youth a Vigolix bartop,  Little Bastard a rotating tablet/display bartop,
Pin-Dog a mini pin-cab on vpforums.org  Star Wars a wedgehead pincab on vpinball.com

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 20, 2025, 05:12:51 am
    • My personal forum
Re: It this possible?
« Reply #2 on: February 23, 2015, 03:08:30 am »
I've never heard adding text but It's possible to add a pic like BorgDog told you.
Greetings.

Wayside

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 26
  • Last login:January 24, 2016, 09:55:55 am
  • I want to build my own arcade controls!
Re: It this possible?
« Reply #3 on: February 23, 2015, 06:53:56 am »
Thats what I thought.  Thanks for that Borgdog!

bmanbdaman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:May 09, 2018, 10:03:23 pm
  • I want to build my own arcade controls!
Re: It this possible?
« Reply #4 on: February 23, 2015, 08:11:02 pm »
You can use text based on many settings that are defined. I just updated a template with a Text Object and added this.

Code: [Select]
Pattern=B1: ~c_button1 B2: ~c_button2 B3: ~c_button3 B 4: ~c_button4
And it shows the text just fine. Also searched and found answer already given  here.
« Last Edit: February 23, 2015, 08:19:12 pm by bmanbdaman »

Wayside

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 26
  • Last login:January 24, 2016, 09:55:55 am
  • I want to build my own arcade controls!
Re: It this possible?
« Reply #5 on: February 23, 2015, 09:55:12 pm »
ty for the tip!

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 20, 2025, 05:12:51 am
    • My personal forum
Re: It this possible?
« Reply #6 on: February 24, 2015, 03:22:04 am »
You can use text based on many settings that are defined. I just updated a template with a Text Object and added this.

Code: [Select]
Pattern=B1: ~c_button1 B2: ~c_button2 B3: ~c_button3 B 4: ~c_button4
And it shows the text just fine. Also searched and found answer already given  here.

But, when I select the KungFu Master game, I would like to see a text saying "My favourite game..." and when I select the Commando see the text : "I hate this game...". I think this is imposible,isn't?
Thanks

bmanbdaman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:May 09, 2018, 10:03:23 pm
  • I want to build my own arcade controls!
Re: It this possible?
« Reply #7 on: February 25, 2015, 09:47:06 pm »
There is a text option for the miscDetails section in controls.ini. You could modify that file and re-import your roms to make a new Mala gamelist or use romlister to merge it for you. Then use Pattern=~c_details for a Text Object in your template. That may work.

It could be easier to modify the history.dat and show that comment in an Info window or maybe create a Game List called Favorites.

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 20, 2025, 05:12:51 am
    • My personal forum
Re: It this possible?
« Reply #8 on: February 26, 2015, 01:43:57 am »
There is a text option for the miscDetails section in controls.ini. You could modify that file and re-import your roms to make a new Mala gamelist or use romlister to merge it for you. Then use Pattern=~c_details for a Text Object in your template. That may work.

It could be easier to modify the history.dat and show that comment in an Info window or maybe create a Game List called Favorites.

It could be a solution. Good idea,thanks.

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 20, 2025, 05:12:51 am
    • My personal forum
Re: It this possible?
« Reply #9 on: March 13, 2015, 02:59:50 am »
Using mala layout, is there a way that when a specific game is highlighted, I can have a section (like the screenshot or marquee or text info) that will display a custom text for each individual game?

I have so many random games that are fun, but without committing them all to memory, I sometimes forget what buttons do what in the game.

For example:
I highlight rampage world tour.  On the left i would like a custom text to say "button 1 = punch  button 2 = kick button 3 = jump"
Then I move one game down and its street fighter.  I want the text to change and say different text and so on, and so on.

Is this possible?

Thanks for your time

Take a look here. It'll be available very soon...
Greetings.