0.2.8 is on the way with some not so minor improvements
Â
We've been on 0.2.7 for awhile now, mainly with little changes to the inf and installation script, i don't update the actual build number unless some big changes happen to the installed files, etc.
Â
Thats where we come to 0.2.8
Â
A new rumble driver is in the works!
Â
The current rumble dll has some unusual oddities, particularly in how it might behave differently on one system, than it does on another.
Â
KrossX and I discovered this while trying to correct some previous bad behaviour. Previously, for everyone (because of a lacking return value) the wave effects of sine/triangle and sawtooth were not being performed due to a missing returning of the sin result. Ramp similarly was lacking the intensity scaling due to missing a FTOI result. Fixing these in the original code brought about some very odd behavior.
Â
For instance, one psemu pro pad plugin "PadHariKari" fails to use any of the periodic effects now that FTOI returns a correct value.
In the same plugin, KrossX was unable to get Constant vibration in HaraKari, whilst It works on my system, Where FEDIT has working Constant for both of us.
This appears to be some kind of random result, or an instance where different cpu's might come to a different result.
Â
KrossX has had some headway on getting it to perform the aforementioned rumble types, but has decided to scrap the code and rewrite it. Probably a good idea, it was originally written for VC6.
Â
Another change, one that i haven't yet implemented is the addition of several more controllers that i have managed to stumble across in a linux gamepad library. Luckily these include both device names and vendor and product id's.
Â
The last change, but probably most important for those upgradaholics, will be windows 8 support. I tracked the installation failure down to the lack of a driver catalog, i can create one easily. Signing is another story. The downside to this, is that windows 8 users will be unable to modify their own inf and install the driver themselves, without recreating the catalog file each time they modify the inf... this isn't something i can control, this is a windows 8 thing. Users can get around this by disabling driver verification in the F8 boot menu (Shift+F8 in windows 8) whilst installing the driver. It should continue to work properly once the driver is in the pnp driverstore.