Purtroppo non ho risolto nulla ...stesso problema.. <-lmfao->
posto il contenuto del file ini :
// Initialization file For Acorn's WinGun Driver, Gun #1
// Version 0.081B
//
// Contains the name to be associated with this profile in profile manager
ProfileName Gun_#1_Default
//
// Calibration Values
EdgeLeft 1280
EdgeRight 0
EdgeTop 768
EdgeBottom 0
//
// Centering values will NOT be set during calibration.
CenterX 0
CenterY 0
//
// Can be ROLLING , NORMAL or DETECT
// If it is set to ROLLING or NORMAL, calibration will
// not try to detect your guntype, but you can still calibrate.
GunMode DETECT
//
// ON, OFF, or DONE (Meaning it calibrated and is finished. Set to On to recalibrate)
AutoCalib OFF
//
// Key configurations. Can be set to 01 (MOUSE1), 02 (MOUSE2) 03 (MOUSE3) or any key in the
// windows virtual keymap.
// For a list of avalible keys, check here:
//
http://msdn.microsoft.com/library/defau ... yCodes.asp
// Find the key you want, and use the number (hex) beside it
MainTrigger 01 AF // Default Click
Start D NOAF // Default Enter
Select 20 NOAF // Default Space
ButtonA 41 NOAF // Default A
ButtonB 42 NOAF // Default B
ButtonC 43 NOAF // Default C
DUp 26 NOAF // Default Up Arrow
DDown 28 NOAF // Default Down Arrow
DLeft 25 NOAF // Default Left Arrow
DRight 27 NOAF // Default Right Arrow
//
// OffScreen Trigger is a special button, which triggers when you press the main trigger
// when the gun is aiming off the screen
// It can be set to FF (MAME mode) to click once on the edge of the screen, or any key/mouse
OffScreenTrigger FF NOAF // Default MAME Mode
//
// Can be DRAG, or SINGLE . Drag holds down the button for as long as you hold it down
// while single clicks once in the location you were pointing at at time of firing
FireMode SINGLE
//
// Overrides firemode - shoots a bullet every AutoFireDelay ms if the button is held down.
// I find it works best if you tap.
AutoFire OFF
//
// Sets the number of MS to wait between autofire shots
AutoFireDelay 100
//
// Works in all modes. Every AutoFireShots shot is an offscreen shot
AutoReload OFF
//
// Sets the number of shots between an AutoReload
AutoReloadShots 5
//
// Do we flash the screen bright when the trigger is pulled down?
ScreenFlash ON
//
// End of INI