Adds Xbox One / XInput controller support for Arcanum with an easier setup path for modern Windows players.
This repository exists for Nexus quarantine review of the public installer package. The Nexus upload includes an EXE because normal users should not have to manually copy controller wrapper files, profiles, and launchers into an Arcanum folder.
- Xbox One / XInput-compatible controllers on Windows.
- A compatibility launcher for Arcanum: Of Steamworks and Magick Obscura.
- Local installation into a user-selected Arcanum folder that contains
Arcanum.exe.
This does not make Arcanum a native controller game. It installs a local controller wrapper, controller profile, and launcher files for the supported setup path.
- Extract the Nexus ZIP.
- Run
Install-Arcanum-Xbox-One-Controller.exe. - Select the Arcanum folder that contains
Arcanum.exe. - Let the installer copy the controller support files.
- Use the created Desktop shortcut or run
Launch-Arcanum-Controller-XboxOne-Compatibility.bat.
The installer backs up replaced controller-wrapper files under ArcanumControllerBackups in the selected Arcanum folder.
source/installer/- WinForms installer source snapshot and icon used by the EXE.source/payload/- controller wrapper, launchers, profile, and payload manifest.source/build/- package script used to generate the standalone Nexus package.release/- exact ZIP and installer EXE prepared for Nexus review.screenshots/- public visual asset for the Nexus/controller listing.RELEASE-MANIFEST.txt- file list, sizes, hashes, and installed-file summary.SHA256SUMS.txt- SHA-256 hashes for review files and release artifacts.SECURITY-NOTES.md- security and behavior notes for Nexus moderators.
- No telemetry.
- No hidden downloads.
- No updater.
- No network calls.
- No bundled Arcanum game data.
- No unrelated mod installation.
- Installs controller support files/configs only.
- VictorHurtado - original controller support work/foundation.
- Arcanum Discord Modding Group#395779353356664833 - community support, modding discussion, and testing knowledge.
- TechErrorCode - Xbox One / XInput update, corrections, packaging, testing, and release.
The EXE is a local installer/helper for this controller support package. Its source snapshot and packaged payload are included here so Nexus can inspect what the installer does.