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: looking for a good front end to fit my needs  (Read 1961 times)

0 Members and 1 Guest are viewing this topic.

WORMofAK

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:September 03, 2005, 02:07:19 pm
  • I want to build my own arcade controls!
looking for a good front end to fit my needs
« on: August 26, 2005, 03:27:24 pm »
This is my first Cab and im looking for a frontend that will be able to use total arcade controls, windows 98, its a cocktail cab so flip screen, be able to load a game on computer start up so it looks authentic, jukebox, and mame . all the games i will be playing are rather simply so flashy screen shots aren't really needed.

The main thing i never seem to find is have a game load on computer start up, maybe this is easy to accomplish i just don't know.

feel free to call me an idiot like i said this is my first cab but any help would be great thanks.

WORM

loadman

  • Wiki Contributor
  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: looking for a good front end to fit my needs
« Reply #1 on: August 26, 2005, 06:19:24 pm »
Quote
The main thing i never seem to find is have a game load on computer start up, maybe this is easy to accomplish i just don't know.

One option is to have a simple batch file in the start-up folder. The first line launches a game. and the next line launches your FE. So when you quit your game it will load the FE

I used to have this arrangement and it worked well.

IE 

@echo off
cd C:\mametable\mame
mame invaders
cd C:\mametable\mala
mala

youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: looking for a good front end to fit my needs
« Reply #2 on: August 28, 2005, 04:33:16 am »
The Batch method works well.

But i plan to add this kind of feature in my FE.  What would be your requisites?

- Start on for a random game ?
- Start on a given game?
- Start on the last game played?

Except that feature not yet implemented, my FE should fit your needs.




WORMofAK

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:September 03, 2005, 02:07:19 pm
  • I want to build my own arcade controls!
Re: looking for a good front end to fit my needs
« Reply #3 on: September 03, 2005, 02:05:40 pm »
i would want my cab to be like an authentic pacman cab so i would want to start a given game (pacman).

when do you think you would impliment this in your FE?

worm

youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: looking for a good front end to fit my needs
« Reply #4 on: September 04, 2005, 04:03:59 am »
I have to a fix for  a bug i have in the Trackball/Spinner management , i will try to include that with the fix.

i think , you could have a version, in one or 2 weeks, and if you i find time may be middle on this week but i'm very busy now , so i can not work too much on the FE.


youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: looking for a good front end to fit my needs
« Reply #5 on: September 05, 2005, 06:32:18 pm »
Quote
i would want my cab to be like an authentic pacman cab so i would want to start a given game (pacman).

when do you think you would impliment this in your FE?

worm


Now you can! 

It is implemented on the 0.14 patch available on my web site.

Youki