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.
This addon only runs server-side. No need to add to a collection.
- Install the above requirements.
- Subscribe to this addon with Garry's Mod open.
- Locate the Murder Speed Modifier gma file in your steam install directory, under
steamapps\common\GarrysMod\garrysmod\addons
. - Move the gma file into your servers
garrysmod\addons
folder.
If you'd like, place these variables inside your server.cfg
file.
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
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