Joystick-Module
July 8, 2025 ยท View on GitHub
A joystick module for GMod, originally made by NightEagle
The original facepunch thread
Installation
Manually
Merge the addons and lua directories from this repo into your garrysmod directory.
Automatically
Windows:
- Clone the repository inside
..\garrysmod\addons. - Execute the
install.batinstallation script. - Delete the
cloned repositorymanually!
Linux:
- Clone the repository inside
../garrysmod/addons. - Open the cloned repository folder in the
terminal. - Execute
sudo chmod +x install.sh. - Execute the
./install.shinstallation script. - Delete the
cloned repositoryby answeringY/yto theterminalprompt.