This is the v0.6.0 release of ITGmania. This release mostly focuses on bugfixes and adding more compatibility for input drivers. It comes with the updated version of Simply Love (v5.2.0) which is compatible with this release.
Since ITGmania is now only a 64-bit application, some input driver support was originally dropped in that transition. This release attempts to reinstate them and add a few more:
mmmagic64.dll
file instead of the mmmagic.dll
. You can find that here. Courtesy of @geefr for creation of the DLL and LEISHEN for helping test.pacdrive64.dll
file instead of the pacdrive32.dll
. You can acquire this DLL from the manufacturer's website here. Thanks to @JeffreyATW for testing.cat /etc/udev/rules.d/75-linux-pacdrive.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="d209", ATTRS{idProduct}=="1505", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="d209", ATTRS{idProduct}=="1500", MODE="0666"
using namespace std
- by @AlhetusThe installation process has largely not changed but you can still refer to the instructions below.
The installer for Windows is not signed, so you will have to click through a couple of security dialogs when running it.
Move ITGmania.app to /Applications. macOS automatically quarantines downloaded applications that are not signed, so you will have to run this command in the terminal afterwards.
xattr -dr com.apple.quarantine /Applications/ITGmania
You will also likely need to allow Input Monitoring for ITGmania. This can be done in:
System Preferences -> Security & Privacy -> Privacy -> Input Monitoring
If ITGmania already exists in this list, you might need to remove + re-add it.
Unpack the tarball to your desired location.
Check out the StepMania 5.1 to ITGmania Migration Guide.
Refer the to the patch notes for the individual contributions in this release.
Thanks to all who contributed to this release!