Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: peterson65 on October 30, 2015, 09:20:41 pm
-
i have singe ??? working on my cabinet but is it possible to use aimtrak guns in the shooting games? trackball works and moves the curser but if i point the guns to the screen the curser jumps all over the place, is there somewhere to set this up in singe?
thanks
-
Go Into each game script file and ONLY change the word full screen to fullscreen_window
I don't think any Singe games support 2 players though.
Example for Drug Wars:
cd data
cls
@daphne.exe singe vldp -x 800 -y 600 -fullscreen -noserversend -framefile singe/drugwars/frame-drugwars-cdrom.txt -script singe/drugwars/cdrom-drugwars.singe
Change to:
cd data
cls
@daphne.exe singe vldp -x 800 -y 600 -fullscreen_window -noserversend -framefile singe/drugwars/frame-drugwars-cdrom.txt -script singe/drugwars/cdrom-
Do that for every game
Hope that helps
-
thanks!! will try it out when I get off of work :applaud:
-
THE GUN TRACKS NOW BUT HOW TO DET UP SO IT FIRES? LEFT MOUSE FIRES BUT THE TRIGGER DOESNT. EVERYTHING IN MAME THAT USES THE AIMTRAK FIRE BUTTON WORK SO IT DONT WANT TO MESS THAT UP. ANY FILE IN DAPHNE I HAVE TO EDIT?
thanks sorry didnt realize caps was on
-
THE GUN TRACKS NOW BUT HOW TO DET UP SO IT FIRES? LEFT MOUSE FIRES BUT THE TRIGGER DOESNT. EVERYTHING IN MAME THAT USES THE AIMTRAK FIRE BUTTON WORK SO IT DONT WANT TO MESS THAT UP. ANY FILE IN DAPHNE I HAVE TO EDIT?
thanks sorry didnt realize caps was on
Crap, that's odd. I just checked my Aimtrak settings and my trigger is set for left mouse button. Is yours set to the same? I believe that's the default for Singe.
-
my bad, i had it gb 1 not left mouse, so now i have to go int each gun game and change it . oh well mame fun. now while doing this my wells g d9800 is going bright and dark by itself so something with the high voltage but i have a friend that repairs monitors for me for beer and parts. thanks again for the singe help
-
my bad, i had it gb 1 not left mouse, so now i have to go int each gun game and change it . oh well mame fun. now while doing this my wells g d9800 is going bright and dark by itself so something with the high voltage but i have a friend that repairs monitors for me for beer and parts. thanks again for the singe help
Great I'm glad to hear that Singe is working and that I could help. Good luck with the monitor.
-
Thanks for the info here it helped my gun to track as well. What is strange is when I switch the script to add in the "window" my gun tracks but it cuts off half of the picture.
If take out the "window" in the script it will show the full screen but the gun will no track.
Any ideas?
-
Thanks for the info here it helped my gun to track as well. What is strange is when I switch the script to add in the "window" my gun tracks but it cuts off half of the picture.
If take out the "window" in the script it will show the full screen but the gun will no track.
Any ideas?
Strange indeed, above my technical knowledge for sure. Hopefully someone with a little more know how will chime in please to help him out?