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: Newby help  (Read 3932 times)

0 Members and 1 Guest are viewing this topic.

durwood101

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:April 20, 2020, 12:39:21 am
  • I want to build my own arcade controls!
Newby help
« on: April 11, 2020, 07:19:11 pm »
I recently setup a Logitech DFGT wheel and and trying to get it to even be recoginized with some of the MAME games like Outrun as an example............I already setup the Log software and already was able to play Daytona 2 in the Sega Model3 emulator.......is there something special needed inside each game when you enable the TAB to map out controls?  Its not just Outrun, but if I could get that to work i can figure out some of the others.........

vandale

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 411
  • Last login:September 11, 2024, 07:07:45 am
  • Id 10 and t error
Re: Newby help
« Reply #1 on: April 12, 2020, 12:29:21 am »
use tab to map the analogue wheel and pedals

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Online Online
  • Posts: 9671
  • Last login:Today at 07:31:46 am
  • Designated spam hunter
Re: Newby help
« Reply #2 on: April 12, 2020, 12:40:22 am »
There's lots of good advice in BadMouth's sticky thread.

http://forum.arcadecontrols.com/index.php/topic,105961.0.html


Scott

durwood101

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:April 20, 2020, 12:39:21 am
  • I want to build my own arcade controls!
Re: Newby help
« Reply #3 on: April 12, 2020, 11:02:30 am »
So, Ive read much of the sticky.  My problem doesnt have to do with mapping the controls, I know how to do that as I have prev in mame with my other arcade controls like a spinner and Arkanoid etc......  The problem seems to be that the Logitech wheel isnt seen by MAME.  I know it works because the other emulators, well at least SEGA MODEL 3, most of the driving games work with FFB.  But MAME won't allow me to even change the TAB parameters. Its like it doesnt see the wheel.  I know that it should see it as a joystick correct?  If I move my spinner, or I move the trackball the MAME controls see it and map the device as a controller.  If I move the wheel around, its stiff and doesnt react.  If I go to ANALOG PEDALS to see if those can be changed......no dice, I can push the gas down but it doesnt see it.  I'm at a loss here, is there something I am missing?  Ive included a couple of pics from my setup.

baritonomarchetto

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 822
  • Last login:Yesterday at 02:11:25 am
Re: Newby help
« Reply #4 on: April 12, 2020, 01:31:02 pm »
I use the same wheel with no problems in mame 0.219 (win 7).
Did you enabled joystick in mame.ini?

durwood101

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:April 20, 2020, 12:39:21 am
  • I want to build my own arcade controls!
Re: Newby help
« Reply #5 on: April 12, 2020, 03:15:26 pm »
No, I havent gone into the config file at all..........how do I do that?

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Online Online
  • Posts: 9671
  • Last login:Today at 07:31:46 am
  • Designated spam hunter
Re: Newby help
« Reply #6 on: April 12, 2020, 05:15:06 pm »
No, I havent gone into the config file at all..........how do I do that?
You may not have a "mame.ini" file since it isn't created by default during install.

Run the MAME executable one time with the "-cc" (create config) switch to generate the file.
i.e. "mame64.exe -cc"
- You can run the command from command line or make a shortcut to the executable and edit the shortcut's properties, adding " -cc" after the executable name in Target.

Open "mame.ini" with Notetpad to edit settings as desired.
- 0 is disabled. (lightgun)
- 1 is enabled. (mouse, joystick)
Code: [Select]
#
# CORE INPUT OPTIONS
#
coin_lockout              1
ctrlr                     
mouse                     1
joystick                  1
lightgun                  0


Scott
« Last Edit: April 12, 2020, 05:20:14 pm by PL1 »

MotownC

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 76
  • Last login:April 19, 2025, 09:07:02 am
  • Reliving my youth, one lap at a time
Re: Newby help
« Reply #7 on: April 12, 2020, 05:18:59 pm »
and in that file under core input options, ensure joystick is 1

#
# CORE INPUT OPTIONS
#

joystick                  1

durwood101

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:April 20, 2020, 12:39:21 am
  • I want to build my own arcade controls!
Re: Newby help
« Reply #8 on: April 12, 2020, 06:29:40 pm »
OH man, it works now!!!  as soon as the wheel got turned it picked up on the input..............is there a reason why it keeps scrolling down?

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Online Online
  • Posts: 9671
  • Last login:Today at 07:31:46 am
  • Designated spam hunter
Re: Newby help
« Reply #9 on: April 12, 2020, 07:07:37 pm »
is there a reason why it keeps scrolling down?
Is one of your pedals on the Z-axis? (same axis as a mouse scroll wheel)


Scott

durwood101

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:April 20, 2020, 12:39:21 am
  • I want to build my own arcade controls!
Re: Newby help
« Reply #10 on: April 12, 2020, 08:11:01 pm »
probably am.  Here is what screen says at moment.  I have a spinner and I have a trackball.

durwood101

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:April 20, 2020, 12:39:21 am
  • I want to build my own arcade controls!
Re: Newby help
« Reply #11 on: April 12, 2020, 08:39:31 pm »
So, should I clear out the settings and start with pedals first?  Then move on to the steering?  I noticed there is a video about combining pedals in mame.....

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Online Online
  • Posts: 9671
  • Last login:Today at 07:31:46 am
  • Designated spam hunter
Re: Newby help
« Reply #12 on: April 12, 2020, 10:30:09 pm »
I don't think the order that you remap the inputs makes any difference.

Definitely clear all of the "Inc" and "Dec" settings -- once again, see BadMouth's sticky thread.   ;D


Scott

DarthMarino

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 567
  • Last login:Yesterday at 06:38:17 am
Re: Newby help
« Reply #13 on: April 12, 2020, 11:32:55 pm »
My Logitech wheel does the scrolling thing if I set it to separate pedals.  If I switch to combined, it doesn't do that.

Then, yes, watch my combined pedals video and it should work perfectly without the scrolling.

durwood101

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:April 20, 2020, 12:39:21 am
  • I want to build my own arcade controls!
Re: Newby help
« Reply #14 on: April 13, 2020, 01:00:28 am »
Ok, I'll watch that video again, thanks Darth.  Do you leave the settings all a default values, 100% for FORCE FEEDBACK, and the CENTER SPRING also set to default values?  I went ahead and for MAME, set the parameters in the mame ini file for the sticky recommendations.

  For 270° wheels, set the joystick deadzone to .05 in the mame.ini file;
                 the default .3 means that you have to turn the wheel fairly far before it does anything.
                 Joystick saturation narrows the operating range of your wheel, i.e. you only have to
                 turn it halfway before MAME sees it as being turned all the way.  Set it to 1.

Am I forgetting anything?
« Last Edit: April 13, 2020, 01:05:07 am by durwood101 »

DarthMarino

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 567
  • Last login:Yesterday at 06:38:17 am
Re: Newby help
« Reply #15 on: April 13, 2020, 08:21:45 am »
Yeah, I leave the settings default.  I usually set the deadzone in MAME to zero.