Installation
How to install and set up the Status resource on your server
Follow these steps to get all four parkour abilities running and configured correctly for your server.
- 1
Download the resource
Download the resource and place it in your server's resources folder, e.g. resources/[more]/more_movement — install it alongside more_lib.
- 2
Add it to server.cfg
Add an ensure line for more_movement to your server.cfg, after more_lib.
- 3
Restart the server
Restart your server. With MS.Settings.dev_mode enabled, both the client and server log debug messages tagged [MORE Scripts - Movement] — since this resource loads cl_config.lua on both sides, checking the F8 console and your server console together is the fastest way to confirm it started correctly.
- 4
Check your keybinds and tune the thresholds
Open cl_config.lua and confirm MS.Keys.slide (default LCONTROL) and duck (default Q) don't clash with anything else on your server. Then review MS.Abilities to disable anything you don't want, and adjust the vault, ledge, and wallflip distance/height thresholds in MS.Settings to match your map and animations.
1ensure more_lib2ensure more_movementLoad order matters
more_movement should start after more_lib, since it relies on more_lib for framework detection. Starting it first won't crash anything, but movement abilities may sit without correct framework data until more_lib finishes loading.
Last updated