MattJeanes / Joystick-Module

A joystick module for GMod, originally by NightEagle.
13 stars 14 forks source link

Joystick-Module

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:

  1. Clone the repository inside ..\garrysmod\addons.
  2. Execute the install.bat installation script.
  3. Delete the cloned repository manually!

Linux:

  1. Clone the repository inside ../garrysmod/addons.
  2. Open the cloned repository folder in the terminal.
  3. Execute sudo chmod +x install.sh.
  4. Execute the ./install.sh installation script.
  5. Delete the cloned repository by answering Y/y to the terminal prompt.