-
Notifications
You must be signed in to change notification settings - Fork 0
setup
This guide shows how to set up the Interhaptics extension for Gamemaker.
Note
Before you can access the GitHub repository with the SDK releases you'll be asked to provide some required information.
- Go to https://www.interhaptics.com/download/ to download the Game Engine SDK.
- On the Download page, under the Game Engine SDK option, click GitHub.
- Enter the required information, then click Download on GitHub.
- On the GitHub page that opens next, click the latest release link under Releases.
- On the next page, under
Assets
, download theSource code (zip)
package. - Extract the zip contents to
GMEXT-Interhaptics/source/interhaptics_sdk
.
After extracting the SDK contents to the folder, the folder's contents should look as follows:
Download the latest release of the extension.
In GameMaker, open an existing project or create a new one. Next add the extension to the project and configure paths in the Extension Options:
The Windows SDK should be set to the correct relative folder path: ../interhaptics_sdk/interhaptics_windows
.
If you have access to the DualSense provider, you can set the path under DualSense Provider. This pust must be set to the directory that contains the DLL files.
If you are developing for PS5, the PS5 Interhaptics SDK should be set to the path where you installed the SDK. The PS5 Interhaptics VS should be set to the directory that contains the Visual Studio solution (*.sln
) file.
GameMaker 2024