Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinnovak/murderspeedmodifier
Garry's Mod addon - Modify the speed of murderers and bystanders.
https://github.com/kevinnovak/murderspeedmodifier
garrysmod gmod murder
Last synced: 13 days ago
JSON representation
Garry's Mod addon - Modify the speed of murderers and bystanders.
- Host: GitHub
- URL: https://github.com/kevinnovak/murderspeedmodifier
- Owner: KevinNovak
- License: mit
- Created: 2019-01-12T22:11:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T19:24:44.000Z (almost 6 years ago)
- Last Synced: 2024-11-03T21:25:36.609Z (2 months ago)
- Topics: garrysmod, gmod, murder
- Language: Lua
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=1623107234
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
![Murder Speed Modifier](https://i.imgur.com/Sp8kXJF.png)
Allows you to adjust to adjust the speeds of players in the Garry's Mod Murder gamemode. Can change walking speed, running speed, and whether running is enabled for both murderer and bystanders.
By default, bystanders are now allowed to run (at a slower speed than the murderer).
See the **Configuration** section to adjust these values.
## Requirements
1. [Murder](https://steamcommunity.com/sharedfiles/filedetails/?id=187073946) by [Mechanical Mind](https://steamcommunity.com/id/mechanicalmind)
## Installation
This addon only runs server-side. No need to add to a collection.
1. Install the above requirements.
2. [Subscribe to this addon](https://steamcommunity.com/sharedfiles/filedetails/?id=1623107234) with Garry's Mod open.
3. Locate the Murder Speed Modifier gma file in your steam install directory, under `steamapps\common\GarrysMod\garrysmod\addons`.
4. Move the gma file into your servers `garrysmod\addons` folder.## Configuration
If you'd like, place these variables inside your `server.cfg` file.
### Murderer
* `msm_murderer_walk_speed` - The speed that the murderer should walk.
* *Default*: 250
* `msm_murderer_can_run` - Whether or not the murderer can run.
* 1 to enable, 0 to disable.
* *Default*: 1
* `msm_murderer_run_speed` - The speed that the murderer should run.
* *Default*: 310### Bystander
* `msm_bystander_walk_speed` - The speed that bystanders should walk.
* *Default*: 250
* `msm_bystander_can_run` - Whether or not bystanders can run.
* 1 to enable, 0 to disable.
* *Default*: 1
* `msm_bystander_run_speed` - The speed that bystanders should run.
* *Default*: 290