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: Guncon2 and Guncon3 windows driver  (Read 16123 times)

0 Members and 1 Guest are viewing this topic.

sonik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 75
  • Last login:March 13, 2024, 10:52:59 am
  • I want to build my own arcade controls!
Guncon2 and Guncon3 windows driver
« on: January 25, 2022, 07:05:37 am »
I've made POC windows drivers for the Guncon2 and Guncon3.

Works on Windows 10 and does not requires disabling driver signature.

Guncon2 does not have the "rolling x" problem with this driver.

It's based on the research and documentation done by beardypig.

For the guncon2 to work correctly it's desirable to have a screen flasher and I have no idea how to do this.
If any dev wants to jump in and help please let me know.

Project is here:
https://github.com/sonik-br/GunconUSB

Inside there's links for the original linux versions by beardypig.

Titchgamer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4222
  • Last login:December 17, 2023, 08:05:48 am
  • I have a gaming addiction.....
Re: Guncon2 and Guncon3 windows driver
« Reply #1 on: January 26, 2022, 02:52:16 am »
Cool :)

bandicoot

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 115
  • Last login:March 26, 2024, 01:23:17 pm
Re: Guncon2 and Guncon3 windows driver
« Reply #2 on: January 26, 2022, 12:12:39 pm »
 :applaud: :applaud: :applaud: :applaud: :applaud:

phasermaniac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:January 24, 2024, 05:40:47 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #3 on: January 26, 2022, 01:30:57 pm »
Nice! some questions about the guncon2 driver:
- Can two guns be used for 2 player games?
- Does it work with games' native flashing? I remeber you got this working with the guncon1.
- The flasher, you might want to talk to burn_654. He made a flasher years ago, and a circuit that sends a key instead of trigger, some delay, and trigger.

sonik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 75
  • Last login:March 13, 2024, 10:52:59 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #4 on: January 26, 2022, 03:43:28 pm »
Nice! some questions about the guncon2 driver:
- Can two guns be used for 2 player games?
- Does it work with games' native flashing? I remeber you got this working with the guncon1.
- The flasher, you might want to talk to burn_654. He made a flasher years ago, and a circuit that sends a key instead of trigger, some delay, and trigger.

It does work with games that have native flasher like time crisis.

Driver made for one gun only Might be possible to add 2 player mode in the future.
I'm currently not working on this driver anymore as without a flasher its impossible to play the majority of games.

I tested the linux driver and it works good!
And since it's a real kernel driver so it might just work with any number of guncons.

AMG KC

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 79
  • Last login:June 29, 2022, 05:33:52 am
Re: Guncon2 and Guncon3 windows driver
« Reply #5 on: March 17, 2022, 10:51:43 am »
This is fantastic, exactly what i was hoping to find one day!!

I still have loads of CRTs and loads of light guns, i will be dead long before i have to waste my time with sensor bar or Sinden style guns.

MK3FANATIC

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 34
  • Last login:January 31, 2024, 05:24:13 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #6 on: March 19, 2022, 08:03:30 am »
I have a pc with windows 10 and crt emudriver connected to a crt tv by a vga-component video converter. I also have a pistol compatible with guncon 1 and 2. I would like to try to test this driver. Could someone give a mini tutorial for a newbie on how to do it? Which emulator should I use, if I only need to connect the pistol's usb cable, if I need any more applications...

sonik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 75
  • Last login:March 13, 2024, 10:52:59 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #7 on: March 24, 2022, 10:27:34 am »
I have a pc with windows 10 and crt emudriver connected to a crt tv by a vga-component video converter. I also have a pistol compatible with guncon 1 and 2. I would like to try to test this driver. Could someone give a mini tutorial for a newbie on how to do it? Which emulator should I use, if I only need to connect the pistol's usb cable, if I need any more applications...

Hi. I tried to build a new version but it not worked. It depends on Tetherscript's virtual joystick and mouse, and it have changed. I need to fix the code.
I will try to do this over the coming weeks.
And keep in mind that it's not a polished application/driver.

sonik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 75
  • Last login:March 13, 2024, 10:52:59 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #8 on: March 28, 2022, 05:21:59 pm »
I have a pc with windows 10 and crt emudriver connected to a crt tv by a vga-component video converter. I also have a pistol compatible with guncon 1 and 2. I would like to try to test this driver. Could someone give a mini tutorial for a newbie on how to do it? Which emulator should I use, if I only need to connect the pistol's usb cable, if I need any more applications...

If you want to test.

Download and install vjoy from https://sourceforge.net/projects/vjoystick/
Go to github download and install my guncon2 driver.
Use the attached app. It requires dot net framework 4.5.

GustavoALara

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 05, 2022, 12:24:26 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #9 on: May 02, 2022, 01:09:02 pm »
Hi Sonik,

A friend of mine and me are testing your driver and we have a couple of questions..

We've installed vJoy, WinUSB drivers and the theter driver.  After the installation of the drivers we run your tool and the Guncon2 moves the mouse pointer and we can check the guncon2 buttons on your tool, but outside your tool, the lightgun buttons don't work as mouse buttons/key strokes or gamepad buttons.
We can see on the control panel a Guncon and a Vjoy device but neither of those are gamepads

Is there any step that we forgot to do? What is the correct steps to install your driver?

In another hand we detect in dark zones of the CRT TV the driver works worst.. is this correct?

Thanks in advanced

shiryu55

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 28
  • Last login:April 18, 2023, 03:46:44 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #10 on: May 02, 2022, 04:37:20 pm »
I am the other interested party, it only remains to add that guncon2 appears in the device panel as if the driver was not installed correctly.
It appears with the typical icon as if it was not recognized by Windows.
A greeting from Spain

sonik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 75
  • Last login:March 13, 2024, 10:52:59 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #11 on: May 06, 2022, 04:05:31 pm »
@GustavoALara
The tool must be kept open for the mouse to move.
And yes, the gun can't detect darker areas. CRT lightgun games uses brighter images or does a "fast white flash" when you pull the trigger, so the gun can detect.


@shiryu55
Installed the driver from github?

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #12 on: November 14, 2022, 03:40:30 am »
Hi,
Anyone knows if this driver works on W7?

EDIT: works but it disconnects at random. I don't understand calibration tool at all...
« Last Edit: November 20, 2022, 10:32:49 am by psakhis »

sonik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 75
  • Last login:March 13, 2024, 10:52:59 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #13 on: November 26, 2022, 12:40:12 pm »
GC2 or GC3?
I remember to get some GC2 disconnects if gun is too close to the crt.
Can't figure why this happens and can't fix.

phasermaniac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:January 24, 2024, 05:40:47 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #14 on: November 27, 2022, 06:33:49 am »
Hi!
I had some disconnection problems years ago, although my problem was not with the distance to the crt, but the connection itself. I don't remeber what I did to solve it as it was ages ago, but @Foxhole, who seems to use a configuration similar to mine, messed with it more recently:
http://forum.arcadecontrols.com/index.php/topic,159617.0.html
Quote
I have a EMS USB 2 which converts the guncon1 to guncon 2, but i'm having issues with it. It works for 3-5 seconds and then the gun stops working, even the buttons, though the led on the converter itself is still on. It may be due to how i have my sync wired up though.
Quote
Enabled csync on vmm, removed vsync wire, removed resistor, connected everything back, connected the ems usb2 converter, g-con 45 now works.
Maybe this helps

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #15 on: January 12, 2023, 01:42:51 pm »
My disconnections are with GC2.

If i change sync, probably i lost video signal on tv (sync vs csync)

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #16 on: January 18, 2023, 01:21:20 pm »
It's possible a guncon2 usb app with some logger?

I'm pretty sure some exception occurs inside because i can stop and start without any problem but when i interact with some other app device is gone randomly.
If i re-enable device, works again.

sonik

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 75
  • Last login:March 13, 2024, 10:52:59 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #17 on: January 19, 2023, 07:07:42 am »
So... Tetherscript's HID driver kit has been discontinued.
Current version might still be able to work on older windows but will eventually stop working on recent windows versions.

Might be a better option to switch to linux or a rpi4 (and use rgbpi).

flybynight

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:March 22, 2024, 06:30:47 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #18 on: January 21, 2023, 06:22:01 am »
That is sad news indeed but I wouldn't give up sonik!

The developer said you can install controlmyjoystick free trial to get the drivers after the cert expires on the free one: https://tetherscript.com/controlmyjoystick-download/

You could also enable windows test mode to allow the the drivers be installed with the bad cert.

I wonder too will it just be a case of setting your PC time/date back to Jan 2023 before installing?

In the meantime it's recommended to install this now before the driver cert expires.


psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #19 on: January 23, 2023, 02:26:32 pm »
If anyone would to try it, based on @sonik driver.

https://github.com/psakhis/guncon2

phasermaniac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:January 24, 2024, 05:40:47 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #20 on: January 23, 2023, 04:44:38 pm »
I will! But give me time I have an exam sunday.
I suppose by now it supports two lightguns in joystick mode right?
Gràcies

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #21 on: January 24, 2023, 05:39:24 am »
Not yet.
What bothers to me is i'm saying ~30/40ms of delay between emulator increase brightness and guncon reads a good x,y coord. I discarded vjoy, i verified emulator see triggers after 3ms vjoy is updated.

This not happens on Linux...and in fact, for example in emu4crt i will need increase input lag for this can work but is too weird for me.

EDIT: LOL, after adapted daemon to async reading values with the same results, now i see is emu4crt on Windows than blit slower than Linux...if i disable vsync works so fast.

Sort al exàmen.
« Last Edit: January 24, 2023, 08:18:19 am by psakhis »

phasermaniac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:January 24, 2024, 05:40:47 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #22 on: February 03, 2023, 04:35:15 am »
Hi! now I have some time to test.
I have read instructions here https://github.com/psakhis/guncon2 and I don't fully understand:
1. Install VJoy - https://sourceforge.net/projects/vjoystick/
2. Install GunCon2 Driver - https://github.com/sonik-br/GunconUSB
But I suppose I have to install your Guncon2_winusb_driver_installer.7z, not sonik's one, right?
I suppose I don't have to install TetherScript's "HID Virtual Driver Kit", only vjoy and your driver, right?
Later you say to run daemon But what is it?
thanks

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #23 on: February 03, 2023, 07:29:09 am »
Hi,
1) You need winusb driver. This is sonik driver. aka Guncon2_winusb_driver_installer.7z
2) You need install vJoy
3) After that it's all about installing. Your windows recognize guncon2 as device and you have vjoy for virtual joysticks

My "console" or "daemon" is needed for comunicate winusb driver to vjoy. Just you need to run.exe for this happens; and your guncon2 will be attached to vjoy device.

phasermaniac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:January 24, 2024, 05:40:47 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #24 on: February 08, 2023, 05:18:16 pm »
Quote
1) You need winusb driver. This is sonik driver. aka Guncon2_winusb_driver_installer.7z
2) You need install vJoy
3) After that it's all about installing. Your windows recognize guncon2 as device and you have vjoy for virtual joysticks

My "console" or "daemon" is needed for comunicate winusb driver to vjoy. Just you need to run.exe for this happens; and your guncon2 will be attached to vjoy device.
Working nice thanks!
I have send you two pms.
Thanks!

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #25 on: February 11, 2023, 03:48:33 pm »
New version released:
 - Added internal flasher
 - Mouse mode works without pass resolution

https://github.com/psakhis/guncon2

Jonathan Smith

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:August 29, 2023, 07:42:11 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #26 on: February 11, 2023, 09:33:20 pm »
I got the driver working for guncon 2 but it doesn't work for Guncon 3. Did I miss a step or is there a separate app for the guncon 3?

Jonathan Smith

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:August 29, 2023, 07:42:11 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #27 on: February 12, 2023, 07:58:37 am »
Does the updated version of the guncon 2 driver allow you to switch on or off the white screen flash in case the game has a native white flash?
« Last Edit: February 12, 2023, 08:01:43 am by Jonathan Smith »

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #28 on: February 16, 2023, 03:29:46 pm »
Hi,
Yes, internal flasher is optional. I will do some optimized version of this and another options like input delay for shooting always with brightness.

This don't work with GunCon3, i don't have one for test it. With some minor changes the same driver can work.


bionyx

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 1
  • Last login:March 09, 2023, 08:32:15 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #29 on: March 09, 2023, 07:58:20 pm »
New version released:
 - Added internal flasher
 - Mouse mode works without pass resolution

https://github.com/psakhis/guncon2

Whenever I use the Guncon2USB.exe, it works for about 20 seconds, then stops recognizing the gun, and I have to restart the program. Is there anything to fix this?
« Last Edit: March 09, 2023, 08:26:45 pm by bionyx »

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #30 on: March 10, 2023, 04:23:41 pm »
@bionyx, it's fixed. Just follow instructions on github for install driver and run daemon.

SpongeDan

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 1
  • Last login:July 19, 2023, 10:30:36 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #31 on: March 12, 2023, 07:35:36 pm »
Never mind; please delete this message.
« Last Edit: March 13, 2023, 03:54:52 am by SpongeDan »

mckrauser

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 1
  • Last login:March 22, 2023, 06:48:24 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #32 on: March 22, 2023, 06:48:44 am »
Is the driver for Guncon 3 functional? Is there tutorial? I currently use a couple to play PSOne on FPGA and I would love to use it for the same on PC. Thank you.

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 451
  • Last login:March 26, 2024, 12:18:54 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #33 on: March 27, 2023, 01:04:00 pm »
Is the driver for Guncon 3 functional? Is there tutorial? I currently use a couple to play PSOne on FPGA and I would love to use it for the same on PC. Thank you.
Python daemon it's only for GunCon2, although will be easy adapt to GunCon3 i don't have this gun to testing.

Are you tested @Sonik-br's driver and console for GunCon3?

pcnimdock

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:April 16, 2023, 03:36:10 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #34 on: April 02, 2023, 08:52:42 pm »
I modified the guncon2 version for guncon3 for linux
https://github.com/pcnimdock/guncon3_dkms

Also I modified pcsx2 to accept lightgun in joystick mode.
https://github.com/pcnimdock/pcsx2/releases/tag/v0.0.3

phasermaniac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:January 24, 2024, 05:40:47 am
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #35 on: April 03, 2023, 09:40:57 am »
Also I modified pcsx2 to accept lightgun in joystick mode.
https://github.com/pcnimdock/pcsx2/releases/tag/v0.0.3
Why is this not added to the nightly versions?
If I create an Input profile, to load it with the pergame config, it seems to not apply the "guncon2_use_gamepad = true". This happens to you or It's my mistake?

pcnimdock

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:April 16, 2023, 03:36:10 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #36 on: April 03, 2023, 12:23:48 pm »
Why is this not added to the nightly versions?
I do a pull request but they don't like it.

This happens to you or It's my mistake?
It's my mistake, at now it's only apply to shared input profile.



burn_654

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:March 06, 2024, 03:31:13 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #37 on: April 13, 2023, 10:43:23 am »
I'm getting back into the swing of some lightgun projects (I had been on and off working on the Topguncon project and it's flasher for some time) so I had to check out sonik-br's driver with psakhis's daemon.

I'm getting some really good results with it so far. A name-brand guncon2 is working without rolling-x. The flasher works well, and even without driver calibration the shots are placing pretty consistently for me. This is an exciting time to be tinkering with crt guns!  :applaud:

It also pairs well with the modified pcsx2 that pcnimdock has just posted! I recorded a quick demo on Time Crisis 2. I was able to bind the sdl joystick axes to the left and right axes in the Guncon controller config, though I did have to go and edit the pcsx.ini afterwards as it was pretty sensitive and picking up multiple axes at once. My guncon config section looks like this:
Code: [Select]
[USB1]
Type = guncon2
guncon2_Recalibrate = Keyboard/Z
guncon2_Select = SDL-2/X
guncon2_Start = SDL-2/B
guncon2_C = SDL-2/DPadUp
guncon2_use_gamepad = true
guncon2_custom_config = false
guncon2_A = SDL-2/Y
guncon2_AimX_L = SDL-2/-LeftX
guncon2_AimX_R = SDL-2/+LeftX
guncon2_AimY_D = SDL-2/+LeftY
guncon2_screen_height = 480
guncon2_center_y = 240
guncon2_AimY_U = SDL-2/-LeftY
guncon2_TriggerDeadzone = 0
guncon2_ShootOffscreen = Keyboard/X
guncon2_Trigger = SDL-2/A

Here's a demo - ignore the first couple shots being a bit off - had to adjust my hands in recording. In play it was quite snappy. My guncon psakhis daemon settings were:
Code: [Select]
run -f=3 -d=0In my case I was able to use zero input delay after the flash (d=0) but I feel like other games/emulators you need this. From my own experimentation with Topguncon this was needed for some games if the flash was happening 'after' the input.
https://drive.google.com/file/d/1Kd42jOZTnRInbAxcSnXc10TkSy6uqg1H/view

lllll44

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 169
  • Last login:March 25, 2024, 07:58:49 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #38 on: May 06, 2023, 06:59:59 pm »
can the guncon3 driver work with rpcs3? will be very cool with time crisis 4 standalone version.

burn_654

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:March 06, 2024, 03:31:13 pm
  • I want to build my own arcade controls!
Re: Guncon2 and Guncon3 windows driver
« Reply #39 on: June 01, 2023, 06:27:48 pm »
Apologies - on my previous post the video of Time Crisis 2 (PCSX2) running with this driver and daemon was set to private - should be viewable if anyone was curious.