Build Your Own Arcade Controls Forum
July 29, 2010, 09:38:04 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:

mamemarquees.com is now gameongrafix.com - new name, same great products and more! Click to see what's new!
 
   Home   Help Arcade Search Login Register  

 
Main Woodworking Reviews Software Monitor/Video
Audio/Jukebox/MP3 Project Announcements Artwork Consoles Buy/Sell/Trade
Arcade Miscellaneous Everything Else Politics n Religion Forum Discussion Wiki Discussion
DOS/WinCab PowerMAME SK Jukebox UncleTs Jukebox Project Arcade
Linux Restorations Pinball MaLa Frontend controls.dat
Maximus Arcade Old Boards Old Archives    
 
Unread posts | New Replies | Recent posts | Arcade | Rules | Chatroom | Wiki | File Repository | RSS


Pages: 1 2 [3] 4  All   Go Down
  Send this topic  |  Print  
Author Topic: A BYOAC Lightgun, are we up to it?  (Read 13471 times)
0 Members and 1 Guest are viewing this topic.
rdagger
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 745



View Profile WWW
« Reply #80 on: March 08, 2005, 08:17:56 PM »

Since, my cab has an LCD monitor I am going to go with a camera approach.  The field of computer vision is developing very quickly.  It should be possible for a computer with a camera to discern 2 guns and determine where they are pointing.    Instead of using LED tracking, the software could be trained to learn a gun's shape.  This could be a very inexpensive solution, because it is all software based.  You could use any webcam and you could use any gun.  You could even use a real gun (just take out the bullets and wire the trigger to an encoder or use blanks for realistic recoil)

Judging by the posts it seems like someone needs to start a BYOAC Lightgun website.
Logged
Trimoor
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 596

I like shooting out of helicopters.


View Profile WWW
« Reply #81 on: March 08, 2005, 09:19:47 PM »

It can be done entirely in software, but that means more computing power is diverted from MAME.  Tracking 3 points of light takes far less power than object recognition and orientation.  The LED triad can probably fit inside the barrel, using a lens to spread them out.  If the tracking software is good enough, you wont even need to pulse them.  For the second gun, use four LEDs.
Logged

sWampy
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 273

I want to build my own arcade controls!


View Profile
« Reply #82 on: March 08, 2005, 09:20:37 PM »

Since, my cab has an LCD monitor I am going to go with a camera approach.  The field of computer vision is developing very quickly.  It should be possible for a computer with a camera to discern 2 guns and determine where they are pointing.    Instead of using LED tracking, the software could be trained to learn a gun's shape.  This could be a very inexpensive solution, because it is all software based.  You could use any webcam and you could use any gun.  You could even use a real gun (just take out the bullets and wire the trigger to an encoder or use blanks for realistic recoil)

Judging by the posts it seems like someone needs to start a BYOAC Lightgun website.

http://sourceforge.net/projects/opencvlibrary/  Has most of the code already written to do this, just slap an A or whatever on the end of one gun and a B or whatever on the end of the other, and you could be pretty set.   You could even put led's in the gun where they were wireless if you wanted. 
Logged
sWampy
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 273

I want to build my own arcade controls!


View Profile
« Reply #83 on: March 08, 2005, 09:22:58 PM »

It can be done entirely in software, but that means more computing power is diverted from MAME.  Tracking 3 points of light takes far less power than object recognition and orientation.  The LED triad can probably fit inside the barrel, using a lens to spread them out.  If the tracking software is good enough, you wont even need to pulse them.  For the second gun, use four LEDs.

You don't need the LED's in the gun.   Worst case if you can't track the gun easily, put 3 reflective dots on one gun, and dots in a different pattern on the other gun, and point an ir led back at the player to get some light on them. 
Logged
ErikRuud
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 1625


I'll build a cab for only 99.99.99!!!


View Profile WWW
« Reply #84 on: March 09, 2005, 02:55:55 PM »

Here is another head tracking application. http://freelook.org

They specifically state that you can use an LED as a marker.



Logged

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility
1UP
Token Junkie
Trade Count: (+4)
Full Member
***
Offline Offline

Posts: 2077


Yes, that is a joystick in my pocket.


View Profile WWW
« Reply #85 on: March 09, 2005, 04:26:52 PM »

You could use any webcam and you could use any gun.
« Last Edit: March 09, 2005, 04:38:06 PM by 1UP » Logged


Free resource for building your own rotating control panels!

My other job...

My Halloween Animatronics
ErikRuud
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 1625


I'll build a cab for only 99.99.99!!!


View Profile WWW
« Reply #86 on: March 09, 2005, 07:21:13 PM »

Yes, three of four points is more than enough.
Logged

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility
Trimoor
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 596

I like shooting out of helicopters.


View Profile WWW
« Reply #87 on: March 09, 2005, 11:34:05 PM »

So, anyone started on a test program/drivers?
Logged

Flinkly
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1245



View Profile
« Reply #88 on: March 09, 2005, 11:38:22 PM »

not to trample on the effort, but if andy is doing well on creating his own for the comunity, wouldn't it be kinda a waste to make our own? he would probably be done before we got too far anyways, just hate to see you guys waste your time.

p.s.  i'm not trying to trample on your guy's feet, so if you don't see it as a waste, go on and make one to prov me wrong.  Grin
Logged
Adam
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 10

I want to build my own arcade controls!


View Profile
« Reply #89 on: March 10, 2005, 01:31:34 AM »

I had a shot at a reverse webcam lightgun tracking system.
I basicly threw together the webcam and squares detection components of opencv.

http://users.tpg.com.au/mindle/camdemo.rar

Point your webcam at the screen and hit a key to take a pic. Escape quits.
You need the whole screen to be visible for it to work. If grabbing the picture with a decient webcam is fast enough i'll probably move to using a few LEDs around the screen.
Logged
Silver
Wiki Contributor
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1661


Cunning like the Fox.


View Profile WWW
« Reply #90 on: March 10, 2005, 04:54:35 AM »

not to trample on the effort, but if andy is doing well on creating his own for the comunity, wouldn't it be kinda a waste to make our own? he would probably be done before we got too far anyways, just hate to see you guys waste your time.

p.s.  i'm not trying to trample on your guy's feet, so if you don't see it as a waste, go on and make one to prov me wrong.  Grin

I agree... I think some time and effort would be better spent improving the mame code for light guns or perhaps a driver that supports raw input and not mouse emulation. I  think this is how dual lightguns are forced to work already.

Such improvments would benefit both DIY webcam projects - the TrackIR system already does not use mouse emulation - an other setups.
Logged
NiN^_^NiN
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 725


Oh yeah Baby. I put on my robe and wizard hat


View Profile
« Reply #91 on: March 10, 2005, 05:26:09 AM »

http://www.arcadecontrols.com/wwwboard/messages/40217.html

I'm tired so i didnt look if it was posted so kill me if it was  Wink
Logged
Lilwolf
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 4784



View Profile
« Reply #92 on: March 10, 2005, 07:59:31 AM »

my webcam is crap.

but isn't it true that they just aren't fast enought (forget about the processing time per image) to be used?

it seems like you might be able to get it to work on the first level or two on some shooting games if you got the drivers working... but after that... the cameras wouldn't take pictures fast enough for the computer to figure out where the pointer SHOULD be looking

and after that... even if everything above worked....

how would you make a trigger press?  thumb twitch?  or middle finger?  seems like this would be another huge hurtle.

I personnally think it would be super cool.  I would love to see someone use this to make a DDR pad (on any surface)... and a few other items like that... but I just don't see it being a real solution for gaming...  just something to show your friends...  "no really... just point at the screen and say bang... it really works!"
Logged

Trimoor
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 596

I like shooting out of helicopters.


View Profile WWW
« Reply #93 on: March 10, 2005, 08:24:24 AM »

Most webcams can take images at a full 30fps.  Some might be able to achieve greater speeds.  With enough processing power, it can track the guns in real time.

Games run at 60 fields per second interlaced, and I'm guessing that most of them only render 30 frames per second, one image for both fields.  I think it will be plenty fast.

As for the triggers, they would be connected to a keyboard encoder.  If wireless shooting is desired, the triggers could activate an IR LED in the front of the gun for the camera to see.
Logged

Silver
Wiki Contributor
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1661


Cunning like the Fox.


View Profile WWW
« Reply #94 on: March 10, 2005, 08:40:25 AM »

I think most webcams would not be up to the task. Depends how good you want it....

The TrackIR system above is designed for use in games (head-panning in flight simulators etc...) and the premium edition runs at 120fps - the slowest one is 60 or 80fps I think.

They get around the processing image overhead by using infra-red emitters to reflect a very obvious point source, making it very easy to follow. they state cpu usuage for realtime tracking is under 1%. I am sure this would work very well as a gun - but again its a custom driver or mouse emulation. And if you want two guns you would probably have to program it yourself. Although it looks like they have a SDK for their optitrack or whatever....
Logged
ErikRuud
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 1625


I'll build a cab for only 99.99.99!!!


View Profile WWW
« Reply #95 on: March 10, 2005, 09:07:31 AM »

not to trample on the effort, but if andy is doing well on creating his own for the comunity, wouldn't it be kinda a waste to make our own? he would probably be done before we got too far anyways, just hate to see you guys waste your time.

p.s.
Logged

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility
Lilwolf
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 4784



View Profile
« Reply #96 on: March 10, 2005, 09:26:56 AM »

Well, if processing power is then the issue... heres a question....

Could we take that software and add it to a seperate computer.. Then pipe the output out and into another computer through another machanism?

It seems like if we could find a dedicated computer solution... then it wouldn't effect the original computer... It might make this doable...  Plus you wouldn't have to worry about the game being emulated to have it work well.

I would try to find a 1+ghz machine for a dedicated solution if it worked well.  Especially if it coudl be headless.

And after writing the last message... I've now decided it needs to have speach recognition software installed... so that saying bang would be enough.... I really think telling someone "just point and say bang" would be by far the coolest thing!
Logged

ErikRuud
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 1625


I'll build a cab for only 99.99.99!!!


View Profile WWW
« Reply #97 on: March 10, 2005, 10:00:41 AM »

I had a shot at a reverse webcam lightgun tracking system.
I basicly threw together the webcam and squares detection components of opencv.

http://users.tpg.com.au/mindle/camdemo.rar

Point your webcam at the screen and hit a key to take a pic. Escape quits.
You need the whole screen to be visible for it to work. If grabbing the picture with a decient webcam is fast enough i'll probably move to using a few LEDs around the screen.

Cool,  I'll have to download it and try it at home tonight.

I have also wondered about the possibility of turning it around like this.  You can't go wireless this way, but it does make the positionong calculations a lot easier, just calculate the difference between the markers and the center of the camera image.
Logged

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility
u_rebelscum
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 3636


You rebel scum


View Profile WWW
« Reply #98 on: March 10, 2005, 01:54:17 PM »

I think some time and effort would be better spent improving the mame code for light guns or perhaps a driver that supports raw input and not mouse emulation. I  think this is how dual lightguns are forced to work already.

I'm not sure what you mean by "raw (lightgun) input", but IMO it's the windows driver that should be doing any calibration, computation, and/or translation.  To me, that would make the info not "raw" (but that's for a different thread Wink ).

Mame excepts joystick or mouse inputs fine for lightgun games.  The -lightgun option is just some special code to treat the mouse input as absolute, instead of the usually relative mouse info.  Since joysticks are usually absolute, mame shouldn't have problems if the lightgun is joystick.  (The reason the old-old actlab joystick lightguns don't work wel in mame is the same reason it doesn't work well for any game: calibration sucked.)

I'm not saying mame's current "lightgun" code can't be improved: it can be.  But mame doesn't need any new code to support joystick lightguns (except maybe a way to set mame's analog acceleration to 100% from the commandline, and maybe rename the "lightgun" option to "mouselightgun").  IMO, Mame shouldn't have to add code to fix bad device drivers.
Logged

Robin
Knowledge is Power
rdagger
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 745



View Profile WWW
« Reply #99 on: March 10, 2005, 02:27:03 PM »

I had a shot at a reverse webcam lightgun tracking system.
I basically threw together the webcam and squares detection components of opencv.
http://users.tpg.com.au/mindle/camdemo.rar
Point your webcam at the screen and hit a key to take a pic. Escape quits.
You need the whole screen to be visible for it to work. If grabbing the picture with a decent webcam is fast enough I'll probably move to using a few LEDs around the screen.

I too have started work on the reverse camera approach.
Logged
Silver
Wiki Contributor
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 1661


Cunning like the Fox.


View Profile WWW
« Reply #100 on: March 10, 2005, 03:14:27 PM »

@u_rebelscum

by raw I basically meant non-mouse (there also seems to be a rawinput structure on the win32 msdn microsft stuff, or rawhid for input from a USB HID device - think I got the term from there).

You clearly know more about the mame setup than me, it sounds more flexible than I had been told. I was thinking that there was a data-from-light-gun-->convert to mouse input-->send-to-mame-->mame converts to game-type input indriver. I though that if you had a driver that could just feed absolut co-ordinates mame could pass that directly to the emulated game.

This may be completely irrelevant  Wink As you say its already happy with joystick input, it probably is. If you have any experience with windows drivers in this area, I suggest dropping AndyWarne an email...
Logged
RayB
I'm not wearing pants! HA!
Trade Count: (+3)
Full Member
***
Offline Offline

Posts: 9967


avatar 2.0


View Profile WWW
« Reply #101 on: March 11, 2005, 12:06:35 PM »

Forgive me for not reading all posts in this thread and perhaps repeating something already said, but Happ sells the gun optic board alone: http://www.happcontrols.com/amusement/optical/960066100smd.htm

Seems to me that figuring out a driving or additional mods to that existing circuit might be another way to go...
Logged

NO MORE!!
brandon
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 763


what happened to my cool BIKINI clad avatar? ;)


View Profile
« Reply #102 on: March 11, 2005, 02:52:39 PM »

I put in a vote for sensors to triangulate the guns position just like what "Jurassic Park" and "House of the Dead 3" use.  That would mean any monitor, DLP projector, TV.. any display you want.  and two player support is obviously possible since the above games were two player.  Someone like Andy or RandyT could make an interface for the sensors and have it report joystick coordinates as an HID.  Maybe a joy2mouse type program or driver could convert the joystick coordinates to absolute mouse coordinates.  I just think that using a webcam for tracking sounds way too complicated.  I could be wrong...
Logged
u_rebelscum
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 3636


You rebel scum


View Profile WWW
« Reply #103 on: March 11, 2005, 05:23:29 PM »

@u_rebelscum

by raw I basically meant non-mouse (there also seems to be a rawinput structure on the win32 msdn microsft stuff, or rawhid for input from a USB HID device - think I got the term from there).

Ah, RawInput. 

- It's an winXP only thing:  crashes on winME/98, doesn't work in win2k (but at least it doesn't crash).
- The device driver sets the sturcture.  Two of the three structure types are very standard "RawMouse" and "RawJoystick", which can use normal windows drivers that come with windows.
- The third is RawHID, which means the device must be a HID (Human Interface Device).  If this is used, mame must add special codes that does what a device driver normally does.

- A minor plus, it looks like with the new minGW compiler mame is now using, rawinput is now included in the headers & libraries;  Before the upgrade, it wasn't.

Quote
...I was thinking that there was a data-from-light-gun-->convert to mouse input-->send-to-mame-->mame converts to game-type input in driver. I though that if you had a driver that could just feed absolut co-ordinates mame could pass that directly to the emulated game.

Umm, since joystick and mice can pass absolute coordinates, why invent a special driver and data structure that does the same?   Wink

Of course, if the "data-from-lightgun" is something that's not the coordinates, such as time from start of screen refresh like from a real arcade lightgun (over simplified), at some point it needs to be converted to a coordinates before mame gets it (well, unless mame starts simulating the circuits that did the convertion on the real arcades).

Quote
This may be completely irrelevant  Wink As you say its already happy with joystick input, it probably is. If you have any experience with windows drivers in this area, I suggest dropping AndyWarne an email...

I know mame's input code okay; but write windows drivers I've never done.  I don't even have time to rewrite some features I need to to make MameAnalog+ fully functional again Sad ATM, so learning device drivers is out for me for now.
Logged

Robin
Knowledge is Power
shmokes
I know that you're going for intellectual or enlightened, but you're only really achieving skeevy
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 8748


Don't tread on me.


View Profile WWW
« Reply #104 on: March 11, 2005, 06:59:03 PM »

I put in a vote for sensors to triangulate the guns position just like what "Jurassic Park" and "House of the Dead 3" use.  That would mean any monitor, DLP projector, TV.. any display you want.  and two player support is obviously possible since the above games were two player.  Someone like Andy or RandyT could make an interface for the sensors and have it report joystick coordinates as an HID.  Maybe a joy2mouse type program or driver could convert the joystick coordinates to absolute mouse coordinates.  I just think that using a webcam for tracking sounds way too complicated.  I could be wrong...

IIRC Andy posted somewhere, just in the last month or so, that he IS currently looking into a product to do just this.  I think he specifically wanted to make something to work with the NAMCO guns.  I sure hope he does cos I've got a pair of Act Labs guns new in box so I'll be certian to be able to afford whatever solution he comes up with after I Ebay my Act-labs guns.  If nobody comes up with anything else at least I can fall back on my Act-labs guns.
Logged

What people are saying about shmokes:

"Seriously, you are like a women scorned. What is your problem?"

- patrickl
NoBonus
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 688

"Now that's a fine example of California's Gold"


View Profile
« Reply #105 on: March 11, 2005, 07:51:34 PM »

Though this product is not a lightgun, it may give some design ideas or inspiration. It would be fun to have just to mess with though.

http://www.atruereview.com/pistol_mouse/index.php
Logged
brandon
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 763


what happened to my cool BIKINI clad avatar? ;)


View Profile
« Reply #106 on: March 11, 2005, 08:21:46 PM »

Though this product is not a lightgun, it may give some design ideas or inspiration. It would be fun to have just to mess with though.

http://www.atruereview.com/pistol_mouse/index.php


sort of looks like "Lazer Tag" or was it "Photon"?   Grin that reminds me.. I wish I still has all that stuff... laugh
Logged
IntruderAlert
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 876


Chicken.. Fight Like A Robot


View Profile WWW
« Reply #107 on: March 11, 2005, 10:56:37 PM »

how about building it inside one of these babys?


http://www.studiocreations.com/howto/blasterrifle/main.html
Logged

rdagger
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 745



View Profile WWW
« Reply #108 on: March 11, 2005, 11:01:55 PM »

I'm leaning toward the Plager Katsumate Series-D blaster.


* blaster_02.jpg (52.87 KB, 468x296 - viewed 737 times.)
Logged
IntruderAlert
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 876


Chicken.. Fight Like A Robot


View Profile WWW
« Reply #109 on: March 11, 2005, 11:02:10 PM »

btw, as another way...

there are some very cheap crappy guns that work in mame.  Whats the chance if we hacked them into a true arcade gun, and the arcade guns original optics... that it would be better then the original?

It might make sense to use either the bio gun or the other crappy but kinda working still selling guns and fit them in a better case... with better optics.

might be an option.
yeah.. that's what I was talking about earlier
just hack an existing light gun interface to use a real arcade gun
I mentioned act labs but any cheapo device might do as well as long as you are using the real arcade gun optics and all
Logged

NoBonus
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 688

"Now that's a fine example of California's Gold"


View Profile
« Reply #110 on: March 12, 2005, 12:39:19 AM »

You know, since this is BYOAC and we all have different ideas about what the gun should be like, why not just produce the guts of the gun and let the people who buy the guts find a suitable gun to put it in.  Maybe it could even include all of the triggers and buttons, just not in a gun case.  That way if someone wanted a rifle, they could make one.  If someone wanted a .45, they could make one.  This would make the possiblities limitless.  Of course, it could be produced with a "complete gun" setup and a "gun kit" setup.  This way those who like the BYOAC model can get it, and those who want something different could just get the kit and go nuts.  I, for one, would incorporate it so the barrel mech fits over my eye and the trigger is on my temple...
Logged
brandon
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 763


what happened to my cool BIKINI clad avatar? ;)


View Profile
« Reply #111 on: March 13, 2005, 02:14:13 AM »

I wonder if you could use an Analog Devices ADXL202 accelerometer?
« Last Edit: March 13, 2005, 02:29:29 AM by brandon » Logged
ErikRuud
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 1625


I'll build a cab for only 99.99.99!!!


View Profile WWW
« Reply #112 on: March 14, 2005, 10:03:58 AM »

That is similar to the technology in the Gyro Mice.  It would sort of work, but it would not be true aiming.
Logged

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility
brandon
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 763


what happened to my cool BIKINI clad avatar? ;)


View Profile
« Reply #113 on: March 14, 2005, 11:25:22 AM »

as long as the shot goes where the barrels pointed I dont really care Wink

http://www.analog.com/en/subCat/0,2879,764%255F801%255F0%255F%255F0%255F,00.html

They sell gyros and accelerometers.. I think if you can make a VR glove with them you can make a gun..but then again those guy were at University of California, Berkeley.  They might have more between their ears than most normal humans  Grin
Logged
ErikRuud
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 1625


I'll build a cab for only 99.99.99!!!


View Profile WWW
« Reply #114 on: March 14, 2005, 11:47:49 AM »

The problem with gyro mice as guns is that they have no direct link to the screen.  They also don't allow for a "natural" gun aiming motion.  They register twisting at the wrist, better than movement of the whole arm.  An accellerometer based system would probably handle arm movements better, but I don't think that it would get confused by the user changing position.
Logged

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility
brandon
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 763


what happened to my cool BIKINI clad avatar? ;)


View Profile
« Reply #115 on: March 14, 2005, 12:09:09 PM »

yeah.. I thought about that.. the gyros and stuff would detect tilt and movement but you'd still need something to tell the PC the point of origin.. This makes hacking some Guncon's sound SO much easier now Grin
Logged
Lilwolf
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 4784



View Profile
« Reply #116 on: March 14, 2005, 02:59:23 PM »

It would be pretty cool to be able to hack one to get two machine gun squirt guns to use them with T2 type joystick gun games... make them wireless and your would have a really cool sweet remote T2 sessions.
Logged

brandon
Trade Count: (+1)
Full Member
***
Offline Offline

Posts: 763


what happened to my cool BIKINI clad avatar? ;)


View Profile
« Reply #117 on: March 14, 2005, 04:42:38 PM »

hmm.. that gives me a thought.. I have a wingman extreme Gamepad with a "sensor" button.. when I enable that it actually lets me tilt the gamepad and it translated it like analog on the X & Y joystick axis.  I could hack that tilt sensor into a gun housing thats mounted to a control panel and make a T2 positional gun without pots!.. or I think I could... sounds worth a try at least.. Grin
Logged
dan57fina
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 38

Not bad for 14 years of age....


View Profile
« Reply #118 on: April 02, 2005, 12:19:18 AM »

so 1up...do you mean to say that if we could convince the MAME development team to add guncon2/ror3 support, we could simply plug these devices in and play?
Logged
gl.tter
Trade Count: (0)
Full Member
***
Offline Offline

Posts: 185



View Profile
« Reply #119 on: April 05, 2005, 05:12:50 PM »

Interesting thread guys.
Logged

author of the Quake2 and Half Life Act Labs lightgun conversions:

Pages: 1 2 [3] 4  All   Go Up
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC | Sitemap Valid XHTML 1.0! Valid CSS!
Page created in 1.188 seconds with 54 queries.