I'm having a little trouble with CPV2. My understanding is that you can group buttons so they only show up with thier associated control type. I may be missing something, but when I try to set the "Player 1 Button 1" label that is next to the picture of my lightgun to show with control type "Lightgun" it never shows up. If set to "All" it does show up (But it also shows up on joystick games, etc.)
From the CPV2 manual....
"If the word following the check box appears in the
“control type” field in the controls.ini file the label will be displayed. If not, it will be turned off."
This is the only potential problem I can think of... although it may just be semantics, my control.ini contains this for area51 (As an example). Note that there is no "Control type" field in the list, the closest would be:
P1Controls=Lightgun+lightgun+P1_BUTTON1
Is that what they mean, or do I have the wrong controls.ini or something?
[area51]
gamename=Area 51 (R3000)
numPlayers=2
alternating=0
mirrored=1
tilt=0
cocktail=0
usesService=0
miscDetails=As with many of the lightgun games at the time, Area 51 requires you to fire off screen to reload. Mame has hacked this to where you fire at the absolute edge of the screen to reload. This is good for people who don't use lightguns but very bad for those of us who do.
P1NumButtons=1
P1Controls=Lightgun+lightgun+P1_BUTTON1
P1_BUTTON1=Fire
P1_LIGHTGUN_Y_EXT=Down
P1_LIGHTGUN_Y=Up
P1_LIGHTGUN_X_EXT=Right
P1_LIGHTGUN_X=Left
As always, any help really appreciated!