CEDEREM - The CEdega DEadzone REMover To play racing games under cedega, you have to remove the forced deadzone.
Cederem is a little python script i wrote to remove that forced deadzone, or get it back in (if removed via cederem).
Yes, i know that there is a configuration variable named DefaultDeadZone which should remove the deadzone if it is set to zero, but it just don't works. As this problem exists since at least two years, it must be a feature, not a bug.
Documentation
- Download the newest version from below
- Open a shell and untar it in somewhere in the home directory of the user you are running cedega with (important!)
tar xzvf cederem-1.0.tar.gz - There will be a new directory named like the file without .tar.gz, change into it:
cd cederem-1.0 - Use one of the following commands as the user you are running cedega
- ./cederem 5.2.6
would patch cedega 5.2.6 - ./cederem -l
lists all supported versions and shows if they are installed and/or already patched - ./cederem -u 5.2.6
would remove the patch from cedega 5.2.6 (unpatch)
If there is still a deadzone, you'll have to calibrate your joystick. Figure out your device, usually /dev/input/js0 and run:
jscal -c /dev/input/js0
Download